/hardware/interfaces/tv/cec/1.1/default/ |
D | HdmiCecMock.h | 27 namespace cec { 36 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress; 37 using ::android::hardware::tv::cec::V1_0::CecMessage; 38 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo; 39 using ::android::hardware::tv::cec::V1_0::HdmiPortType; 40 using ::android::hardware::tv::cec::V1_0::HotplugEvent; 41 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback; 42 using ::android::hardware::tv::cec::V1_0::MaxLength; 43 using ::android::hardware::tv::cec::V1_0::OptionKey; 44 using ::android::hardware::tv::cec::V1_0::Result; [all …]
|
D | HdmiCecMock.cpp | 28 namespace cec { namespace 32 class WrappedCallback : public ::android::hardware::tv::cec::V1_1::IHdmiCecCallback { 34 WrappedCallback(sp<::android::hardware::tv::cec::V1_0::IHdmiCecCallback> callback) { in WrappedCallback() 38 Return<void> onCecMessage(const ::android::hardware::tv::cec::V1_0::CecMessage& message) { in onCecMessage() 42 Return<void> onCecMessage_1_1(const ::android::hardware::tv::cec::V1_1::CecMessage& message) { in onCecMessage_1_1() 43 ::android::hardware::tv::cec::V1_0::CecMessage cecMessage; in onCecMessage_1_1() 45 ::android::hardware::tv::cec::V1_0::CecLogicalAddress(message.initiator); in onCecMessage_1_1() 47 ::android::hardware::tv::cec::V1_0::CecLogicalAddress(message.destination); in onCecMessage_1_1() 52 Return<void> onHotplugEvent(const ::android::hardware::tv::cec::V1_0::HotplugEvent& event) { in onHotplugEvent() 58 sp<::android::hardware::tv::cec::V1_0::IHdmiCecCallback> mCallback; [all …]
|
D | android.hardware.tv.cec@1.1-service.rc | 1 service vendor.cec-hal-1-1 /vendor/bin/hw/android.hardware.tv.cec@1.1-service 2 interface android.hardware.tv.cec@1.0::IHdmiCec default 3 interface android.hardware.tv.cec@1.1::IHdmiCec default
|
D | Android.bp | 12 name: "android.hardware.tv.cec@1.1-service", 14 vintf_fragments: ["android.hardware.tv.cec@1.1-service.xml"], 17 init_rc: ["android.hardware.tv.cec@1.1-service.rc"], 30 "android.hardware.tv.cec@1.0", 31 "android.hardware.tv.cec@1.1",
|
D | serviceMock.cpp | 25 using android::hardware::tv::cec::V1_1::IHdmiCec; 26 using android::hardware::tv::cec::V1_1::implementation::HdmiCecMock;
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCec.h | 31 namespace cec { 35 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress; 36 using ::android::hardware::tv::cec::V1_0::CecMessage; 37 using ::android::hardware::tv::cec::V1_0::MaxLength; 38 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo; 39 using ::android::hardware::tv::cec::V1_0::IHdmiCec; 40 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback; 41 using ::android::hardware::tv::cec::V1_0::OptionKey; 42 using ::android::hardware::tv::cec::V1_0::Result; 43 using ::android::hardware::tv::cec::V1_0::SendMessageResult; [all …]
|
D | Android.bp | 12 name: "android.hardware.tv.cec@1.0-impl", 29 "android.hardware.tv.cec@1.0", 35 name: "android.hardware.tv.cec@1.0-service", 39 init_rc: ["android.hardware.tv.cec@1.0-service.rc"], 51 "android.hardware.tv.cec@1.0", 57 name: "android.hardware.tv.cec@1.0-service.mock", 58 vintf_fragments: ["android.hardware.tv.cec@1.0-service.mock.xml"], 61 init_rc: ["android.hardware.tv.cec@1.0-service.mock.rc"], 74 "android.hardware.tv.cec@1.0",
|
D | HdmiCecMock.h | 33 namespace cec { 42 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress; 43 using ::android::hardware::tv::cec::V1_0::CecMessage; 44 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo; 45 using ::android::hardware::tv::cec::V1_0::IHdmiCec; 46 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback; 47 using ::android::hardware::tv::cec::V1_0::MaxLength; 48 using ::android::hardware::tv::cec::V1_0::OptionKey; 49 using ::android::hardware::tv::cec::V1_0::Result; 50 using ::android::hardware::tv::cec::V1_0::SendMessageResult;
|
D | android.hardware.tv.cec@1.0-service.rc | 1 service vendor.cec-hal-1-0 /vendor/bin/hw/android.hardware.tv.cec@1.0-service 2 interface android.hardware.tv.cec@1.0::IHdmiCec default
|
D | android.hardware.tv.cec@1.0-service.mock.rc | 1 service vendor.cec-hal-1-0-mock /vendor/bin/hw/android.hardware.tv.cec@1.0-service.mock 2 interface android.hardware.tv.cec@1.0::IHdmiCec default
|
/hardware/interfaces/tv/hdmi/cec/aidl/aidl_api/android.hardware.tv.hdmi.cec/current/android/hardware/tv/hdmi/cec/ |
D | IHdmiCec.aidl | 34 package android.hardware.tv.hdmi.cec; 37 …android.hardware.tv.hdmi.cec.Result addLogicalAddress(in android.hardware.tv.hdmi.cec.CecLogicalAd… in addLogicalAddress() 43 …android.hardware.tv.hdmi.cec.SendMessageResult sendMessage(in android.hardware.tv.hdmi.cec.CecMess… in sendMessage() 44 void setCallback(in @nullable android.hardware.tv.hdmi.cec.IHdmiCecCallback callback); in setCallback()
|
D | CecMessage.aidl | 34 package android.hardware.tv.hdmi.cec; 37 android.hardware.tv.hdmi.cec.CecLogicalAddress initiator; 38 android.hardware.tv.hdmi.cec.CecLogicalAddress destination;
|
D | IHdmiCecCallback.aidl | 34 package android.hardware.tv.hdmi.cec; 37 oneway void onCecMessage(in android.hardware.tv.hdmi.cec.CecMessage message); in onCecMessage()
|
/hardware/interfaces/tv/hdmi/cec/aidl/aidl_api/android.hardware.tv.hdmi.cec/1/android/hardware/tv/hdmi/cec/ |
D | IHdmiCec.aidl | 34 package android.hardware.tv.hdmi.cec; 37 …android.hardware.tv.hdmi.cec.Result addLogicalAddress(in android.hardware.tv.hdmi.cec.CecLogicalAd… in addLogicalAddress() 43 …android.hardware.tv.hdmi.cec.SendMessageResult sendMessage(in android.hardware.tv.hdmi.cec.CecMess… in sendMessage() 44 void setCallback(in @nullable android.hardware.tv.hdmi.cec.IHdmiCecCallback callback); in setCallback()
|
D | CecMessage.aidl | 34 package android.hardware.tv.hdmi.cec; 37 android.hardware.tv.hdmi.cec.CecLogicalAddress initiator; 38 android.hardware.tv.hdmi.cec.CecLogicalAddress destination;
|
D | IHdmiCecCallback.aidl | 34 package android.hardware.tv.hdmi.cec; 37 oneway void onCecMessage(in android.hardware.tv.hdmi.cec.CecMessage message); in onCecMessage()
|
/hardware/interfaces/tv/hdmi/cec/aidl/android/hardware/tv/hdmi/cec/ |
D | IHdmiCec.aidl | 17 package android.hardware.tv.hdmi.cec; 19 import android.hardware.tv.hdmi.cec.CecLogicalAddress; 20 import android.hardware.tv.hdmi.cec.CecMessage; 21 import android.hardware.tv.hdmi.cec.IHdmiCecCallback; 22 import android.hardware.tv.hdmi.cec.Result; 23 import android.hardware.tv.hdmi.cec.SendMessageResult;
|
D | IHdmiCecCallback.aidl | 17 package android.hardware.tv.hdmi.cec; 19 import android.hardware.tv.hdmi.cec.CecMessage;
|
D | CecMessage.aidl | 17 package android.hardware.tv.hdmi.cec; 19 import android.hardware.tv.hdmi.cec.CecLogicalAddress;
|
/hardware/interfaces/tv/hdmi/cec/aidl/default/ |
D | HdmiCecMock.h | 27 namespace cec { 30 using ::aidl::android::hardware::tv::hdmi::cec::BnHdmiCec; 31 using ::aidl::android::hardware::tv::hdmi::cec::CecLogicalAddress; 32 using ::aidl::android::hardware::tv::hdmi::cec::CecMessage; 33 using ::aidl::android::hardware::tv::hdmi::cec::IHdmiCec; 34 using ::aidl::android::hardware::tv::hdmi::cec::IHdmiCecCallback; 35 using ::aidl::android::hardware::tv::hdmi::cec::Result; 36 using ::aidl::android::hardware::tv::hdmi::cec::SendMessageResult;
|
D | Android.bp | 21 name: "android.hardware.tv.hdmi.cec-service", 22 vintf_fragments: ["android.hardware.tv.hdmi.cec-service.xml"], 29 init_rc: ["android.hardware.tv.hdmi.cec-service.rc"], 41 "android.hardware.tv.hdmi.cec-V1-ndk", 46 name: "android.hardware.tv.hdmi.cec-service_fuzzer", 49 "android.hardware.tv.hdmi.cec-V1-ndk",
|
D | android.hardware.tv.hdmi.cec-service.rc | 1 service vendor.cec-default /vendor/bin/hw/android.hardware.tv.hdmi.cec-service 2 interface aidl android.hardware.tv.hdmi.cec.IHdmiCec/default
|
/hardware/interfaces/tv/cec/1.1/vts/functional/ |
D | VtsHalTvCecV1_1TargetTest.cpp | 35 using ::android::hardware::tv::cec::V1_0::CecDeviceType; 36 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo; 37 using ::android::hardware::tv::cec::V1_0::HdmiPortType; 38 using ::android::hardware::tv::cec::V1_0::HotplugEvent; 39 using ::android::hardware::tv::cec::V1_0::OptionKey; 40 using ::android::hardware::tv::cec::V1_0::Result; 41 using ::android::hardware::tv::cec::V1_0::SendMessageResult; 42 using ::android::hardware::tv::cec::V1_1::CecLogicalAddress; 43 using ::android::hardware::tv::cec::V1_1::CecMessage; 44 using ::android::hardware::tv::cec::V1_1::IHdmiCec; [all …]
|
/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/ |
D | VtsHalTvHdmiCecAidlTargetTest.cpp | 33 using ::aidl::android::hardware::tv::hdmi::cec::BnHdmiCecCallback; 34 using ::aidl::android::hardware::tv::hdmi::cec::CecDeviceType; 35 using ::aidl::android::hardware::tv::hdmi::cec::CecLogicalAddress; 36 using ::aidl::android::hardware::tv::hdmi::cec::CecMessage; 37 using ::aidl::android::hardware::tv::hdmi::cec::IHdmiCec; 38 using ::aidl::android::hardware::tv::hdmi::cec::IHdmiCecCallback; 39 using ::aidl::android::hardware::tv::hdmi::cec::Result; 40 using ::aidl::android::hardware::tv::hdmi::cec::SendMessageResult;
|
/hardware/interfaces/tv/cec/1.0/vts/functional/ |
D | VtsHalTvCecV1_0TargetTest.cpp | 34 using ::android::hardware::tv::cec::V1_0::CecDeviceType; 35 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress; 36 using ::android::hardware::tv::cec::V1_0::CecMessage; 37 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo; 38 using ::android::hardware::tv::cec::V1_0::HdmiPortType; 39 using ::android::hardware::tv::cec::V1_0::IHdmiCec; 40 using ::android::hardware::tv::cec::V1_0::OptionKey; 41 using ::android::hardware::tv::cec::V1_0::Result; 42 using ::android::hardware::tv::cec::V1_0::SendMessageResult;
|