Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching full:static

49     static status_t registerFactory(IFactory* factory,
51 static void unregisterFactory(player_type type);
52 static player_type getPlayerType(const sp<IMediaPlayer>& client,
54 static player_type getPlayerType(const sp<IMediaPlayer>& client,
58 static player_type getPlayerType(const sp<IMediaPlayer>& client,
61 static sp<MediaPlayerBase> createPlayer(player_type playerType,
65 static void registerBuiltinFactories();
72 static status_t registerFactory_l(IFactory* factory,
74 static player_type getDefaultPlayerType();
76 static Mutex sLock;
77 static tFactoryMap sFactoryMap;
78 static bool sInitComplete;