Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h55 struct ComponentStore : public IComponentStore { struct
106 std::shared_ptr<C2ComponentStore> mStore; argument
114 // ComponentStore keeps track of live Components. argument
116 struct ComponentStatus {
121 mutable std::mutex mComponentRosterMutex;
122 std::map<Component*, ComponentStatus> mComponentRoster;
129 friend Component;
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp105 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore