Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp95 std::mutex _mComponentStoreSetLock; // protects the entire updating _mComponentStore and its member in android::C2PlatformAllocatorStoreImpl
299 std::lock_guard<std::mutex> lock(_mComponentStoreSetLock); in setComponentStore()