Home
last modified time | relevance | path

Searched refs:DISPLAY_EVENT_HOTPLUG (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp85 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in toString()
105 event.header = {DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, displayId, timestamp}; in makeHotplug()
446 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in threadMain()
551 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in shouldConsumeEvent()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h58 DISPLAY_EVENT_HOTPLUG = fourcc('p', 'l', 'u', 'g'), enumerator
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp112 case FwkReceiver::DISPLAY_EVENT_HOTPLUG: { in handleEvent()
/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp171 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in processPendingEvents()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp301 EXPECT_EQ(DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, event.header.type); in expectHotplugEventReceivedByConnection()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp292 ALOGV_IF(event.header.type == DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, in waitForHotplugEvent()
296 if (event.header.type == DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG && in waitForHotplugEvent()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp430 if (event.header.type == DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG) { in handleEvent()