Home
last modified time | relevance | path

Searched refs:DISPLAY_EVENT_VSYNC (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/vsync/
Dvsync.cpp38 if (buffer[i].header.type == DisplayEventReceiver::DISPLAY_EVENT_VSYNC) { in receiver()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp89 case DisplayEventReceiver::DISPLAY_EVENT_VSYNC: in toString()
114 event.header = {DisplayEventReceiver::DISPLAY_EVENT_VSYNC, displayId, timestamp}; in makeVSync()
455 case DisplayEventReceiver::DISPLAY_EVENT_VSYNC: in threadMain()
559 case DisplayEventReceiver::DISPLAY_EVENT_VSYNC: in shouldConsumeEvent()
634 if (event.header.type == DisplayEventReceiver::DISPLAY_EVENT_VSYNC) { in dispatchEvent()
DMessageQueue.cpp192 if (buffer[i].header.type == DisplayEventReceiver::DISPLAY_EVENT_VSYNC) { in injectorCallback()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h57 DISPLAY_EVENT_VSYNC = fourcc('v', 's', 'y', 'n'), enumerator
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp104 case FwkReceiver::DISPLAY_EVENT_VSYNC: { in handleEvent()
/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp162 case DisplayEventReceiver::DISPLAY_EVENT_VSYNC: in processPendingEvents()
/frameworks/base/libs/input/
DPointerControllerContext.cpp187 if (buf[i].header.type == DisplayEventReceiver::DISPLAY_EVENT_VSYNC) { in handleVsyncEvents()
/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp41 return ev.header.type == DisplayEventReceiver::DISPLAY_EVENT_VSYNC; in notify()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp241 EXPECT_EQ(DisplayEventReceiver::DISPLAY_EVENT_VSYNC, event.header.type) in expectVsyncEventReceivedByConnection()
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp150 if (event.header.type != DisplayEventReceiver::DISPLAY_EVENT_VSYNC) { in waitForNextVsync()