Loading tv/hdmi/aidl/aidl_api/android.hardware.tv.hdmi/current/android/hardware/tv/hdmi/HdmiPortInfo.aidl +1 −0 Original line number Original line Diff line number Diff line Loading @@ -38,5 +38,6 @@ parcelable HdmiPortInfo { int portId; int portId; boolean cecSupported; boolean cecSupported; boolean arcSupported; boolean arcSupported; boolean eArcSupported; int physicalAddress; int physicalAddress; } } tv/hdmi/aidl/android/hardware/tv/hdmi/HdmiPortInfo.aidl +1 −0 Original line number Original line Diff line number Diff line Loading @@ -27,6 +27,7 @@ parcelable HdmiPortInfo { int portId; // Should start from 1 which corresponds to HDMI "port 1". int portId; // Should start from 1 which corresponds to HDMI "port 1". boolean cecSupported; boolean cecSupported; boolean arcSupported; boolean arcSupported; boolean eArcSupported; // The physical address of the device connected to this port, valid range is 0x0000 to 0xFFFF // The physical address of the device connected to this port, valid range is 0x0000 to 0xFFFF // (ref Sec 8.7.2 of HDMI 1.4b). // (ref Sec 8.7.2 of HDMI 1.4b). int physicalAddress; int physicalAddress; Loading tv/hdmi/aidl/default/HdmiMock.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -166,6 +166,7 @@ HdmiMock::HdmiMock() { .portId = static_cast<uint32_t>(1), .portId = static_cast<uint32_t>(1), .cecSupported = true, .cecSupported = true, .arcSupported = false, .arcSupported = false, .eArcSupported = false, .physicalAddress = mPhysicalAddress}; .physicalAddress = mPhysicalAddress}; mPortConnectionStatus[0] = false; mPortConnectionStatus[0] = false; mDeathRecipient = ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(serviceDied)); mDeathRecipient = ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(serviceDied)); Loading Loading
tv/hdmi/aidl/aidl_api/android.hardware.tv.hdmi/current/android/hardware/tv/hdmi/HdmiPortInfo.aidl +1 −0 Original line number Original line Diff line number Diff line Loading @@ -38,5 +38,6 @@ parcelable HdmiPortInfo { int portId; int portId; boolean cecSupported; boolean cecSupported; boolean arcSupported; boolean arcSupported; boolean eArcSupported; int physicalAddress; int physicalAddress; } }
tv/hdmi/aidl/android/hardware/tv/hdmi/HdmiPortInfo.aidl +1 −0 Original line number Original line Diff line number Diff line Loading @@ -27,6 +27,7 @@ parcelable HdmiPortInfo { int portId; // Should start from 1 which corresponds to HDMI "port 1". int portId; // Should start from 1 which corresponds to HDMI "port 1". boolean cecSupported; boolean cecSupported; boolean arcSupported; boolean arcSupported; boolean eArcSupported; // The physical address of the device connected to this port, valid range is 0x0000 to 0xFFFF // The physical address of the device connected to this port, valid range is 0x0000 to 0xFFFF // (ref Sec 8.7.2 of HDMI 1.4b). // (ref Sec 8.7.2 of HDMI 1.4b). int physicalAddress; int physicalAddress; Loading
tv/hdmi/aidl/default/HdmiMock.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -166,6 +166,7 @@ HdmiMock::HdmiMock() { .portId = static_cast<uint32_t>(1), .portId = static_cast<uint32_t>(1), .cecSupported = true, .cecSupported = true, .arcSupported = false, .arcSupported = false, .eArcSupported = false, .physicalAddress = mPhysicalAddress}; .physicalAddress = mPhysicalAddress}; mPortConnectionStatus[0] = false; mPortConnectionStatus[0] = false; mDeathRecipient = ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(serviceDied)); mDeathRecipient = ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(serviceDied)); Loading