Home
last modified time | relevance | path

Searched refs:createInterface (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/
DTestNetworkService.java96 private TestNetworkInterface createInterface(boolean isTun, LinkAddress[] linkAddrs) { in createInterface() method in TestNetworkService
130 return createInterface(true, linkAddrs);
141 return createInterface(false, new LinkAddress[0]);
/frameworks/av/media/codec2/vndk/include/
DC2ComponentFactory.h76 virtual c2_status_t createInterface(
/frameworks/av/media/codec2/vndk/
DC2Store.cpp469 virtual c2_status_t createInterface(
495 virtual c2_status_t createInterface(
718 c2_status_t res = createInterface(0, &intf); in init()
824 c2_status_t C2PlatformComponentStore::ComponentModule::createInterface( in createInterface() function in android::C2PlatformComponentStore::ComponentModule
832 c2_status_t res = mComponentFactory->createInterface( in createInterface()
980 c2_status_t C2PlatformComponentStore::createInterface( in createInterface() function in android::C2PlatformComponentStore
988 res = module->createInterface(0, interface); in createInterface()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp84 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp8EncFactory
DC2SoftVp9Enc.cpp114 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp9EncFactory
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h77 virtual Return<void> createInterface(
/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp59 virtual c2_status_t createInterface( in createInterface() function in StoreImpl
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp182 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_0::utils::ComponentStore
186 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp199 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftRawDecFactory
/frameworks/av/media/codec2/core/include/
DC2Component.h828 virtual c2_status_t createInterface(
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp244 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftG711DecFactory
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp278 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftGSMDecFactory
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h155 c2_status_t createInterface(
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp320 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrNbEncFactory
DC2SoftAmrDec.cpp405 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAMRDecFactory
DC2SoftAmrWbEnc.cpp394 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrWbEncFactory
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp351 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacDecFactory
DC2SoftFlacEnc.cpp466 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacEncFactory
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp594 c2_status_t Codec2Client::createInterface( in createInterface() function in android::Codec2Client
598 Return<void> transStatus = mBase->createInterface( in createInterface()
947 c2_status_t status = client->createInterface(interfaceName, in CreateInterfaceByName()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp457 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftOpusDecFactory
DC2SoftOpusEnc.cpp611 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftOpusEncFactory
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp457 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVorbisDecFactory
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp523 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftMp3DecFactory
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp655 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAacEncFactory
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp635 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftMpeg4EncFactory

12