Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:MediaPlayerFactory

19 #define LOG_TAG "MediaPlayerFactory"
30 #include "MediaPlayerFactory.h"
37 Mutex MediaPlayerFactory::sLock;
38 MediaPlayerFactory::tFactoryMap MediaPlayerFactory::sFactoryMap;
39 bool MediaPlayerFactory::sInitComplete = false;
41 status_t MediaPlayerFactory::registerFactory_l(IFactory* factory,
44 ALOGE("Failed to register MediaPlayerFactory of type %d, factory is"
50 ALOGE("Failed to register MediaPlayerFactory of type %d, type is"
56 ALOGE("Failed to register MediaPlayerFactory of type %d, failed to add"
68 status_t MediaPlayerFactory::registerFactory(IFactory* factory,
74 void MediaPlayerFactory::unregisterFactory(player_type type) {
103 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client,
108 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client,
115 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client,
120 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client,
127 sp<MediaPlayerBase> MediaPlayerFactory::createPlayer(
171 class NuPlayerFactory : public MediaPlayerFactory::IFactory {
224 class TestPlayerFactory : public MediaPlayerFactory::IFactory {
242 void MediaPlayerFactory::registerBuiltinFactories() {