Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp382 std::shared_lock<std::shared_mutex> lock(c->mInterceptorMutex); in hook_dequeueBuffer()
402 std::shared_lock<std::shared_mutex> lock(c->mInterceptorMutex); in hook_cancelBuffer()
421 std::shared_lock<std::shared_mutex> lock(c->mInterceptorMutex); in hook_queueBuffer()
484 std::shared_lock<std::shared_mutex> lock(c->mInterceptorMutex); in hook_perform()
505 std::shared_lock<std::shared_mutex> lock(c->mInterceptorMutex); in hook_query()
1744 std::lock_guard<std::shared_mutex> lock(mInterceptorMutex); in dispatchAddCancelInterceptor()
1754 std::lock_guard<std::shared_mutex> lock(mInterceptorMutex); in dispatchAddDequeueInterceptor()
1763 std::lock_guard<std::shared_mutex> lock(mInterceptorMutex); in dispatchAddPerformInterceptor()
1773 std::lock_guard<std::shared_mutex> lock(mInterceptorMutex); in dispatchAddQueueInterceptor()
1782 std::lock_guard<std::shared_mutex> lock(mInterceptorMutex); in dispatchAddQueryInterceptor()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h513 mutable std::shared_mutex mInterceptorMutex; variable