/hardware/google/av/codec2/vndk/include/ |
D | C2ComponentFactory.h | 76 virtual c2_status_t createInterface(
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 465 virtual c2_status_t createInterface( 491 virtual c2_status_t createInterface( 679 c2_status_t res = createInterface(0, &intf); in init() 746 c2_status_t C2PlatformComponentStore::ComponentModule::createInterface( in createInterface() function in android::C2PlatformComponentStore::ComponentModule 754 c2_status_t res = mComponentFactory->createInterface( in createInterface() 927 c2_status_t C2PlatformComponentStore::createInterface( in createInterface() function in android::C2PlatformComponentStore 938 res = module->createInterface(0, interface); in createInterface()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVp8Enc.cpp | 86 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp8EncFactory
|
D | C2SoftVp9Enc.cpp | 116 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp9EncFactory
|
/hardware/google/av/codec2/hidl/services/ |
D | vendor.cpp | 54 virtual c2_status_t createInterface( in createInterface() function in DummyC2Store
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | ComponentStore.h | 72 Return<void> createInterface(
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | ComponentStore.cpp | 195 Return<void> ComponentStore::createInterface( in createInterface() function in hardware::google::media::c2::V1_0::utils::ComponentStore 199 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
|
/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 206 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftRawDecFactory
|
/hardware/google/av/codec2/include/ |
D | C2Component.h | 828 virtual c2_status_t createInterface(
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 297 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftG711DecFactory
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 284 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftGSMDecFactory
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 182 c2_status_t createInterface(
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 327 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrNbEncFactory
|
D | C2SoftAmrWbEnc.cpp | 402 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrWbEncFactory
|
D | C2SoftAmrDec.cpp | 411 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAMRDecFactory
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 345 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacDecFactory
|
D | C2SoftFlacEnc.cpp | 434 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacEncFactory
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 500 c2_status_t Codec2Client::createInterface( in createInterface() function in android::Codec2Client 504 Return<void> transStatus = base()->createInterface( in createInterface() 726 c2_status_t status = client->createInterface(interfaceName, &interface); in CreateInterfaceByName()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 74 createInterface(
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 517 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftOpusDecFactory
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 76 createInterface(
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 466 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVorbisDecFactory
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 530 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftMp3DecFactory
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 577 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAacEncFactory
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 701 componentStore->createInterface("v4l2.decoder", &componentIntf); in TEST_F()
|