Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp515 mVsyncMutex(), in DispSyncSource()
522 Mutex::Autolock lock(mVsyncMutex); in setVSyncEnabled()
549 Mutex::Autolock lock(mVsyncMutex); in setPhaseOffset()
605 Mutex mVsyncMutex; // Protects the following member in android::DispSyncSource
/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