Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp74 event.hotplug.connected ? "connected" : "disconnected"); in toString()
88 event.hotplug.connected = connected; in makeHotplug()
317 if (event->hotplug.connected && !mVSyncState) { in threadMain()
319 } else if (!event->hotplug.connected && mVSyncState && in threadMain()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h81 Hotplug hotplug; member
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal27 * @param connected Current state of hotplug.
/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp136 dispatchHotplug(ev.header.timestamp, ev.header.displayId, ev.hotplug.connected); in processPendingEvents()
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp113 auto ret = mCallback->onHotplug(timestamp, event.hotplug.connected); in handleEvent()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp200 EXPECT_EQ(expectedConnected, event.hotplug.connected); in expectHotplugEventReceivedByConnection()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp255 event.header.displayId, event.hotplug.connected); in waitForHotplugEvent()
258 event.header.displayId == displayId && event.hotplug.connected == connected) { in waitForHotplugEvent()
/frameworks/base/cmds/statsd/src/
Datoms.proto3837 * hotplug event, the value would be reset as well.