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

/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/av/media/libaudioclient/
H A DTrackPlayerBase.cpp36 void TrackPlayerBase::init(AudioTrack* pat, player_type_t playerType, audio_usage_t usage) { argument
37 PlayerBase::init(playerType, usage);
H A DPlayerBase.cpp49 void PlayerBase::init(player_type_t playerType, audio_usage_t usage) { argument
53 mPIId = mAudioManager->trackPlayer(playerType, usage, AUDIO_CONTENT_TYPE_UNKNOWN, this);
/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, const sp<MediaPlayerBase::Listener> &listener, pid_t pid) argument
H A DTestPlayerStub.h101 virtual player_type playerType() {return mPlayer->playerType();} function in class:android::TestPlayerStub
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);
161 player_type playerType = local
166 ALOGV("player type = %d", playerType);
167 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
183 player_type playerType local
[all...]
H A DMediaPlayerService.cpp630 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) argument
634 if ((p != NULL) && (p->playerType() != playerType)) {
639 p = MediaPlayerFactory::createPlayer(playerType, mListener, mPid);
725 player_type playerType)
727 ALOGV("player type = %d", playerType);
730 sp<MediaPlayerBase> p = createPlayer(playerType);
827 player_type playerType = MediaPlayerFactory::getPlayerType(this, url); local
828 sp<MediaPlayerBase> p = setDataSource_pre(playerType);
865 player_type playerType local
724 setDataSource_pre( player_type playerType) argument
881 player_type playerType = MediaPlayerFactory::getPlayerType(this, source); local
894 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:__anon1084::Player
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp705 player_type NuPlayerDriver::playerType() { function in class:android::NuPlayerDriver

Completed in 43 milliseconds