Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp338 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentBirth()
345 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentDeath()
439 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in debug()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp371 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentBirth()
378 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentDeath()
472 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in debug()
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h137 mutable std::mutex mComponentRosterMutex; member
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h129 mutable std::mutex mComponentRosterMutex; member