/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/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/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;
|
/hardware/interfaces/tv/hdmi/connection/aidl/default/ |
D | HdmiConnectionMock.h | 27 namespace hdmi { 31 using ::aidl::android::hardware::tv::hdmi::connection::BnHdmiConnection; 32 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortInfo; 33 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortType; 34 using ::aidl::android::hardware::tv::hdmi::connection::HpdSignal; 35 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnection; 36 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnectionCallback; 37 using ::aidl::android::hardware::tv::hdmi::connection::Result;
|
D | Android.bp | 21 name: "android.hardware.tv.hdmi.connection-service", 22 vintf_fragments: ["android.hardware.tv.hdmi.connection-service.xml"], 29 init_rc: ["android.hardware.tv.hdmi.connection-service.rc"], 41 "android.hardware.tv.hdmi.connection-V1-ndk", 46 name: "android.hardware.tv.hdmi.connection-service_fuzzer", 49 "android.hardware.tv.hdmi.connection-V1-ndk",
|
D | android.hardware.tv.hdmi.connection-service.rc | 1 service vendor.hdmi-default /vendor/bin/hw/android.hardware.tv.hdmi.connection-service 2 interface aidl android.hardware.tv.hdmi.connection.IHdmiConnection/default
|
/hardware/interfaces/tv/hdmi/connection/aidl/aidl_api/android.hardware.tv.hdmi.connection/1/android/hardware/tv/hdmi/connection/ |
D | IHdmiConnection.aidl | 34 package android.hardware.tv.hdmi.connection; 37 android.hardware.tv.hdmi.connection.HdmiPortInfo[] getPortInfo(); in getPortInfo() 39 void setCallback(in android.hardware.tv.hdmi.connection.IHdmiConnectionCallback callback); in setCallback() 40 void setHpdSignal(android.hardware.tv.hdmi.connection.HpdSignal signal, in int portId); in setHpdSignal() 41 android.hardware.tv.hdmi.connection.HpdSignal getHpdSignal(in int portId); in getHpdSignal()
|
/hardware/interfaces/tv/hdmi/connection/aidl/aidl_api/android.hardware.tv.hdmi.connection/current/android/hardware/tv/hdmi/connection/ |
D | IHdmiConnection.aidl | 34 package android.hardware.tv.hdmi.connection; 37 android.hardware.tv.hdmi.connection.HdmiPortInfo[] getPortInfo(); in getPortInfo() 39 void setCallback(in android.hardware.tv.hdmi.connection.IHdmiConnectionCallback callback); in setCallback() 40 void setHpdSignal(android.hardware.tv.hdmi.connection.HpdSignal signal, in int portId); in setHpdSignal() 41 android.hardware.tv.hdmi.connection.HpdSignal getHpdSignal(in int portId); in getHpdSignal()
|
D | HdmiPortInfo.aidl | 34 package android.hardware.tv.hdmi.connection; 37 android.hardware.tv.hdmi.connection.HdmiPortType type;
|
/hardware/interfaces/tv/hdmi/cec/aidl/default/ |
D | HdmiCecMock.h | 26 namespace hdmi { 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",
|
/hardware/interfaces/tv/hdmi/connection/aidl/android/hardware/tv/hdmi/connection/ |
D | IHdmiConnection.aidl | 17 package android.hardware.tv.hdmi.connection; 19 import android.hardware.tv.hdmi.connection.HdmiPortInfo; 20 import android.hardware.tv.hdmi.connection.HpdSignal; 21 import android.hardware.tv.hdmi.connection.IHdmiConnectionCallback;
|
/hardware/interfaces/tv/hdmi/earc/aidl/default/ |
D | EArcMock.h | 27 namespace hdmi { 31 using ::aidl::android::hardware::tv::hdmi::earc::BnEArc; 32 using ::aidl::android::hardware::tv::hdmi::earc::IEArc; 33 using ::aidl::android::hardware::tv::hdmi::earc::IEArcCallback; 34 using ::aidl::android::hardware::tv::hdmi::earc::IEArcStatus; 35 using ::aidl::android::hardware::tv::hdmi::earc::Result;
|
D | Android.bp | 21 name: "android.hardware.tv.hdmi.earc-service", 22 vintf_fragments: ["android.hardware.tv.hdmi.earc-service.xml"], 29 init_rc: ["android.hardware.tv.hdmi.earc-service.rc"], 41 "android.hardware.tv.hdmi.earc-V1-ndk", 46 name: "android.hardware.tv.hdmi.earc-service_fuzzer", 49 "android.hardware.tv.hdmi.earc-V1-ndk",
|
/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; 41 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortInfo;
|
/hardware/interfaces/tv/hdmi/earc/aidl/aidl_api/android.hardware.tv.hdmi.earc/current/android/hardware/tv/hdmi/earc/ |
D | IEArc.aidl | 34 package android.hardware.tv.hdmi.earc; 39 void setCallback(in android.hardware.tv.hdmi.earc.IEArcCallback callback); in setCallback() 40 android.hardware.tv.hdmi.earc.IEArcStatus getState(in int portId); in getState()
|
/hardware/interfaces/tv/hdmi/earc/aidl/aidl_api/android.hardware.tv.hdmi.earc/1/android/hardware/tv/hdmi/earc/ |
D | IEArc.aidl | 34 package android.hardware.tv.hdmi.earc; 39 void setCallback(in android.hardware.tv.hdmi.earc.IEArcCallback callback); in setCallback() 40 android.hardware.tv.hdmi.earc.IEArcStatus getState(in int portId); in getState()
|
/hardware/interfaces/tv/hdmi/earc/aidl/android/hardware/tv/hdmi/earc/ |
D | IEArc.aidl | 17 package android.hardware.tv.hdmi.earc; 19 import android.hardware.tv.hdmi.earc.IEArcCallback; 20 import android.hardware.tv.hdmi.earc.IEArcStatus;
|
/hardware/interfaces/tv/hdmi/earc/aidl/ |
D | Android.bp | 21 name: "android.hardware.tv.hdmi.earc", 23 srcs: ["android/hardware/tv/hdmi/earc/*.aidl"], 24 imports: ["android.hardware.tv.hdmi.connection-V1"], 34 imports: ["android.hardware.tv.hdmi.connection-V1"],
|
/hardware/interfaces/tv/hdmi/connection/aidl/vts/functional/ |
D | VtsHalTvHdmiConnectionAidlTargetTest.cpp | 31 using ::aidl::android::hardware::tv::hdmi::connection::BnHdmiConnectionCallback; 32 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortInfo; 33 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortType; 34 using ::aidl::android::hardware::tv::hdmi::connection::HpdSignal; 35 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnection; 36 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnectionCallback;
|