Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponentStore.h57 struct ComponentStore : public IComponentStore { struct
118 std::shared_ptr<C2ComponentStore> mStore; argument
126 // ComponentStore keeps track of live Components. argument
128 struct ComponentStatus {
133 mutable std::mutex mComponentRosterMutex;
134 std::map<Component*, ComponentStatus> mComponentRoster;
141 friend Component;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
126 std::shared_ptr<C2ComponentStore> mStore; argument
134 // ComponentStore keeps track of live Components. argument
136 struct ComponentStatus {
141 mutable std::mutex mComponentRosterMutex;
142 std::map<Component*, ComponentStatus> mComponentRoster;
149 friend Component;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
133 std::shared_ptr<C2ComponentStore> mStore; argument
141 // ComponentStore keeps track of live Components. argument
143 struct ComponentStatus {
148 mutable std::mutex mComponentRosterMutex;
149 std::map<Component*, ComponentStatus> mComponentRoster;
156 friend Component;
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_1::utils::ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_2::utils::ComponentStore