OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAudioStreamType
(Results
1 - 25
of
53
) sorted by null
1
2
3
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
MediaPlayerProxy.java
49
void
setAudioStreamType
(int streamType);
SingleThreadedMediaPlayerProxy.java
112
public void
setAudioStreamType
(int streamType) {
113
mDelegate.
setAudioStreamType
(streamType);
VariableSpeed.java
228
mediaPlayer.
setAudioStreamType
(audioStreamType);
405
public void
setAudioStreamType
(int audioStreamType) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSetAudioStreamTypeStateUnitTest.java
26
* MediaPlayer.
setAudioStreamType
() method can be called.
32
* 1. It is valid to call
setAudioStreamType
() in the following states:
34
* 2. It is invalid to call
setAudioStreamType
() in the following states:
57
player.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
67
return "
setAudioStreamType
()";
/cts/tests/tests/media/src/android/media/cts/
AudioManagerStub.java
45
mMediaPlayer.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
/cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java
92
plyr.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
/frameworks/av/include/media/
IMediaPlayer.h
59
virtual status_t
setAudioStreamType
(audio_stream_type_t type) = 0;
mediaplayer.h
222
status_t
setAudioStreamType
(audio_stream_type_t type);
MediaPlayerInterface.h
247
virtual status_t
setAudioStreamType
(audio_stream_type_t streamType) = 0;
/frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java
76
mPlayer.
setAudioStreamType
(mStreamType);
/frameworks/base/media/java/android/media/
Ringtone.java
181
mLocalPlayer.
setAudioStreamType
(mStreamType);
298
mLocalPlayer.
setAudioStreamType
(mStreamType);
AsyncPlayer.java
61
player.
setAudioStreamType
(cmd.stream);
163
* (see {@link MediaPlayer#
setAudioStreamType
(int)})
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
104
void
setAudioStreamType
(audio_stream_type_t streamType) {
214
void
setAudioStreamType
(audio_stream_type_t streamType) {}
340
virtual status_t
setAudioStreamType
(audio_stream_type_t type);
/development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java
130
mMediaPlayer.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h
65
void
setAudioStreamType
(audio_stream_type_t streamType) { mStreamType = streamType; }
/packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java
166
player.
setAudioStreamType
(AudioManager.STREAM_ALARM);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmKlaxon.java
133
player.
setAudioStreamType
(AudioManager.STREAM_ALARM);
/packages/apps/Mms/src/com/android/mms/ui/
AudioAttachmentView.java
92
mMediaPlayer.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java
221
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
292
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
MediaVisualizerTest.java
253
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
332
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
465
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
MediaEnvReverbTest.java
376
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
449
mp.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java
411
mPlayer.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
432
mPlayer.
setAudioStreamType
(AudioManager.STREAM_MUSIC);
/packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java
313
mPlayer.
setAudioStreamType
(PLAYBACK_STREAM);
452
mPlayer.
setAudioStreamType
(PLAYBACK_STREAM);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java
125
mMediaPlayer.
setAudioStreamType
(mStreamType);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java
82
player.
setAudioStreamType
(mCmd.stream);
282
* (see {@link MediaPlayer#
setAudioStreamType
(int)})
Completed in 3244 milliseconds
1
2
3