Home
last modified time | relevance | path

Searched defs:ComponentStore (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h55 struct ComponentStore : public Configurable<IComponentStore> { struct
66 // Methods from ::android::hardware::media::c2::V1_0::IComponentStore argument
95 std::shared_ptr<C2ComponentStore> mStore; argument
96 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 …]
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp118 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) : in ComponentStore() function in hardware::google::media::c2::V1_0::utils::ComponentStore