Searched refs:playerType (Results 1 - 15 of 15) sorted by last modified time

/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp84 virtual player_type playerType() {return TEST_PLAYER;} function in class:__anon41::Player
/frameworks/av/include/media/
H A DMediaPlayerInterface.h149 virtual player_type playerType() = 0;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp175 player_type VideoEditorPlayer::playerType() { function in class:android::VideoEditorPlayer
176 ALOGV("playerType");
H A DVideoEditorPlayer.h114 virtual player_type playerType();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp128 player_type playerType,
136 if (sFactoryMap.indexOfKey(playerType) < 0) {
138 " factory", playerType);
142 factory = sFactoryMap.valueFor(playerType);
148 playerType);
157 " (res = %d)", playerType, init_result);
127 createPlayer( player_type playerType, void* cookie, notify_callback_f notifyFunc) argument
H A DMediaPlayerFactory.h61 static sp<MediaPlayerBase> createPlayer(player_type playerType,
H A DMediaPlayerService.cpp546 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) argument
550 if ((p != NULL) && (p->playerType() != playerType)) {
555 p = MediaPlayerFactory::createPlayer(playerType, this, notify);
566 player_type playerType)
568 ALOGV("player type = %d", playerType);
571 sp<MediaPlayerBase> p = createPlayer(playerType);
638 player_type playerType = MediaPlayerFactory::getPlayerType(this, url); local
639 sp<MediaPlayerBase> p = setDataSource_pre(playerType);
675 player_type playerType local
565 setDataSource_pre( player_type playerType) argument
692 player_type playerType = MediaPlayerFactory::getPlayerType(this, source); local
1180 player_type playerType = local
1228 player_type playerType = MediaPlayerFactory::getPlayerType(NULL /* client */, local
[all...]
H A DMediaPlayerService.h336 sp<MediaPlayerBase> createPlayer(player_type playerType);
346 sp<MediaPlayerBase> setDataSource_pre(player_type playerType);
H A DMetadataRetrieverClient.cpp82 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType) argument
85 switch (playerType) {
99 ALOGE("player type %d is not supported", playerType);
125 player_type playerType = local
127 ALOGV("player type = %d", playerType);
128 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
161 player_type playerType = local
166 ALOGV("player type = %d", playerType);
167 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
H A DMidiFile.h53 virtual player_type playerType() { return SONIVOX_PLAYER; } function in class:android::MidiFile
H A DStagefrightPlayer.cpp163 player_type StagefrightPlayer::playerType() { function in class:android::StagefrightPlayer
164 ALOGV("playerType");
H A DStagefrightPlayer.h56 virtual player_type playerType();
H A DTestPlayerStub.h95 virtual player_type playerType() {return mPlayer->playerType();} function in class:android::TestPlayerStub
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp257 player_type NuPlayerDriver::playerType() { function in class:android::NuPlayerDriver
H A DNuPlayerDriver.h53 virtual player_type playerType();

Completed in 1105 milliseconds