Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DDispSyncSource.h47 nsecs_t mLastCallbackTime GUARDED_BY(mVsyncMutex) = 0;
54 std::mutex mVsyncMutex; variable
55 nsecs_t mPhaseOffset GUARDED_BY(mVsyncMutex);
56 bool mEnabled GUARDED_BY(mVsyncMutex) = false;
DDispSyncSource.cpp40 std::lock_guard lock(mVsyncMutex); in setVSyncEnabled()
66 std::lock_guard lock(mVsyncMutex); in setPhaseOffset()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp325 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