Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DFakeNativeWrapper.java189 public void onHotplugEvent(int port, boolean connected) { in onHotplugEvent() method in FakeNativeWrapper
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java1624 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
1682 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback11
1718 public void onHotplugEvent(boolean connected, int portId) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiConnectionCallbackAidl
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.cpp220 ::ndk::ScopedAStatus onHotplugEvent(int64_t in_display, in onHotplugEvent() function in android::Hwc2::AidlIComposerCallbackWrapper