Searched defs:factory (Results 1 - 25 of 28) sorted by relevance

12

/hardware/google/av/media/codecs/vpx/
H A DC2SoftVp8Enc.cpp111 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
113 delete factory;
H A DC2SoftVp9Enc.cpp141 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
143 delete factory;
H A DC2SoftVpxDec.cpp556 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
558 delete factory;
/hardware/interfaces/cas/1.0/default/
H A DMediaCasService.cpp67 CasFactory *factory; local
69 if (mCasLoader.findFactoryForScheme(CA_system_id, &library, &factory)) {
72 if (factory->createPlugin(CA_system_id, casImpl.get(),
94 DescramblerFactory *factory; local
97 CA_system_id, &library, &factory)) {
99 if (factory->createPlugin(CA_system_id, &plugin) == OK
H A DFactoryLoader.h46 T** factory = NULL);
64 T** factory);
76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) {
80 if (factory != NULL) {
81 *factory = NULL;
91 CA_system_id, library, factory);
108 pluginPath, CA_system_id, library, factory)) {
153 sp<SharedLibrary> *library, T** factory) {
164 if (factory != NULL) {
165 *factory
75 findFactoryForScheme( int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) argument
151 loadFactoryForSchemeFromPath( const String8 &path, int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) argument
[all...]
/hardware/google/av/media/codecs/raw/
H A DC2SoftRawDec.cpp211 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
213 delete factory;
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrDec.cpp428 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
430 delete factory;
H A DC2SoftAmrNbEnc.cpp349 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
351 delete factory;
H A DC2SoftAmrWbEnc.cpp424 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
426 delete factory;
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacDec.cpp358 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
360 delete factory;
H A DC2SoftFlacEnc.cpp449 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
451 delete factory;
/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.cpp313 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
315 delete factory;
/hardware/google/av/media/codecs/gsm/
H A DC2SoftGsmDec.cpp301 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
303 delete factory;
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.cpp481 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
483 delete factory;
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcomposer.cpp26 Hwcomposer::Hwcomposer(IPlatFactory *factory) argument
29 mPlatFactory(factory),
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.cpp502 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
504 delete factory;
H A DC2SoftAacDec.cpp841 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
843 delete factory;
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.cpp544 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
546 delete factory;
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp570 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
572 delete factory;
H A DC2SoftMpeg4Dec.cpp674 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
676 delete factory;
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.cpp532 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
534 delete factory;
/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp126 auto factory = local
128 ASSERT_NE(nullptr, factory.get());
133 factory->connectModule(radioClass, [&](Result ret, const sp<V1_0::IBroadcastRadio>& radio) {
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.cpp1023 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
1025 delete factory;
/hardware/interfaces/broadcastradio/1.0/vts/functional/
H A DVtsHalBroadcastradioV1_0TargetTest.cpp70 sp<IBroadcastRadioFactory> factory = variable
72 ASSERT_NE(nullptr, factory.get());
75 factory->connectModule(radioClass, [&](Result ret, const sp<IBroadcastRadio>& radio) {
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.cpp981 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { argument
983 delete factory;

Completed in 1645 milliseconds

12