Searched defs:ComponentStore (Results 1 – 6 of 6) sorted by relevance
57 struct ComponentStore : public IComponentStore { struct118 std::shared_ptr<C2ComponentStore> mStore; argument126 // ComponentStore keeps track of live Components. argument128 struct ComponentStatus {133 mutable std::mutex mComponentRosterMutex;134 std::map<Component*, ComponentStatus> mComponentRoster;141 friend Component;
58 struct ComponentStore : public IComponentStore { struct126 std::shared_ptr<C2ComponentStore> mStore; argument134 // ComponentStore keeps track of live Components. argument136 struct ComponentStatus {141 mutable std::mutex mComponentRosterMutex;142 std::map<Component*, ComponentStatus> mComponentRoster;149 friend Component;
58 struct ComponentStore : public IComponentStore { struct133 std::shared_ptr<C2ComponentStore> mStore; argument141 // ComponentStore keeps track of live Components. argument143 struct ComponentStatus {148 mutable std::mutex mComponentRosterMutex;149 std::map<Component*, ComponentStatus> mComponentRoster;156 friend Component;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_1::utils::ComponentStore
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_2::utils::ComponentStore