Searched refs:createPlayer (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h46 virtual sp<MediaPlayerBase> createPlayer() = 0;
61 static sp<MediaPlayerBase> createPlayer(player_type playerType,
H A DMediaPlayerFactory.cpp127 sp<MediaPlayerBase> MediaPlayerFactory::createPlayer( function in class:android::MediaPlayerFactory
144 p = factory->createPlayer();
192 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::StagefrightPlayerFactory
238 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::NuPlayerFactory
307 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::SonivoxPlayerFactory
325 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::TestPlayerFactory
H A DMediaPlayerService.cpp562 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) function in class:android::MediaPlayerService::Client
571 p = MediaPlayerFactory::createPlayer(playerType, this, notify);
587 sp<MediaPlayerBase> p = createPlayer(playerType);
1202 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
1257 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
H A DMediaPlayerService.h354 sp<MediaPlayerBase> createPlayer(player_type playerType);

Completed in 54 milliseconds