Searched defs:componentStore (Results 1 - 1 of 1) sorted by relevance

/hardware/google/av/codec2/vndk/
H A DC2Store.cpp203 std::shared_ptr<C2ComponentStore> componentStore; local
206 componentStore = _mComponentStore;
209 UseComponentStoreForIonAllocator(allocator, componentStore);
259 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> componentStore) { argument
266 gPreferredComponentStore = componentStore;
276 allocatorStore->setComponentStore(componentStore);
897 return "android.componentStore.platform";

Completed in 54 milliseconds