Home
last modified time | relevance | path

Searched refs:onHotplug (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java152 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in onHotplug() method in DisplayEventReceiver
177 onHotplug(timestampNanos, builtInDisplayId, connected); in dispatchHotplug()
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal29 oneway onHotplug(uint64_t timestamp, bool connected);
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp108 mCallback->onHotplug(timestamp, event.hotplug.connected); in handleEvent()
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
DVtsFwkDisplayServiceV1_0TargetTest.cpp62 Return<void> onHotplug(uint64_t timestamp, bool connected) override { in onHotplug() function in TestCallback
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h296 hardware::Return<void> onHotplug(Hwc2::Display /*display*/, in onHotplug() function
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevicePlayback.java152 void onHotplug(int portId, boolean connected) { in onHotplug() method in HdmiCecLocalDevicePlayback
DHdmiCecController.java643 mService.onHotplug(port, connected); in handleHotplug()
DHdmiCecLocalDevice.java759 void onHotplug(int portId, boolean connected) { in onHotplug() method in HdmiCecLocalDevice
DHdmiControlService.java915 void onHotplug(int portId, boolean connected) { in onHotplug() method in HdmiControlService
932 device.onHotplug(portId, connected); in onHotplug()
DHdmiCecLocalDeviceTv.java1556 void onHotplug(int portId, boolean connected) { in onHotplug() method in HdmiCecLocalDeviceTv
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java675 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) {
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp250 client_.promote()->onHotplug(kDefaultDisplayId, in enableCallback()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp285 Return<void> onHotplug(Hwc2::Display display, in onHotplug() function in HWC2::__anon78c1206f0111::ComposerCallback