Home
last modified time | relevance | path

Searched refs:getPoolClientManager (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponentStore.h96 virtual Return<sp<IClientManager>> getPoolClientManager() override;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponentStore.h97 virtual Return<sp<IClientManager>> getPoolClientManager() override;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponentStore.h97 virtual Return<sp<IClientManager>> getPoolClientManager() override;
/aosp12/hardware/interfaces/media/c2/1.1/
H A DIComponentStore.hal31 * status. The only exceptions are getPoolClientManager() and getConfigurable(),
/aosp12/hardware/interfaces/media/c2/1.2/
H A DIComponentStore.hal31 * status. The only exceptions are getPoolClientManager() and getConfigurable(),
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponentStore.hal31 * status. The only exceptions are getPoolClientManager() and getConfigurable(),
214 getPoolClientManager() generates (IClientManager pool);
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponentStore.hal193 getPoolClientManager(
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp342 Return<sp<IClientManager>> ComponentStore::getPoolClientManager() { in getPoolClientManager() function in android::hardware::media::c2::V1_0::utils::ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp341 Return<sp<IClientManager>> ComponentStore::getPoolClientManager() { in getPoolClientManager() function in android::hardware::media::c2::V1_1::utils::ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp341 Return<sp<IClientManager>> ComponentStore::getPoolClientManager() { in getPoolClientManager() function in android::hardware::media::c2::V1_2::utils::ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp627 Return<sp<IClientManager>> transResult = base->getPoolClientManager();