Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/interface/
DICompositor.h51 virtual void sendNotifyExpectedPresentHint(PhysicalDisplayId) = 0;
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_NotifyExpectedPresentTest.cpp75 void sendNotifyExpectedPresentHint(PhysicalDisplayId id) override { in sendNotifyExpectedPresentHint() function
76 surfaceFlinger.sendNotifyExpectedPresentHint(id); in sendNotifyExpectedPresentHint()
DMessageQueueTest.cpp45 void sendNotifyExpectedPresentHint(PhysicalDisplayId) {} in sendNotifyExpectedPresentHint() function
DTestableScheduler.h225 void sendNotifyExpectedPresentHint(PhysicalDisplayId) override {} in sendNotifyExpectedPresentHint() function
DTestableSurfaceFlinger.h723 void sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) { in sendNotifyExpectedPresentHint() function
725 mFlinger->sendNotifyExpectedPresentHint(displayId); in sendNotifyExpectedPresentHint()
DSchedulerTest.cpp530 void sendNotifyExpectedPresentHint(PhysicalDisplayId) override {} in TEST_F() function
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp235 compositor.sendNotifyExpectedPresentHint(pacesetterPtr->displayId); in onFrameSignal()
269 compositor.sendNotifyExpectedPresentHint(pacesetterPtr->displayId); in onFrameSignal()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1556 void sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) override
DSurfaceFlinger.cpp4466 void SurfaceFlinger::sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) { in sendNotifyExpectedPresentHint() function in android::SurfaceFlinger