Loading media/libmediaplayerservice/MediaPlayerFactory.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -343,9 +343,7 @@ void MediaPlayerFactory::registerBuiltinFactories() { typedef MediaPlayerFactory::IFactory* (*CreateDASHDriverFn)(); pFactoryLib = ::dlopen(FACTORY_LIB, RTLD_LAZY); if (pFactoryLib == NULL) { ALOGE("Failed to open FACTORY_LIB Error : %s ",::dlerror()); } else { if (pFactoryLib != NULL) { CreateDASHDriverFn pCreateFnPtr; pCreateFnPtr = (CreateDASHDriverFn) dlsym(pFactoryLib, FACTORY_CREATE_FN); if (pCreateFnPtr == NULL) { Loading Loading
media/libmediaplayerservice/MediaPlayerFactory.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -343,9 +343,7 @@ void MediaPlayerFactory::registerBuiltinFactories() { typedef MediaPlayerFactory::IFactory* (*CreateDASHDriverFn)(); pFactoryLib = ::dlopen(FACTORY_LIB, RTLD_LAZY); if (pFactoryLib == NULL) { ALOGE("Failed to open FACTORY_LIB Error : %s ",::dlerror()); } else { if (pFactoryLib != NULL) { CreateDASHDriverFn pCreateFnPtr; pCreateFnPtr = (CreateDASHDriverFn) dlsym(pFactoryLib, FACTORY_CREATE_FN); if (pCreateFnPtr == NULL) { Loading