Searched defs:ComponentStore (Results 1 – 9 of 9) sorted by relevance
57 struct ComponentStore : public IComponentStore { struct131 std::shared_ptr<C2ComponentStore> mStore; argument142 // ComponentStore keeps track of live Components. argument144 struct ComponentStatus {149 mutable std::mutex mComponentRosterMutex;150 std::map<Component*, ComponentStatus> mComponentRoster;157 friend Component;
58 struct ComponentStore : public IComponentStore { struct139 std::shared_ptr<C2ComponentStore> mStore; argument150 // ComponentStore keeps track of live Components. argument152 struct ComponentStatus {157 mutable std::mutex mComponentRosterMutex;158 std::map<Component*, ComponentStatus> mComponentRoster;165 friend Component;
58 struct ComponentStore : public IComponentStore { struct146 std::shared_ptr<C2ComponentStore> mStore; argument157 // ComponentStore keeps track of live Components. argument159 struct ComponentStatus {164 mutable std::mutex mComponentRosterMutex;165 std::map<Component*, ComponentStatus> mComponentRoster;172 friend Component;
54 struct ComponentStore : public BnComponentStore { struct127 std::shared_ptr<C2ComponentStore> mStore; argument138 // ComponentStore keeps track of live Components. argument140 struct ComponentStatus {145 mutable std::mutex mComponentRosterMutex;146 std::map<Component*, ComponentStatus> mComponentRoster;156 friend Component;
28 ComponentStore::ComponentStore(C2String storeName) in ComponentStore() function in android::ComponentStore
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore
137 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in aidl::android::hardware::media::c2::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