Searched defs:injectVSync (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ | ||
D | Scheduler.cpp | 399 bool Scheduler::injectVSync(nsecs_t when, nsecs_t expectedVSyncTime, nsecs_t deadlineTimestamp) { in injectVSync() function in android::scheduler::Scheduler |
/frameworks/native/libs/gui/ | ||
D | ISurfaceComposer.cpp | 413 status_t injectVSync(nsecs_t when) override { in injectVSync() function in android::BpSurfaceComposer |
D | SurfaceComposerClient.cpp | 2176 status_t SurfaceComposerClient::injectVSync(nsecs_t when) { in injectVSync() function in android::SurfaceComposerClient |
/frameworks/native/libs/gui/tests/ | ||
D | Surface_test.cpp | 769 status_t injectVSync(nsecs_t /*when*/) override { return NO_ERROR; } in injectVSync() function in android::FakeSurfaceComposer |
/frameworks/native/services/surfaceflinger/ | ||
D | SurfaceFlinger.cpp | 1576 status_t SurfaceFlinger::injectVSync(nsecs_t when) { in injectVSync() function in android::SurfaceFlinger |