Home
last modified time | relevance | path

Searched defs:onHotplugEvent (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java155 public void onHotplugEvent(int port, boolean connected) { in onHotplugEvent() method in FakeNativeWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java1141 public void onHotplugEvent(int portId, boolean connected) { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback
1163 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback10
1196 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback11
/aosp12/hardware/interfaces/tv/cec/1.1/default/
H A DHdmiCecMock.cpp52 Return<void> onHotplugEvent(const ::android::hardware::tv::cec::V1_0::HotplugEvent& event) { in onHotplugEvent() function in android::hardware::tv::cec::V1_1::implementation::WrappedCallback
/aosp12/hardware/interfaces/tv/cec/1.1/vts/functional/
H A DVtsHalTvCecV1_1TargetTest.cpp99 Return<void> onHotplugEvent( in onHotplugEvent() function in HdmiCecTest::CecCallback