Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1361 std::mutex mTexturePoolMutex; variable
H A DSurfaceFlinger.cpp764 std::lock_guard lock(mTexturePoolMutex); in getNewTexture()
791 std::lock_guard lock(mTexturePoolMutex); in deleteTextureAsync()
2434 std::lock_guard lock(mTexturePoolMutex); in postComposition()