/frameworks/base/services/core/java/com/android/server/ |
D | TestNetworkService.java | 96 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/ |
D | C2ComponentFactory.h | 76 virtual c2_status_t createInterface(
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 469 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/ |
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/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | ComponentStore.h | 77 virtual Return<void> createInterface(
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 59 virtual c2_status_t createInterface( in createInterface() function in StoreImpl
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | ComponentStore.cpp | 182 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/ |
D | C2SoftRawDec.cpp | 199 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftRawDecFactory
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 828 virtual c2_status_t 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/components/gsm/ |
D | C2SoftGsmDec.cpp | 278 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftGSMDecFactory
|
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 155 c2_status_t createInterface(
|
/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 | 405 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAMRDecFactory
|
D | C2SoftAmrWbEnc.cpp | 394 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrWbEncFactory
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 351 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacDecFactory
|
D | C2SoftFlacEnc.cpp | 466 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacEncFactory
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 594 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/ |
D | C2SoftOpusDec.cpp | 457 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftOpusDecFactory
|
D | C2SoftOpusEnc.cpp | 611 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftOpusEncFactory
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 457 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVorbisDecFactory
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 523 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftMp3DecFactory
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 655 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAacEncFactory
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 635 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftMpeg4EncFactory
|