Searched refs:platformStore (Results 1 – 2 of 2) sorted by relevance
1013 static std::weak_ptr<C2ComponentStore> platformStore; in GetCodec2PlatformComponentStore() local1015 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore()1018 platformStore = store; in GetCodec2PlatformComponentStore()
109 std::shared_ptr<C2ComponentStore> platformStore = android::GetCodec2PlatformComponentStore(); local