Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp307 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentBirth()
314 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentDeath()
408 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in debug()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h121 mutable std::mutex mComponentRosterMutex; member