Searched defs:playerType (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp136 player_type playerType,
145 if (sFactoryMap.indexOfKey(playerType) < 0) {
147 " factory", playerType);
151 factory = sFactoryMap.valueFor(playerType);
157 playerType);
166 " (res = %d)", playerType, init_result);
135 createPlayer( player_type playerType, void* cookie, notify_callback_f notifyFunc, pid_t pid) argument
H A DMetadataRetrieverClient.cpp83 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType) argument
86 switch (playerType) {
96 ALOGE("player type %d is not supported", playerType);
124 player_type playerType = local
126 ALOGV("player type = %d", playerType);
127 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
160 player_type playerType = local
165 ALOGV("player type = %d", playerType);
166 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
184 player_type playerType local
[all...]
H A DTestPlayerStub.h97 virtual player_type playerType() {return mPlayer->playerType();} function in class:android::TestPlayerStub
H A DStagefrightPlayer.cpp165 player_type StagefrightPlayer::playerType() { function in class:android::StagefrightPlayer
166 ALOGV("playerType");
H A DMediaPlayerService.cpp627 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) argument
631 if ((p != NULL) && (p->playerType() != playerType)) {
636 p = MediaPlayerFactory::createPlayer(playerType, this, notify, mPid);
647 player_type playerType)
649 ALOGV("player type = %d", playerType);
652 sp<MediaPlayerBase> p = createPlayer(playerType);
723 player_type playerType = MediaPlayerFactory::getPlayerType(this, url); local
724 sp<MediaPlayerBase> p = setDataSource_pre(playerType);
760 player_type playerType local
646 setDataSource_pre( player_type playerType) argument
777 player_type playerType = MediaPlayerFactory::getPlayerType(this, source); local
791 player_type playerType = MediaPlayerFactory::getPlayerType(this, dataSource); local
[all...]
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp90 virtual player_type playerType() {return TEST_PLAYER;} function in class:__anon1051::Player
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp515 player_type NuPlayerDriver::playerType() { function in class:android::NuPlayerDriver

Completed in 251 milliseconds