Searched refs:mVsyncMutex (Results 1 – 3 of 3) sorted by relevance
47 nsecs_t mLastCallbackTime GUARDED_BY(mVsyncMutex) = 0;54 std::mutex mVsyncMutex; variable55 nsecs_t mPhaseOffset GUARDED_BY(mVsyncMutex);56 bool mEnabled GUARDED_BY(mVsyncMutex) = false;
40 std::lock_guard lock(mVsyncMutex); in setVSyncEnabled()66 std::lock_guard lock(mVsyncMutex); in setPhaseOffset()
325 std::lock_guard<std::mutex> lock(mVsyncMutex); in vsyncCallback()1063 std::unique_lock<std::mutex> lock(mVsyncMutex); in waitForVsync()1946 std::mutex mVsyncMutex; member in Hwc2Test