Searched defs:injectVSync (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ | ||
H A D | Scheduler.cpp | 477 bool Scheduler::injectVSync(nsecs_t when, nsecs_t expectedVSyncTime, nsecs_t deadlineTimestamp) { in injectVSync() function in android::Scheduler |
/aosp12/frameworks/native/libs/gui/ | ||
H A D | ISurfaceComposer.cpp | 555 status_t injectVSync(nsecs_t when) override { in injectVSync() function in android::BpSurfaceComposer |
H A D | SurfaceComposerClient.cpp | 1982 status_t SurfaceComposerClient::injectVSync(nsecs_t when) { in injectVSync() function in android::SurfaceComposerClient |
/aosp12/frameworks/native/libs/gui/tests/ | ||
H A D | Surface_test.cpp | 786 status_t injectVSync(nsecs_t /*when*/) override { return NO_ERROR; } in injectVSync() function in android::FakeSurfaceComposer |
/aosp12/frameworks/native/services/surfaceflinger/ | ||
H A D | SurfaceFlinger.cpp | 1508 status_t SurfaceFlinger::injectVSync(nsecs_t when) { in injectVSync() function in android::SurfaceFlinger |