Home
last modified time | relevance | path

Searched refs:onHotplug (Results 1 – 20 of 20) 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.cpp113 auto ret = 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/services/surfaceflinger/DisplayHardware/
DHWComposer.h152 void onHotplug(hwc2_display_t displayId, int32_t displayType, HWC2::Connection connection);
DHWComposer.cpp134 void HWComposer::onHotplug(hwc2_display_t displayId, int32_t displayType, in onHotplug() function in android::HWComposer
144 mHwcDevice->onHotplug(displayId, connection); in onHotplug()
DHWC2.h100 void onHotplug(hwc2_display_t displayId, Connection connection);
DHWC2.cpp69 Return<void> onHotplug(Hwc2::Display display, in onHotplug() function in HWC2::__anon78c1206f0111::ComposerCallbackBridge
155 void Device::onHotplug(hwc2_display_t displayId, Connection connection) { in onHotplug() function in HWC2::Device
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp170 mEventCallback->onHotplug(PRIMARY_DISPLAY, IComposerCallback::Connection::CONNECTED); in registerEventCallback()
181 mEventCallback->onHotplug(display, state); in hotplugDisplay()
/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.java760 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.java1569 void onHotplug(int portId, boolean connected) { in onHotplug() method in HdmiCecLocalDeviceTv
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h356 hardware::Return<void> onHotplug(Hwc2::Display display,
Dhardware_composer.cpp1070 Return<void> HardwareComposer::ComposerCallback::onHotplug( in onHotplug() function in android::dvr::HardwareComposer::ComposerCallback
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java732 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) {
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp263 event_callback_->onHotplug(kDefaultDisplayId, in registerEventCallback()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2234 getBE().mHwc->onHotplug(event.display, displayType, event.connection); in processDisplayHotplugEventsLocked()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5996 Landroid/view/DisplayEventReceiver;->onHotplug(JIZ)V