Home
last modified time | relevance | path

Searched refs:hdmi (Results 1 – 25 of 91) sorted by relevance

1234

/hardware/interfaces/tv/hdmi/cec/aidl/aidl_api/android.hardware.tv.hdmi.cec/1/android/hardware/tv/hdmi/cec/
DIHdmiCec.aidl34 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()
DCecMessage.aidl34 package android.hardware.tv.hdmi.cec;
37 android.hardware.tv.hdmi.cec.CecLogicalAddress initiator;
38 android.hardware.tv.hdmi.cec.CecLogicalAddress destination;
DIHdmiCecCallback.aidl34 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/
DIHdmiCec.aidl34 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()
DCecMessage.aidl34 package android.hardware.tv.hdmi.cec;
37 android.hardware.tv.hdmi.cec.CecLogicalAddress initiator;
38 android.hardware.tv.hdmi.cec.CecLogicalAddress destination;
DIHdmiCecCallback.aidl34 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/
DIHdmiCec.aidl17 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;
DIHdmiCecCallback.aidl17 package android.hardware.tv.hdmi.cec;
19 import android.hardware.tv.hdmi.cec.CecMessage;
/hardware/interfaces/tv/hdmi/connection/aidl/default/
DHdmiConnectionMock.h27 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;
DAndroid.bp21 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",
Dandroid.hardware.tv.hdmi.connection-service.rc1 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/
DIHdmiConnection.aidl34 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/
DIHdmiConnection.aidl34 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()
DHdmiPortInfo.aidl34 package android.hardware.tv.hdmi.connection;
37 android.hardware.tv.hdmi.connection.HdmiPortType type;
/hardware/interfaces/tv/hdmi/cec/aidl/default/
DHdmiCecMock.h26 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;
DAndroid.bp21 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/
DIHdmiConnection.aidl17 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/
DEArcMock.h27 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;
DAndroid.bp21 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/
DVtsHalTvHdmiCecAidlTargetTest.cpp33 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/
DIEArc.aidl34 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/
DIEArc.aidl34 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/
DIEArc.aidl17 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/
DAndroid.bp21 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/
DVtsHalTvHdmiConnectionAidlTargetTest.cpp31 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;

1234