Searched refs:playerType (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp84 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType) argument
87 switch (playerType) {
97 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);
162 player_type playerType = local
167 ALOGV("player type = %d", playerType);
168 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
184 player_type playerType local
[all...]
H A DMediaPlayerFactory.cpp128 player_type playerType,
137 if (sFactoryMap.indexOfKey(playerType) < 0) {
139 " factory", playerType);
143 factory = sFactoryMap.valueFor(playerType);
149 playerType);
158 " (res = %d)", playerType, init_result);
127 createPlayer( player_type playerType, void* cookie, notify_callback_f notifyFunc, pid_t pid) argument
H A DTestPlayerStub.h101 virtual player_type playerType() {return mPlayer->playerType();} function in class:android::TestPlayerStub
H A DMediaPlayerFactory.h67 static sp<MediaPlayerBase> createPlayer(player_type playerType,
H A DMediaPlayerService.cpp621 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) argument
625 if ((p != NULL) && (p->playerType() != playerType)) {
630 p = MediaPlayerFactory::createPlayer(playerType, this, notify, mPid);
705 player_type playerType)
707 ALOGV("player type = %d", playerType);
711 sp<MediaPlayerBase> p = createPlayer(playerType);
811 player_type playerType = MediaPlayerFactory::getPlayerType(this, url); local
812 sp<MediaPlayerBase> p = setDataSource_pre(playerType);
848 player_type playerType local
704 setDataSource_pre( player_type playerType) argument
865 player_type playerType = MediaPlayerFactory::getPlayerType(this, source); local
879 player_type playerType = MediaPlayerFactory::getPlayerType(this, dataSource); local
[all...]
H A DMediaPlayerService.h351 sp<MediaPlayerBase> createPlayer(player_type playerType);
364 sp<MediaPlayerBase> setDataSource_pre(player_type playerType);
/frameworks/av/media/libaudioclient/include/media/
H A DTrackPlayerBase.h31 void init(AudioTrack* pat, player_type_t playerType, audio_usage_t usage);
H A DPlayerBase.h57 void init(player_type_t playerType, audio_usage_t usage);
/frameworks/native/include/audiomanager/
H A DIAudioManager.h120 virtual audio_unique_id_t trackPlayer(player_type_t playerType, audio_usage_t usage,
/frameworks/av/media/libaudioclient/
H A DTrackPlayerBase.cpp34 void TrackPlayerBase::init(AudioTrack* pat, player_type_t playerType, audio_usage_t usage) { argument
35 PlayerBase::init(playerType, usage);
H A DPlayerBase.cpp47 void PlayerBase::init(player_type_t playerType, audio_usage_t usage) { argument
51 mPIId = mAudioManager->trackPlayer(playerType, usage, AUDIO_CONTENT_TYPE_UNKNOWN, this);
/frameworks/native/services/audiomanager/
H A DIAudioManager.cpp38 virtual audio_unique_id_t trackPlayer(player_type_t playerType, audio_usage_t usage, argument
44 data.writeInt32((int32_t) playerType);
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp90 virtual player_type playerType() {return TEST_PLAYER;} function in class:__anon1301::Player
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h68 virtual player_type playerType();
H A DNuPlayerDriver.cpp667 player_type NuPlayerDriver::playerType() { function in class:android::NuPlayerDriver
/frameworks/av/include/media/
H A DMediaPlayerInterface.h229 virtual player_type playerType() = 0;
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h229 virtual player_type playerType() = 0;

Completed in 995 milliseconds