/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | AudioManagerWrapper.java | 39 void adjustStreamVolume(int streamType, int direction, in adjustStreamVolume() 45 void setStreamVolume(int streamType, int index, @AudioManager.PublicVolumeFlags int flags); in setStreamVolume() 50 int getStreamVolume(int streamType); in getStreamVolume() 55 int getStreamMinVolume(int streamType); in getStreamMinVolume() 60 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 65 boolean isStreamMute(int streamType); in isStreamMute() 70 void setStreamMute(int streamType, boolean state); in setStreamMute()
|
H A D | DefaultAudioManagerWrapper.java | 45 public void adjustStreamVolume(int streamType, int direction, in adjustStreamVolume() 51 public void setStreamVolume(int streamType, int index, in setStreamVolume() 57 public int getStreamVolume(int streamType) { in getStreamVolume() 62 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 67 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 72 public boolean isStreamMute(int streamType) { in isStreamMute() 77 public void setStreamMute(int streamType, boolean state) { in setStreamMute()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | FakeAudioFramework.java | 79 public void adjustStreamVolume(int streamType, int direction, in adjustStreamVolume() 94 public void setStreamVolume(int streamType, int index, in setStreamVolume() 100 public int getStreamVolume(int streamType) { in getStreamVolume() 105 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 110 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 115 public boolean isStreamMute(int streamType) { in isStreamMute() 120 public void setStreamMute(int streamType, boolean state) { in setStreamMute() 217 public void setStreamMaxVolume(int streamType, int maxVolume) { in setStreamMaxVolume()
|
/aosp14/frameworks/base/media/java/android/media/audiopolicy/ |
H A D | AudioProductStrategy.java | 124 int streamType) { in getAudioAttributesForStrategyWithLegacyStreamType() 147 int streamType = productStrategy.getLegacyStreamTypeForAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes() local 267 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 317 public int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 450 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup() 503 public boolean supportsStreamType(int streamType) { in supportsStreamType()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | SeekBarVolumizer.java | 161 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer() 168 int streamType, in SeekBarVolumizer() 228 private int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 245 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 629 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 642 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 678 private void updateVolumeSlider(int streamType, int streamValue) { in updateVolumeSlider()
|
H A D | VolumePreference.java | 73 public void setStreamType(int streamType) { in setStreamType()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | IAudioService.aidl | 107 void setStreamVolumeWithAttribution(int streamType, int index, int flags, in setStreamVolumeWithAttribution() 121 boolean isStreamMute(int streamType); in isStreamMute() 132 int getStreamVolume(int streamType); in getStreamVolume() 134 int getStreamMinVolume(int streamType); in getStreamMinVolume() 137 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 163 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 261 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() 271 int getStreamTypeAlias(int streamType); in getStreamTypeAlias() 296 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode() 298 boolean isStreamAffectedByMute(int streamType); in isStreamAffectedByMute() [all …]
|
H A D | IVolumeController.aidl | 28 void volumeChanged(int streamType, int flags); in volumeChanged()
|
H A D | VolumeInfo.java | 60 AudioVolumeGroup volGroup, int streamType) { in VolumeInfo() 205 public Builder(@AudioManager.PublicStreamTypes int streamType) { in Builder()
|
H A D | Ringtone.java | 116 public void setStreamType(int streamType) { in setStreamType() 603 int streamType = AudioAttributes.toLegacyStreamType(mAudioAttributes); in playFallbackRingtone() local
|
H A D | AudioManager.java | 1189 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 1207 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 1222 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 1239 public int getStreamVolume(int streamType) { in getStreamVolume() 1304 public static boolean isPublicStreamType(int streamType) { in isPublicStreamType() 1327 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1762 public boolean isStreamMute(int streamType) { in isStreamMute() 1795 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream() 6090 public int getDevicesForStream(int streamType) { in getDevicesForStream() 6735 public int getOutputLatency(int streamType) { in getOutputLatency() [all …]
|
H A D | ToneGenerator.java | 750 public ToneGenerator(int streamType, int volume) { in ToneGenerator() 886 int streamType, int volume, @NonNull String opPackageName); in native_setup()
|
H A D | AudioAttributes.java | 1145 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 1161 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType() 1633 private static int usageForStreamType(int streamType) { in usageForStreamType()
|
H A D | RingtoneManager.java | 840 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType, in getRingtone() 846 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType, in getRingtone()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | SoundDoseHelper.java | 614 /*package*/ boolean checkSafeMediaVolume(int streamType, int index, int device) { in checkSafeMediaVolume() 623 private boolean checkSafeMediaVolume_l(int streamType, int index, int device) { in checkSafeMediaVolume_l() 630 /*package*/ boolean willDisplayWarningAfterCheckVolume(int streamType, int index, int device, in willDisplayWarningAfterCheckVolume() 737 /*package*/ boolean raiseVolumeDisplaySafeMediaVolume(int streamType, int index, int device, in raiseVolumeDisplaySafeMediaVolume() 838 private void updateDoseAttenuation(int newIndex, int device, int streamType, in updateDoseAttenuation() 1256 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand()
|
H A D | AudioService.java | 2776 private int getIndexRange(int streamType) { in getIndexRange() 3302 final int streamType; in adjustSuggestedStreamVolume() local 4808 private void setStreamVolumeInt(int streamType, in setStreamVolumeInt() 4832 public boolean isStreamMute(int streamType) { in isStreamMute() 5003 public int getStreamVolume(int streamType) { in getStreamVolume() 5040 int streamType = vi.getStreamType(); in getDeviceVolume() local 5061 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 5068 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 5536 private boolean isAlarm(int streamType) { in isAlarm() 5545 private boolean isMedia(int streamType) { in isMedia() [all …]
|
H A D | AudioServiceEvents.java | 180 DeviceVolumeEvent(int streamType, int index, @NonNull AudioDeviceAttributes device, in DeviceVolumeEvent() 575 StreamMuteEvent(int streamType, boolean muted, String source) { in StreamMuteEvent() 601 StreamUnmuteErrorEvent(int streamType, int ringerZenMutedStreams) { in StreamUnmuteErrorEvent()
|
H A D | AudioDeviceBroker.java | 433 final int streamType = mAudioService.getBluetoothContextualVolumeStream(); in setCommunicationRouteForClient() local 793 BleVolumeInfo(int index, int maxIndex, int streamType) { in BleVolumeInfo() 1193 /*package*/ void postSetHearingAidVolumeIndex(int index, int streamType) { in postSetHearingAidVolumeIndex() 1197 /*package*/ void postSetLeAudioVolumeIndex(int index, int maxIndex, int streamType) { in postSetLeAudioVolumeIndex() 1343 /*package*/ int getVssVolumeForDevice(int streamType, int device) { in getVssVolumeForDevice() 1347 /*package*/ int getMaxVssVolumeForStream(int streamType) { in getMaxVssVolumeForStream() 1351 /*package*/ int getDeviceForStream(int streamType) { in getDeviceForStream() 1355 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() 1359 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice()
|
H A D | BtHelper.java | 385 /*package*/ synchronized void setLeAudioVolume(int index, int maxIndex, int streamType) { in setLeAudioVolume() 408 /*package*/ synchronized void setHearingAidVolume(int index, int streamType, in setHearingAidVolume()
|
/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
H A D | AudioProductStrategyTest.java | 74 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_ToneGenerator.cpp | 93 static void android_media_ToneGenerator_native_setup(JNIEnv *env, jobject thiz, jint streamType, in android_media_ToneGenerator_native_setup()
|
H A D | android_media_AudioProductStrategies.cpp | 92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() local
|
/aosp14/frameworks/base/media/java/android/media/metrics/ |
H A D | PlaybackMetrics.java | 179 int streamType, in PlaybackMetrics() 447 int streamType = in.readInt(); in PlaybackMetrics() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | SystemMediaRoute2Provider.java | 445 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | audioplay.cpp | 197 SLint32 streamType = SL_ANDROID_STREAM_SYSTEM; in createBufferQueueAudioPlayer() local
|