Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp1013 static std::weak_ptr<C2ComponentStore> platformStore; in GetCodec2PlatformComponentStore() local
1015 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore()
1018 platformStore = store; in GetCodec2PlatformComponentStore()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp109 std::shared_ptr<C2ComponentStore> platformStore = android::GetCodec2PlatformComponentStore(); local