Searched refs:withPrimaryDispSync (Results 1 – 3 of 3) sorted by relevance
108 mScheduler.withPrimaryDispSync([this](android::DispSync& sync) { in startVsyncListener()123 mScheduler.withPrimaryDispSync([this](android::DispSync& sync) { in stopVsyncListenerLocked()135 mScheduler.withPrimaryDispSync([this](android::DispSync& sync) { in onDispSyncEvent()143 mScheduler.withPrimaryDispSync( in onDispSyncEvent()
99 void withPrimaryDispSync(std::function<void(DispSync&)> const& fn);
356 void Scheduler::withPrimaryDispSync(std::function<void(DispSync&)> const& fn) { in withPrimaryDispSync() function in android::Scheduler