Searched refs:ComponentStore (Results 1 – 11 of 11) sorted by relevance
118 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) : in ComponentStore() function in hardware::google::media::c2::V1_0::utils::ComponentStore132 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams()159 Return<void> ComponentStore::createComponent( in createComponent()195 Return<void> ComponentStore::createInterface( in createInterface()209 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents()224 Return<sp<IInputSurface>> ComponentStore::createInputSurface() { in createInputSurface()239 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf) { in onInterfaceLoaded()249 Return<void> ComponentStore::getStructDescriptors( in getStructDescriptors()284 Return<sp<IClientManager>> ComponentStore::getPoolClientManager() { in getPoolClientManager()288 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer()[all …]
11 "ComponentStore.cpp",
40 c2_status_t CachedConfigurable::init(ComponentStore* store) { in init()
289 const sp<ComponentStore>& store, in InputSurface()
310 const sp<ComponentStore>& store) : in ComponentInterface()412 const sp<ComponentStore>& store, in Component()
55 struct ComponentStore;60 const sp<ComponentStore>& store);66 sp<ComponentStore> mStore;73 const sp<ComponentStore>& store,107 sp<ComponentStore> mStore;162 friend struct ComponentStore;
55 struct ComponentStore : public Configurable<IComponentStore> { struct56 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);57 virtual ~ComponentStore() = default;
46 struct ComponentStore;59 c2_status_t init(ComponentStore* store);103 c2_status_t init(ComponentStore* store) { in init()
175 sp<ComponentStore> mStore;182 const sp<ComponentStore>& store,189 friend struct ComponentStore;
28 new utils::ComponentStore( in RegisterCodecServices()
122 store = new utils::ComponentStore( in main()