Home
last modified time | relevance | path

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

123

/frameworks/av/media/codec2/components/tests/
DC2SoftCodecTest.cpp50 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/
DC2ComponentFactory.h76 virtual c2_status_t createInterface(
/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp88 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp8EncFactory
DC2SoftVp9Enc.cpp119 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftVp9EncFactory
/frameworks/av/media/codec2/vndk/
DC2Store.cpp767 virtual c2_status_t createInterface(
799 virtual c2_status_t createInterface(
1091 c2_status_t res = createInterface(0, &intf); in init()
1129 c2_status_t C2PlatformComponentStore::ComponentModule::createInterface( in createInterface() function in android::C2PlatformComponentStore::ComponentModule
1137 c2_status_t res = mComponentFactory->createInterface( in createInterface()
1304 c2_status_t C2PlatformComponentStore::createInterface( in createInterface() function in android::C2PlatformComponentStore
1312 res = module->createInterface(0, interface); in createInterface()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h97 virtual Return<void> createInterface(
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h94 virtual ::ndk::ScopedAStatus createInterface(
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h98 virtual Return<void> createInterface(
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h98 virtual Return<void> createInterface(
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp142 mH2C2->createInterface(c2String, &interface); in invokeH2C2ComponentStore()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp75 virtual c2_status_t createInterface( in createInterface() function in StoreImpl
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp208 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftRawDecFactory
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp869 c2_status_t createInterface( in createInterface() function in android::SampleC2ComponentStore
879 return (*it)->createInterface(++mNodeId, interface); in createInterface()
925 virtual c2_status_t createInterface(
952 c2_status_t createInterface( in createInterface() function
/frameworks/av/media/codec2/core/include/
DC2Component.h828 virtual c2_status_t createInterface(
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp308 ScopedAStatus ComponentStore::createInterface( in createInterface() function in aidl::android::hardware::media::c2::utils::ComponentStore
312 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp287 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_0::utils::ComponentStore
291 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp287 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_1::utils::ComponentStore
291 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp287 Return<void> ComponentStore::createInterface( in createInterface() function in android::hardware::media::c2::V1_2::utils::ComponentStore
291 c2_status_t res = mStore->createInterface(name, &c2interface); in createInterface()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp251 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftG711DecFactory
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp283 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftGSMDecFactory
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp323 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrNbEncFactory
DC2SoftAmrWbEnc.cpp398 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAmrWbEncFactory
DC2SoftAmrDec.cpp416 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftAMRDecFactory
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp184 status = componentStore->createInterface(C2COMPONENTNAME, &mInterface); in initDecoder()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp363 virtual c2_status_t createInterface( in createInterface() function in android::C2SoftFlacDecFactory

123