summaryrefslogtreecommitdiff
path: root/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:21:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-04 22:21:31 +0000
commite0d9211119c2275914de64ef9232ef8951a65d8f (patch)
tree40c6cab59a9367e491922de46a2aea74f44ddbcf /media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h
parentf93bcee838bd2b41fb3d78a005f62d1bbe900bc1 (diff)
parentc21a61ba5908182deac96e7b4aafeb087f2841df (diff)
downloadav-e0d9211119c2275914de64ef9232ef8951a65d8f.tar.gz
Merge "Snap for 11526323 from 3a89c66e066a04e9d4d46189c5bea8091e0f4f76 to simpleperf-release" into simpleperf-releasesimpleperf-release
Diffstat (limited to 'media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h')
-rw-r--r--media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h b/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h
index e95a651756..c08fce4c67 100644
--- a/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h
+++ b/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ComponentStore.h
@@ -79,6 +79,9 @@ struct ComponentStore : public IComponentStore {
static std::shared_ptr<FilterWrapper> GetFilterWrapper();
+ std::shared_ptr<MultiAccessUnitInterface> tryCreateMultiAccessUnitInterface(
+ const std::shared_ptr<C2ComponentInterface> &c2interface);
+
// Methods from ::android::hardware::media::c2::V1_0::IComponentStore.
virtual Return<void> createComponent(
const hidl_string& name,