Searched refs:withPrimaryDispSync (Results 1 – 3 of 3) sorted by relevance
105 mScheduler.withPrimaryDispSync([this](android::DispSync& sync) { in startVsyncListener()120 mScheduler.withPrimaryDispSync([this](android::DispSync& sync) { in stopVsyncListenerLocked()132 mScheduler.withPrimaryDispSync([this](android::DispSync& sync) { in onDispSyncEvent()140 mScheduler.withPrimaryDispSync( in onDispSyncEvent()
110 void withPrimaryDispSync(std::function<void(DispSync&)> const& fn);
342 void Scheduler::withPrimaryDispSync(std::function<void(DispSync&)> const& fn) { in withPrimaryDispSync() function in android::Scheduler