/frameworks/base/core/java/android/view/ |
D | VolumePanel.java | 174 int streamType; field in VolumePanel.StreamResources 181 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { in StreamResources() 204 int streamType; field in VolumePanel.StreamControl 349 private boolean isMuted(int streamType) { in isMuted() 359 private int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 369 private int getStreamVolume(int streamType) { in getStreamVolume() 379 private void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 396 int streamType = streamRes.streamType; in createSliders() local 442 final int streamType = STREAMS[i].streamType; in addOtherVolumes() local 502 public void postVolumeChanged(int streamType, int flags) { in postVolumeChanged() [all …]
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 39 oneway void adjustLocalOrRemoteStreamVolume(int streamType, int direction); in adjustLocalOrRemoteStreamVolume() 43 void adjustStreamVolume(int streamType, int direction, int flags); in adjustStreamVolume() 47 void setStreamVolume(int streamType, int index, int flags); in setStreamVolume() 53 void setStreamSolo(int streamType, boolean state, IBinder cb); in setStreamSolo() 55 void setStreamMute(int streamType, boolean state, IBinder cb); in setStreamMute() 57 boolean isStreamMute(int streamType); in isStreamMute() 63 int getStreamVolume(int streamType); in getStreamVolume() 67 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 71 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 146 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream()
|
D | IRingtonePlayer.aidl | 27 void play(IBinder token, in Uri uri, int streamType); in play() 32 void playAsync(in Uri uri, in UserHandle user, boolean looping, int streamType); in playAsync()
|
D | AudioManager.java | 548 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 678 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 700 public int getStreamVolume(int streamType) { in getStreamVolume() 719 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 781 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 876 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() 905 public void setStreamMute(int streamType, boolean state) { in setStreamMute() 919 public boolean isStreamMute(int streamType) { in isStreamMute() 974 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream() 1543 public void adjustLocalOrRemoteStreamVolume(int streamType, int direction) { in adjustLocalOrRemoteStreamVolume() [all …]
|
D | AudioTrack.java | 264 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 305 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 362 private void audioParamCheck(int streamType, int sampleRateInHz, in audioParamCheck() 639 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate() 1207 int streamType, int sampleRate, int nbChannels, int audioFormat, in native_setup() 1248 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
|
D | AudioService.java | 773 public void adjustLocalOrRemoteStreamVolume(int streamType, int direction) { in adjustLocalOrRemoteStreamVolume() 785 int streamType; in adjustSuggestedStreamVolume() local 811 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 920 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 971 public void forceVolumeControlStream(int streamType, IBinder cb) { in forceVolumeControlStream() 1075 private void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { in sendVolumeUpdate() 1128 private void setStreamVolumeInt(int streamType, in setStreamVolumeInt() 1165 public void setStreamSolo(int streamType, boolean state, IBinder cb) { in setStreamSolo() 1174 public void setStreamMute(int streamType, boolean state, IBinder cb) { in setStreamMute() 1181 public boolean isStreamMute(int streamType) { in isStreamMute() [all …]
|
D | SoundPool.java | 137 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool() 483 …private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuali… in native_setup()
|
D | Ringtone.java | 84 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()
|
/frameworks/av/media/libmedia/ |
D | AudioSystem.cpp | 209 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) { in getOutputSamplingRate() 213 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, audio_stream_type_t streamType) in getOutputSamplingRate() 230 audio_stream_type_t streamType, in getSamplingRate() 255 status_t AudioSystem::getOutputFrameCount(int* frameCount, int streamType) { in getOutputFrameCount() 259 status_t AudioSystem::getOutputFrameCount(int* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() 276 audio_stream_type_t streamType, in getFrameCount() 298 status_t AudioSystem::getOutputLatency(uint32_t* latency, audio_stream_type_t streamType) in getOutputLatency() 315 audio_stream_type_t streamType, in getLatency() 495 bool AudioSystem::routedToA2dpOutput(audio_stream_type_t streamType) { in routedToA2dpOutput()
|
D | AudioTrack.cpp | 54 audio_stream_type_t streamType, in getMinFrameCount() 103 audio_stream_type_t streamType, in AudioTrack() 125 int streamType, in AudioTrack() 146 audio_stream_type_t streamType, in AudioTrack() 187 audio_stream_type_t streamType, in set() 337 audio_stream_type_t AudioTrack::streamType() const in streamType() function in android::AudioTrack 750 audio_stream_type_t streamType, in createTrack_l()
|
D | ToneGenerator.cpp | 801 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
|
/frameworks/base/core/java/android/preference/ |
D | VolumePreference.java | 60 public void setStreamType(int streamType) { in setStreamType() 248 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType) { in SeekBarVolumizer() 252 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType, Uri defaultUri) { in SeekBarVolumizer()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorPlayer.h | 63 void setAudioStreamType(audio_stream_type_t streamType) { mStreamType = streamType; } in setAudioStreamType()
|
/frameworks/base/core/java/android/speech/tts/ |
D | AudioPlaybackQueueItem.java | 38 Context context, Uri uri, int streamType) { in AudioPlaybackQueueItem()
|
D | SynthesisPlaybackQueueItem.java | 66 SynthesisPlaybackQueueItem(int streamType, int sampleRate, in SynthesisPlaybackQueueItem()
|
D | PlaybackSynthesisCallback.java | 69 PlaybackSynthesisCallback(int streamType, float volume, float pan, in PlaybackSynthesisCallback()
|
/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/packages/SystemUI/src/com/android/systemui/media/ |
D | RingtonePlayer.java | 75 public Client(IBinder token, Uri uri, UserHandle user, int streamType) { in Client()
|
/frameworks/base/core/jni/ |
D | android_media_ToneGenerator.cpp | 89 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | TSPacketizer.cpp | 86 unsigned PID, unsigned streamType, unsigned streamID) in Track() 123 unsigned TSPacketizer::Track::streamType() const { in streamType() function in android::TSPacketizer::Track 366 unsigned streamType; in addTrack() local
|
/frameworks/av/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/av/media/libmediaplayerservice/ |
D | MediaPlayerService.h | 105 … void setAudioStreamType(audio_stream_type_t streamType) { mStreamType = streamType; } in setAudioStreamType() 206 void setAudioStreamType(audio_stream_type_t streamType) {} in setAudioStreamType()
|
/frameworks/wilhelm/src/android/ |
D | android_defs.h | 69 audio_stream_type_t streamType; member
|