Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Store.cpp964 static std::weak_ptr<C2ComponentStore> platformStore; in GetCodec2PlatformComponentStore() local
966 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore()
969 platformStore = store; in GetCodec2PlatformComponentStore()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp122 std::shared_ptr<C2ComponentStore> platformStore = android::GetCodec2PlatformComponentStore(); in ComponentStore() local