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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp401 mVsyncMutex(),
408 Mutex::Autolock lock(mVsyncMutex);
435 Mutex::Autolock lock(mVsyncMutex);
500 Mutex mVsyncMutex; // Protects the following member in class:android::DispSyncSource
H A DSurfaceFlinger_hwc1.cpp376 mVsyncMutex(),
383 Mutex::Autolock lock(mVsyncMutex);
410 Mutex::Autolock lock(mVsyncMutex);
475 Mutex mVsyncMutex; // Protects the following member in class:android::DispSyncSource
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp321 std::lock_guard<std::mutex> lock(mVsyncMutex);
1057 std::unique_lock<std::mutex> lock(mVsyncMutex);
1799 std::mutex mVsyncMutex; member in class:Hwc2Test

Completed in 1043 milliseconds