Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponentStore.h57 struct ComponentStore : public IComponentStore { struct
131 std::shared_ptr<C2ComponentStore> mStore; argument
142 // ComponentStore keeps track of live Components. argument
144 struct ComponentStatus {
149 mutable std::mutex mComponentRosterMutex;
150 std::map<Component*, ComponentStatus> mComponentRoster;
157 friend Component;
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
139 std::shared_ptr<C2ComponentStore> mStore; argument
150 // ComponentStore keeps track of live Components. argument
152 struct ComponentStatus {
157 mutable std::mutex mComponentRosterMutex;
158 std::map<Component*, ComponentStatus> mComponentRoster;
165 friend Component;
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
146 std::shared_ptr<C2ComponentStore> mStore; argument
157 // ComponentStore keeps track of live Components. argument
159 struct ComponentStatus {
164 mutable std::mutex mComponentRosterMutex;
165 std::map<Component*, ComponentStatus> mComponentRoster;
172 friend Component;
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
H A DComponentStore.h54 struct ComponentStore : public BnComponentStore { struct
127 std::shared_ptr<C2ComponentStore> mStore; argument
138 // ComponentStore keeps track of live Components. argument
140 struct ComponentStatus {
145 mutable std::mutex mComponentRosterMutex;
146 std::map<Component*, ComponentStatus> mComponentRoster;
156 friend Component;
/aosp_15_r20/external/v4l2_codec2/components/
H A DComponentStore.cpp28 ComponentStore::ComponentStore(C2String storeName) in ComponentStore() function in android::ComponentStore
/aosp_15_r20/frameworks/av/media/codec2/hal/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
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/
H A DComponentStore.cpp137 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in aidl::android::hardware::media::c2::utils::ComponentStore
/aosp_15_r20/frameworks/av/media/codec2/hal/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
/aosp_15_r20/frameworks/av/media/codec2/hal/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