Searched defs:ComponentStore (Results 1 – 2 of 2) sorted by relevance
55 struct ComponentStore : public IComponentStore { struct106 std::shared_ptr<C2ComponentStore> mStore; argument114 // ComponentStore keeps track of live Components. argument116 struct ComponentStatus {121 mutable std::mutex mComponentRosterMutex;122 std::map<Component*, ComponentStatus> mComponentRoster;129 friend Component;
105 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore