Searched refs:gLock (Results 1 – 2 of 2) sorted by relevance
44 static std::mutex gLock; variable51 std::lock_guard<std::mutex> _l(gLock); in frameCallback()77 std::lock_guard<std::mutex> _l{gLock}; in android_view_cts_ChoreographerNativeTest_getChoreographer()83 std::lock_guard<std::mutex> _l{gLock}; in android_view_cts_ChoreographerNativeTest_prepareChoreographerTests()99 std::lock_guard<std::mutex> _l{gLock}; in android_view_cts_ChoreographerNativeTest_testPostCallbackWithoutDelayEventuallyRunsCallback()115 std::lock_guard<std::mutex> _l{gLock}; in android_view_cts_ChoreographerNativeTest_testPostCallbackWithoutDelayEventuallyRunsCallback()133 std::lock_guard<std::mutex> _l{gLock}; in android_view_cts_ChoreographerNativeTest_testPostCallbackWithDelayEventuallyRunsCallback()139 std::lock_guard<std::mutex> _l{gLock}; in android_view_cts_ChoreographerNativeTest_testPostCallbackWithDelayEventuallyRunsCallback()
38 static Mutex gLock; variable123 Mutex::Autolock l(gLock); in OpenSLEngine()132 Mutex::Autolock l(gLock); in CloseSLEngine()