Searched defs:ComponentStore (Results 1 – 2 of 2) sorted by relevance
55 struct ComponentStore : public Configurable<IComponentStore> { struct66 // Methods from ::android::hardware::media::c2::V1_0::IComponentStore argument95 std::shared_ptr<C2ComponentStore> mStore; argument96 std::shared_ptr<C2ParamReflector> mParamReflector;98 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;99 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;100 std::set<C2String> mLoadedInterfaces;101 mutable std::mutex mStructDescriptorsMutex;104 Component::Roster mComponentRoster;105 mutable std::mutex mComponentRosterMutex;[all …]
118 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) : in ComponentStore() function in hardware::google::media::c2::V1_0::utils::ComponentStore