Searched refs:sendNotifyExpectedPresentHint (Results 1 – 9 of 9) sorted by relevance
51 virtual void sendNotifyExpectedPresentHint(PhysicalDisplayId) = 0;
75 void sendNotifyExpectedPresentHint(PhysicalDisplayId id) override { in sendNotifyExpectedPresentHint() function76 surfaceFlinger.sendNotifyExpectedPresentHint(id); in sendNotifyExpectedPresentHint()
45 void sendNotifyExpectedPresentHint(PhysicalDisplayId) {} in sendNotifyExpectedPresentHint() function
225 void sendNotifyExpectedPresentHint(PhysicalDisplayId) override {} in sendNotifyExpectedPresentHint() function
723 void sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) { in sendNotifyExpectedPresentHint() function725 mFlinger->sendNotifyExpectedPresentHint(displayId); in sendNotifyExpectedPresentHint()
530 void sendNotifyExpectedPresentHint(PhysicalDisplayId) override {} in TEST_F() function
235 compositor.sendNotifyExpectedPresentHint(pacesetterPtr->displayId); in onFrameSignal()269 compositor.sendNotifyExpectedPresentHint(pacesetterPtr->displayId); in onFrameSignal()
1556 void sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) override
4466 void SurfaceFlinger::sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) { in sendNotifyExpectedPresentHint() function in android::SurfaceFlinger