/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 34 void adjustStreamVolume(int streamType, int direction, int flags); in adjustStreamVolume() 36 void setStreamVolume(int streamType, int index, int flags); in setStreamVolume() 38 void setStreamSolo(int streamType, boolean state, IBinder cb); in setStreamSolo() 40 void setStreamMute(int streamType, boolean state, IBinder cb); in setStreamMute() 42 boolean isStreamMute(int streamType); in isStreamMute() 44 int getStreamVolume(int streamType); in getStreamVolume() 46 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 48 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume()
|
D | AudioManager.java | 470 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 570 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 588 public int getStreamVolume(int streamType) { in getStreamVolume() 603 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 646 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 672 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() 701 public void setStreamMute(int streamType, boolean state) { in setStreamMute() 715 public boolean isStreamMute(int streamType) { in isStreamMute() 732 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream() 1643 public int requestAudioFocus(OnAudioFocusChangeListener l, int streamType, int durationHint) { in requestAudioFocus() [all …]
|
D | AudioService.java | 502 int streamType; in adjustSuggestedStreamVolume() local 520 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 568 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 600 private void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { in sendVolumeUpdate() 626 private void setStreamVolumeInt(int streamType, int index, boolean force, boolean lastAudible) { in setStreamVolumeInt() 649 public void setStreamSolo(int streamType, boolean state, IBinder cb) { in setStreamSolo() 658 public void setStreamMute(int streamType, boolean state, IBinder cb) { in setStreamMute() 665 public boolean isStreamMute(int streamType) { in isStreamMute() 670 public int getStreamVolume(int streamType) { in getStreamVolume() 676 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() [all …]
|
D | AudioTrack.java | 263 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 303 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 351 private void audioParamCheck(int streamType, int sampleRateInHz, in audioParamCheck() 590 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate() 1149 int streamType, int sampleRate, int nbChannels, int audioFormat, in native_setup() 1190 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
|
D | SoundPool.java | 137 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool() 485 …private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuali… in native_setup()
|
D | Ringtone.java | 80 public void setStreamType(int streamType) { in setStreamType()
|
D | ToneGenerator.java | 739 public ToneGenerator(int streamType, int volume) { in ToneGenerator() 874 private native final void native_setup(int streamType, int volume); in native_setup()
|
D | RingtoneManager.java | 608 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone()
|
/frameworks/base/core/java/android/view/ |
D | VolumePanel.java | 153 int streamType; field in VolumePanel.StreamResources 160 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { in StreamResources() 181 int streamType; field in VolumePanel.StreamControl 276 private boolean isMuted(int streamType) { in isMuted() 291 int streamType = streamRes.streamType; in createSliders() local 340 final int streamType = STREAMS[i].streamType; in addOtherVolumes() local 392 public void postVolumeChanged(int streamType, int flags) { in postVolumeChanged() 406 protected void onVolumeChanged(int streamType, int flags) { in onVolumeChanged() 434 protected void onShowVolumeChanged(int streamType, int flags) { in onShowVolumeChanged() 540 protected void onPlaySound(int streamType, int flags) { in onPlaySound() [all …]
|
/frameworks/base/core/java/android/preference/ |
D | VolumePreference.java | 60 public void setStreamType(int streamType) { in setStreamType() 250 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType) { in SeekBarVolumizer() 254 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType, Uri defaultUri) { in SeekBarVolumizer()
|
/frameworks/media/libvideoeditor/lvpp/ |
D | VideoEditorPlayer.h | 62 void setAudioStreamType(int streamType) { mStreamType = streamType; } in setAudioStreamType()
|
/frameworks/base/core/java/android/speech/tts/ |
D | BlockingMediaPlayer.java | 52 public BlockingMediaPlayer(Context context, Uri uri, int streamType) { in BlockingMediaPlayer()
|
D | PlaybackSynthesisCallback.java | 69 PlaybackSynthesisCallback(int streamType, float volume, float pan, in PlaybackSynthesisCallback()
|
D | SynthesisMessageParams.java | 57 SynthesisMessageParams(int streamType, int sampleRate, in SynthesisMessageParams()
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
D | MediaPlayerProxy.java | 48 void setAudioStreamType(int streamType); in setAudioStreamType()
|
D | SingleThreadedMediaPlayerProxy.java | 107 public void setAudioStreamType(int streamType) { in setAudioStreamType()
|
/frameworks/base/media/libmedia/ |
D | AudioTrack.cpp | 54 int streamType, in getMinFrameCount() 87 int streamType, in AudioTrack() 105 int streamType, in AudioTrack() 142 int streamType, in set() 281 int AudioTrack::streamType() const in streamType() function in android::AudioTrack 711 int streamType, in createTrack_l()
|
D | AudioSystem.cpp | 206 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) in getOutputSamplingRate() 239 status_t AudioSystem::getOutputFrameCount(int* frameCount, int streamType) in getOutputFrameCount() 270 status_t AudioSystem::getOutputLatency(uint32_t* latency, int streamType) in getOutputLatency() 465 bool AudioSystem::routedToA2dpOutput(int streamType) { in routedToA2dpOutput()
|
D | ToneGenerator.cpp | 801 ToneGenerator::ToneGenerator(int streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
|
/frameworks/base/core/jni/ |
D | android_media_ToneGenerator.cpp | 81 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
|
/frameworks/base/media/libmediaplayerservice/ |
D | MediaPlayerService.h | 95 void setAudioStreamType(int streamType) { mStreamType = streamType; } in setAudioStreamType() 152 void setAudioStreamType(int streamType) {} in setAudioStreamType()
|
/frameworks/media/libvideoeditor/vss/src/ |
D | M4AMRR_CoreReader.c | 111 M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) in M4AMRR_getAuSize() 137 M4OSA_UInt32 M4AMRR_getBitrate(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) in M4AMRR_getBitrate()
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
D | ATSParser.cpp | 229 unsigned streamType = br->getBits(8); in parseProgramMap() local 394 Program *program, unsigned elementaryPID, unsigned streamType) in Stream()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 42 SoundPool::SoundPool(int maxChannels, int streamType, int srcQuality) in SoundPool() 573 int streamType = mSoundPool->streamType(); in play() local
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
D | M4SYS_Stream.h | 146 M4SYS_StreamType streamType; /**< The stream type of the stream*/ member
|