Home
last modified time | relevance | path

Searched refs:hotplug (Results 1 – 9 of 9) sorted by relevance

/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal27 * @param connected Current state of hotplug.
/frameworks/native/libs/gui/tests/
DDisplayEventStructLayout_test.cpp28 CHECK_OFFSET(DisplayEventReceiver::Event, hotplug, 24); in TEST()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp88 event.hotplug.connected ? "connected" : "disconnected"); in toString()
106 event.hotplug.connected = connected; in makeHotplug()
447 if (event->hotplug.connected && !mVSyncState) { in threadMain()
449 } else if (!event->hotplug.connected && mVSyncState && in threadMain()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h100 Hotplug hotplug; member
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp113 auto ret = mCallback->onHotplug(timestamp, event.hotplug.connected); in handleEvent()
/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp172 dispatchHotplug(ev.header.timestamp, ev.header.displayId, ev.hotplug.connected); in processPendingEvents()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp303 EXPECT_EQ(expectedConnected, event.hotplug.connected); in expectHotplugEventReceivedByConnection()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp294 to_string(event.header.displayId).c_str(), event.hotplug.connected); in waitForHotplugEvent()
297 event.header.displayId == displayId && event.hotplug.connected == connected) { in waitForHotplugEvent()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp433 if (!event.hotplug.connected) { in handleEvent()