Home
last modified time | relevance | path

Searched refs:injectVSync (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h107 bool injectVSync(nsecs_t when, nsecs_t expectedVSyncTime, nsecs_t deadlineTimestamp);
H A DScheduler.cpp477 bool Scheduler::injectVSync(nsecs_t when, nsecs_t expectedVSyncTime, nsecs_t deadlineTimestamp) { in injectVSync() function in android::Scheduler
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h290 virtual status_t injectVSync(nsecs_t when) = 0;
H A DSurfaceComposerClient.h322 static status_t injectVSync(nsecs_t when);
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp622 SurfaceComposerClient::injectVSync(vSyncEvent.when()); in injectVSyncEvent()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp816 mSurfaceComposer->injectVSync(timestamp); in requestVSync()
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp555 status_t injectVSync(nsecs_t when) override { in injectVSync() function in android::BpSurfaceComposer
1591 return injectVSync(when); in onTransact()
H A DSurfaceComposerClient.cpp1982 status_t SurfaceComposerClient::injectVSync(nsecs_t when) { in injectVSync() function in android::SurfaceComposerClient
1984 return sf->injectVSync(when); in injectVSync()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h660 status_t injectVSync(nsecs_t when) override;
H A DSurfaceFlinger.cpp1508 status_t SurfaceFlinger::injectVSync(nsecs_t when) { in injectVSync() function in android::SurfaceFlinger
1512 return mScheduler->injectVSync(when, /*expectedVSyncTime=*/expectedPresent, in injectVSync()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp786 status_t injectVSync(nsecs_t /*when*/) override { return NO_ERROR; } in injectVSync() function in android::FakeSurfaceComposer