Searched refs:onHotplugEvent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | FakeNativeWrapper.java | 189 public void onHotplugEvent(int port, boolean connected) { in onHotplugEvent() method in FakeNativeWrapper 194 mCallback.onHotplugEvent(port, connected); in onHotplugEvent()
|
D | HdmiCecLocalDevicePlaybackTest.java | 1619 mNativeWrapper.onHotplugEvent(1, false); in handleSetStreamPath_afterHotplug_broadcastsActiveSource() 1620 mNativeWrapper.onHotplugEvent(1, true); in handleSetStreamPath_afterHotplug_broadcastsActiveSource() 1637 mNativeWrapper.onHotplugEvent(1, false); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource() 1638 mNativeWrapper.onHotplugEvent(1, true); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource() 1889 mNativeWrapper.onHotplugEvent(1, true); in wakeUp_hotPlugIn_invokesDeviceDiscoveryOnce() 2237 mNativeWrapper.onHotplugEvent(1, false); in onHotplugInAfterHotplugOut_noStandbyAfterDelay() 2242 mNativeWrapper.onHotplugEvent(1, true); in onHotplugInAfterHotplugOut_noStandbyAfterDelay() 2256 mNativeWrapper.onHotplugEvent(1, false); in onHotplugOut_standbyAfterDelay_onlyAfterDeviceIdle()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 1624 public void onHotplugEvent(int portId, boolean connected) { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback 1648 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback10 1649 mHdmiCecCallback.onHotplugEvent(event.portId, event.connected); in onHotplugEvent() 1682 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback11 1683 mHdmiCecCallback.onHotplugEvent(event.portId, event.connected); in onHotplugEvent() 1718 public void onHotplugEvent(boolean connected, int portId) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiConnectionCallbackAidl 1719 mHdmiCecCallback.onHotplugEvent(portId, connected); in onHotplugEvent()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | AidlComposerHal.cpp | 220 ::ndk::ScopedAStatus onHotplugEvent(int64_t in_display, in onHotplugEvent() function in android::Hwc2::AidlIComposerCallbackWrapper
|