Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp182 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in createComponent()
297 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentDeath()
303 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in findC2Component()
393 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in debug()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h105 mutable std::mutex mComponentRosterMutex; member