| /frameworks/base/media/java/android/media/ |
| D | IAudioService.aidl | 64 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage); in adjustStreamVolume() 66 void setStreamVolume(int streamType, int index, int flags, String callingPackage); in setStreamVolume() 68 boolean isStreamMute(int streamType); in isStreamMute() 76 int getStreamVolume(int streamType); in getStreamVolume() 78 int getStreamMinVolume(int streamType); in getStreamMinVolume() 80 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 82 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 145 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() 168 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode() 170 boolean isStreamAffectedByMute(int streamType); in isStreamAffectedByMute()
|
| D | AudioManagerInternal.java | 30 public abstract void adjustSuggestedStreamVolumeForUid(int streamType, int direction, in adjustSuggestedStreamVolumeForUid() 33 public abstract void adjustStreamVolumeForUid(int streamType, int direction, int flags, in adjustStreamVolumeForUid() 36 public abstract void setStreamVolumeForUid(int streamType, int direction, int flags, in setStreamVolumeForUid()
|
| D | IVolumeController.aidl | 28 void volumeChanged(int streamType, int flags); in volumeChanged()
|
| D | AudioManager.java | 808 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 929 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 947 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 961 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 978 public int getStreamVolume(int streamType) { in getStreamVolume() 1017 public float getStreamVolumeDb(@PublicStreamTypes int streamType, int index, in getStreamVolumeDb() 1037 private static boolean isPublicStreamType(int streamType) { in isPublicStreamType() 1058 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1125 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 1148 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() [all …]
|
| D | AudioAttributes.java | 664 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 678 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType() 967 private static int usageForStreamType(int streamType) { in usageForStreamType()
|
| 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 | 105 public void setStreamType(int streamType) { in setStreamType()
|
| D | AudioTrack.java | 454 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 512 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 1549 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate() 3256 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
|
| /frameworks/av/media/libaudioclient/include/media/ |
| D | AudioPolicyHelper.h | 68 void stream_type_to_audio_attributes(audio_stream_type_t streamType, in stream_type_to_audio_attributes()
|
| /frameworks/av/include/media/ |
| D | AudioPolicyHelper.h | 68 void stream_type_to_audio_attributes(audio_stream_type_t streamType, in stream_type_to_audio_attributes()
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
| D | SessionRoute.cpp | 91 audio_stream_type_t streamType, in addRoute() 122 audio_devices_t SessionRouteMap::getActiveDeviceForStream(audio_stream_type_t streamType, in getActiveDeviceForStream()
|
| /frameworks/av/media/libmedia/include/media/ |
| D | JAudioAttributes.h | 30 audio_stream_type_t streamType) { in createAudioAttributesObj()
|
| /frameworks/base/core/java/android/preference/ |
| D | SeekBarVolumizer.java | 96 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer() 436 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 447 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 465 private void updateVolumeSlider(int streamType, int streamValue) { in updateVolumeSlider()
|
| D | VolumePreference.java | 63 public void setStreamType(int streamType) { in setStreamType()
|
| /frameworks/base/services/core/java/com/android/server/audio/ |
| D | AudioService.java | 1127 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices() 1509 final int streamType; in adjustSuggestedStreamVolume() local 1555 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1568 protected void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1822 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand() 1884 private void onSetStreamVolume(int streamType, int index, int flags, int device, in onSetStreamVolume() 1899 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { in setStreamVolume() 1938 private void setStreamVolume(int streamType, int index, int flags, String callingPackage, in setStreamVolume() 2052 public void forceVolumeControlStream(int streamType, IBinder cb) { in forceVolumeControlStream() 2156 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { in sendVolumeUpdate() [all …]
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
| D | SessionRoute.h | 42 audio_stream_type_t streamType, in SessionRoute()
|
| D | VolumeCurve.h | 224 audio_stream_type_t streamType = volumeCurve->getStreamType(); in add() local
|
| /frameworks/av/media/libaudioclient/ |
| D | ToneGenerator.cpp | 930 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator() 1201 audio_stream_type_t streamType = mStreamType; in initAudioTrack() local
|
| D | AudioTrack.cpp | 106 audio_stream_type_t streamType, in getMinFrameCount() 259 audio_stream_type_t streamType, in AudioTrack() 290 audio_stream_type_t streamType, in AudioTrack() 352 audio_stream_type_t streamType, in set() 1341 audio_stream_type_t AudioTrack::streamType() const in streamType() function in android::AudioTrack
|
| /frameworks/base/core/jni/ |
| D | android_media_ToneGenerator.cpp | 89 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
|
| /frameworks/support/media/src/main/java/androidx/media/ |
| D | AudioAttributesCompat.java | 630 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 723 private static int usageForStreamType(int streamType) { in usageForStreamType()
|
| /frameworks/av/services/audioflinger/ |
| D | PlaybackTracks.h | 63 audio_stream_type_t streamType() const { in streamType() function
|
| /frameworks/av/media/libeffects/config/src/ |
| D | EffectsConfig.cpp | 225 const char* streamType = xmlStream.Attribute("type"); in parseStream() local
|
| /frameworks/base/cmds/bootanimation/ |
| D | audioplay.cpp | 192 SLint32 streamType = SL_ANDROID_STREAM_SYSTEM; in createBufferQueueAudioPlayer() local
|
| /frameworks/wilhelm/src/android/ |
| D | android_defs.h | 71 audio_stream_type_t streamType; member
|