Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp71 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in toString()
87 event.header = {DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, displayId, timestamp}; in makeHotplug()
316 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in threadMain()
400 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in shouldConsumeEvent()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h54 DISPLAY_EVENT_HOTPLUG = fourcc('p', 'l', 'u', 'g'), enumerator
/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp135 case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: in processPendingEvents()
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp112 case FwkReceiver::DISPLAY_EVENT_HOTPLUG: { in handleEvent()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp198 EXPECT_EQ(DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, event.header.type); in expectHotplugEventReceivedByConnection()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp252 ALOGV_IF(event.header.type == DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG, in waitForHotplugEvent()
257 if (event.header.type == DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG && in waitForHotplugEvent()