Home
last modified time | relevance | path

Searched refs:enableVSyncInjection (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h105 ConnectionHandle enableVSyncInjection(bool enable);
H A DScheduler.cpp448 Scheduler::ConnectionHandle Scheduler::enableVSyncInjection(bool enable) { in enableVSyncInjection() function in android::Scheduler
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1500 if (const auto handle = mScheduler->enableVSyncInjection(enable)) { in enableVSyncInjections()