Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Store.cpp84 std::mutex _mComponentStoreSetLock; // protects the entire updating _mComponentStore and its member in android::C2PlatformAllocatorStoreImpl
190 std::lock_guard<std::mutex> lock(_mComponentStoreSetLock); in setComponentStore()