/frameworks/av/media/codec2/components/tests/ |
D | C2SoftCodecTest.cpp | 50 c2_status_t createInterface( in createInterface() function in C2SoftCodecTest 55 return mFactory->createInterface( in createInterface() 69 c2_status_t status = createInterface(&interface); in TEST_F()
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2ComponentFactory.h | 76 virtual c2_status_t createInterface(
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVp8Enc.cpp | 84 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp8EncFactory
|
D | C2SoftVp9Enc.cpp | 114 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp9EncFactory
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 765 virtual c2_status_t createInterface( 797 virtual c2_status_t createInterface( 1089 c2_status_t res = createInterface(0, &intf); in init() 1127 c2_status_t C2PlatformComponentStore::ComponentModule::createInterface( in createInterface() function in android::C2PlatformComponentStore::ComponentModule 1135 c2_status_t res = mComponentFactory->createInterface( in createInterface() 1301 c2_status_t C2PlatformComponentStore::createInterface( in createInterface() function in android::C2PlatformComponentStore 1309 res = module->createInterface(0, interface); in createInterface()
|
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/ |
D | ComponentStore.h | 87 virtual ::ndk::ScopedAStatus createInterface(
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | ComponentStore.h | 90 virtual Return<void> createInterface(
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | ComponentStore.h | 91 virtual Return<void> createInterface(
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ |
D | ComponentStore.h | 91 virtual Return<void> createInterface(
|
/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 139 mH2C2->createInterface(c2String, &interface); in invokeH2C2ComponentStore()
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 201 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftRawDecFactory
|
/frameworks/av/media/codec2/hal/services/ |
D | vendor.cpp | 75 virtual c2_status_t createInterface( in createInterface() function in StoreImpl
|
/frameworks/av/media/codec2/hal/plugin/samples/ |
D | SampleFilterPlugin.cpp | 864 c2_status_t createInterface( in createInterface() function in android::SampleC2ComponentStore 869 return mFactories.at(name)->createInterface(++mNodeId, interface); in createInterface() 915 virtual c2_status_t createInterface( 942 c2_status_t createInterface( in createInterface() function
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 828 virtual c2_status_t createInterface(
|
/frameworks/av/media/codec2/hal/aidl/ |
D | ComponentStore.cpp | 293 ScopedAStatus ComponentStore::createInterface( in createInterface() function in aidl::android::hardware::media::c2::utils::ComponentStore 297 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | ComponentStore.cpp | 271 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_0::utils::ComponentStore 275 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 244 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftG711DecFactory
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ |
D | ComponentStore.cpp | 272 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_1::utils::ComponentStore 276 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | ComponentStore.cpp | 271 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_2::utils::ComponentStore 275 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 278 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftGSMDecFactory
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 320 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrNbEncFactory
|
D | C2SoftAmrDec.cpp | 410 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAMRDecFactory
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 184 status = componentStore->createInterface(C2COMPONENTNAME, &mInterface); in initDecoder()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 356 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacDecFactory
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 457 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftOpusDecFactory
|