/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 45 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage); in adjustStreamVolume() 49 void setStreamVolume(int streamType, int index, int flags, String callingPackage); in setStreamVolume() 55 void setStreamSolo(int streamType, boolean state, IBinder cb); in setStreamSolo() 57 void setStreamMute(int streamType, boolean state, IBinder cb); in setStreamMute() 59 boolean isStreamMute(int streamType); in isStreamMute() 67 int getStreamVolume(int streamType); in getStreamVolume() 71 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 75 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 192 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() 209 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode()
|
D | AudioManagerInternal.java | 31 public abstract void adjustSuggestedStreamVolumeForUid(int streamType, int direction, in adjustSuggestedStreamVolumeForUid() 35 public abstract void adjustStreamVolumeForUid(int streamType, int direction, int flags, in adjustStreamVolumeForUid() 38 public abstract void setStreamVolumeForUid(int streamType, int direction, int flags, in setStreamVolumeForUid()
|
D | AudioService.java | 767 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices() 979 int streamType; in adjustSuggestedStreamVolume() local 1005 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1010 private void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1204 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand() 1219 private void onSetStreamVolume(int streamType, int index, int flags, int device) { in onSetStreamVolume() 1237 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { in setStreamVolume() 1241 private void setStreamVolume(int streamType, int index, int flags, String callingPackage, in setStreamVolume() 1317 public void forceVolumeControlStream(int streamType, IBinder cb) { in forceVolumeControlStream() 1422 private void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { in sendVolumeUpdate() [all …]
|
D | IVolumeController.aidl | 28 void volumeChanged(int streamType, int flags); in volumeChanged()
|
D | AudioManager.java | 822 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 966 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 988 public int getStreamVolume(int streamType) { in getStreamVolume() 1007 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1074 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 1173 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() 1206 public void setStreamMute(int streamType, boolean state) { in setStreamMute() 1220 public boolean isStreamMute(int streamType) { in isStreamMute() 1275 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream() 2368 public int requestAudioFocus(OnAudioFocusChangeListener l, int streamType, int durationHint) { in requestAudioFocus() [all …]
|
D | AudioAttributes.java | 450 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 460 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType() 686 public static int usageForLegacyStreamType(int streamType) { in usageForLegacyStreamType()
|
D | ToneGenerator.java | 745 public ToneGenerator(int streamType, int volume) { in ToneGenerator() 880 private native final void native_setup(int streamType, int volume); in native_setup()
|
D | Ringtone.java | 90 public void setStreamType(int streamType) { in setStreamType()
|
D | AudioTrack.java | 313 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 355 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 787 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate() 1692 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
|
D | RingtoneManager.java | 586 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumePanel.java | 229 int streamType; field in VolumePanel.StreamResources 236 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { in StreamResources() 259 int streamType; field in VolumePanel.StreamControl 575 private boolean isMuted(int streamType) { in isMuted() 586 private int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 603 private int getStreamVolume(int streamType) { in getStreamVolume() 647 final int streamType = streamRes.streamType; in createSliders() local 876 private static boolean isNotificationOrRing(int streamType) { in isNotificationOrRing() 932 public void postVolumeChanged(int streamType, int flags) { in postVolumeChanged() 981 public void postMuteChanged(int streamType, int flags) { in postMuteChanged() [all …]
|
D | VolumeUI.java | 158 public void volumeChanged(int streamType, int flags) in volumeChanged()
|
/frameworks/av/include/media/ |
D | AudioPolicyHelper.h | 64 static void stream_type_to_audio_attributes(audio_stream_type_t streamType, in stream_type_to_audio_attributes()
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
D | MediaPlayerProxy.java | 49 void setAudioStreamType(int streamType); in setAudioStreamType()
|
D | SingleThreadedMediaPlayerProxy.java | 112 public void setAudioStreamType(int streamType) { in setAudioStreamType()
|
/frameworks/av/media/libmedia/ |
D | AudioTrack.cpp | 57 audio_stream_type_t streamType, in getMinFrameCount() 129 audio_stream_type_t streamType, in AudioTrack() 157 audio_stream_type_t streamType, in AudioTrack() 209 audio_stream_type_t streamType, in set() 919 audio_stream_type_t AudioTrack::streamType() const in streamType() function in android::AudioTrack 939 audio_stream_type_t streamType = mStreamType; in createTrack_l() local
|
D | ToneGenerator.cpp | 797 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
|
D | AudioSystem.cpp | 242 status_t AudioSystem::getOutputSamplingRate(uint32_t* samplingRate, audio_stream_type_t streamType) in getOutputSamplingRate() 286 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() 328 status_t AudioSystem::getOutputLatency(uint32_t* latency, audio_stream_type_t streamType) in getOutputLatency()
|
/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 | 88 unsigned PID, unsigned streamType, unsigned streamID) in Track() 134 unsigned TSPacketizer::Track::streamType() const { in streamType() function in android::TSPacketizer::Track 398 unsigned streamType; in addTrack() local
|
/frameworks/base/core/java/android/preference/ |
D | SeekBarVolumizer.java | 78 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer() 367 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
|
D | VolumePreference.java | 60 public void setStreamType(int streamType) { in setStreamType()
|
/frameworks/av/services/audioflinger/ |
D | PlaybackTracks.h | 55 audio_stream_type_t streamType() const { in streamType() function
|
/frameworks/wilhelm/src/android/ |
D | android_defs.h | 69 audio_stream_type_t streamType; member
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.cpp | 184 int streamType = params.quirks.useZslFormat ? in updateStream() local
|