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
233 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::NuPlayerFactory
302 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::SonivoxPlayerFactory
320 virtual sp<MediaPlayerBase> createPlayer() { function in class:android::TestPlayerFactory
H A DMediaPlayerService.cpp546 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) function in class:android::MediaPlayerService::Client
555 p = MediaPlayerFactory::createPlayer(playerType, this, notify);
571 sp<MediaPlayerBase> p = createPlayer(playerType);
1186 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
1236 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
H A DMediaPlayerService.h336 sp<MediaPlayerBase> createPlayer(player_type playerType);

Completed in 153 milliseconds