Home
last modified time | relevance | path

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

/frameworks/native/services/bufferhub/include/bufferhub/
DBufferHubService.h76 std::mutex mTokenMutex; variable
78 int mLastTokenId GUARDED_BY(mTokenMutex) = 0;
83 GUARDED_BY(mTokenMutex);
/frameworks/native/services/bufferhub/
DBufferHubService.cpp104 std::lock_guard<std::mutex> lock(mTokenMutex); in importBuffer()
281 std::lock_guard<std::mutex> lock(mTokenMutex); in debug()
319 std::lock_guard<std::mutex> lock(mTokenMutex); in registerToken()
384 std::lock_guard<std::mutex> lock(mTokenMutex); in removeTokenByClient()