Searched refs:onHotplugEvent (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | FakeNativeWrapper.java | 176 public void onHotplugEvent(int port, boolean connected) { in onHotplugEvent() method in FakeNativeWrapper 181 mCallback.onHotplugEvent(port, connected); in onHotplugEvent()
|
H A D | HdmiCecLocalDevicePlaybackTest.java | 1479 mNativeWrapper.onHotplugEvent(1, false); in handleSetStreamPath_afterHotplug_broadcastsActiveSource() 1480 mNativeWrapper.onHotplugEvent(1, true); in handleSetStreamPath_afterHotplug_broadcastsActiveSource() 1497 mNativeWrapper.onHotplugEvent(1, false); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource() 1498 mNativeWrapper.onHotplugEvent(1, true); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource() 2064 mNativeWrapper.onHotplugEvent(1, false); in onHotplugInAfterHotplugOut_noStandbyAfterDelay() 2069 mNativeWrapper.onHotplugEvent(1, true); in onHotplugInAfterHotplugOut_noStandbyAfterDelay() 2083 mNativeWrapper.onHotplugEvent(1, false); in onHotplugOut_standbyAfterDelay_onlyAfterDeviceIdle()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecController.java | 1608 public void onHotplugEvent(int portId, boolean connected) { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback 1632 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback10 1633 mHdmiCecCallback.onHotplugEvent(event.portId, event.connected); in onHotplugEvent() 1666 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback11 1667 mHdmiCecCallback.onHotplugEvent(event.portId, event.connected); in onHotplugEvent() 1702 public void onHotplugEvent(boolean connected, int portId) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiConnectionCallbackAidl 1703 mHdmiCecCallback.onHotplugEvent(portId, connected); in onHotplugEvent()
|