Lines Matching refs:IComponentStore
62 ::android::hardware::media::c2::V1_0::IComponentStore;
69 ::aidl::android::hardware::media::c2::IComponentStore;
738 static android::sp<c2_hidl_V1_0::IComponentStore> getDeclaredHidlSwcodec( in getDeclaredHidlSwcodec()
752 V1_2::IComponentStore::descriptor, "software"); in getDeclaredHidlSwcodec()
760 V1_1::IComponentStore::descriptor, "software"); in getDeclaredHidlSwcodec()
768 V1_0::IComponentStore::descriptor, "software"); in getDeclaredHidlSwcodec()
796 using IComponentStore = in RegisterCodecServices() typedef
797 ::android::hardware::media::c2::V1_0::IComponentStore; in RegisterCodecServices()
800 std::shared_ptr<c2_aidl::IComponentStore> preferredStore; in RegisterCodecServices()
803 "%s/%s", c2_aidl::IComponentStore::descriptor, preferredStoreName.c_str()); in RegisterCodecServices()
805 preferredStore = c2_aidl::IComponentStore::fromBinder(::ndk::SpAIBinder( in RegisterCodecServices()
820 sp<IComponentStore> preferredStore = in RegisterCodecServices()
821 IComponentStore::getService(preferredStoreName.c_str()); in RegisterCodecServices()
837 std::string(c2_aidl::IComponentStore::descriptor) + "/software"; in RegisterCodecServices()
840 std::shared_ptr<c2_aidl::IComponentStore> aidlStore; in RegisterCodecServices()
857 android::sp<V1_0::IComponentStore> hidlStore = getDeclaredHidlSwcodec(store); in RegisterCodecServices()