/aosp_15_r20/frameworks/layoutlib/bridge/src/android/media/ |
H A D | AudioManager.java | 47 public void adjustStreamVolume(int streamType, int direction, int flags) { } in adjustStreamVolume() 59 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 63 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 67 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 71 public int getStreamVolume(int streamType) { in getStreamVolume() 75 public float getStreamVolumeDb(int streamType, int index, int deviceType) { in getStreamVolumeDb() 79 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 89 public void setStreamVolume(int streamType, int index, int flags) { } in setStreamVolume() 111 public void setStreamSolo(int streamType, boolean state) { } in setStreamSolo() 113 public void setStreamMute(int streamType, boolean state) { } in setStreamMute() [all …]
|
/aosp_15_r20/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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/notification/ |
D | VolumeHelper.java | 25 android.content.Context context, int streamType) { in isMuted() 30 android.content.Context context, int streamType) { in isZenMuted() 34 private final boolean isNotificationOrRingStream(int streamType) { in isNotificationOrRingStream() 38 private final boolean isAlarmStream(int streamType) { in isAlarmStream() 42 private final boolean isMediaStream(int streamType) { in isMediaStream()
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | IAudioService.aidl | 107 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage); in adjustStreamVolume() 109 void adjustStreamVolumeWithAttribution(int streamType, int direction, int flags, in adjustStreamVolumeWithAttribution() 113 void setStreamVolume(int streamType, int index, int flags, String callingPackage); in setStreamVolume() 115 void setStreamVolumeWithAttribution(int streamType, int index, int flags, in setStreamVolumeWithAttribution() 129 boolean isStreamMute(int streamType); in isStreamMute() 140 int getStreamVolume(int streamType); in getStreamVolume() 142 int getStreamMinVolume(int streamType); in getStreamMinVolume() 145 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 171 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 286 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() [all …]
|
H A D | AudioManager.java | 1074 public void adjustStreamVolume(int streamType, int direction, @PublicVolumeFlags int flags) { in adjustStreamVolume() 1240 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 1258 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 1273 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 1290 public int getStreamVolume(int streamType) { in getStreamVolume() 1329 public float getStreamVolumeDb(@PublicStreamTypes int streamType, int index, in getStreamVolumeDb() 1355 public static boolean isPublicStreamType(int streamType) { in isPublicStreamType() 1378 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1447 public void setStreamVolume(int streamType, int index, @PublicVolumeFlags int flags) { in setStreamVolume() 1758 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/media/audiopolicy/ |
H A D | AudioProductStrategy.java | 132 int streamType) { in getAudioAttributesForStrategyWithLegacyStreamType() 157 int streamType = productStrategy.getLegacyStreamTypeForAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes() local 277 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 327 public int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 460 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup() 513 public boolean supportsStreamType(int streamType) { in supportsStreamType()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ |
H A D | StreamVolumeManager.java | 36 void onStreamTypeChanged(@C.StreamType int streamType); in onStreamTypeChanged() 57 @C.StreamType private int streamType; field in StreamVolumeManager 85 public void setStreamType(@C.StreamType int streamType) { in setStreamType() 190 private static int getVolumeFromManager(AudioManager audioManager, @C.StreamType int streamType) { in getVolumeFromManager() 202 AudioManager audioManager, @C.StreamType int streamType) { in getMutedFromManager()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ |
H A D | StreamVolumeManager.java | 36 void onStreamTypeChanged(@C.StreamType int streamType); in onStreamTypeChanged() 57 private @C.StreamType int streamType; field in StreamVolumeManager 85 public void setStreamType(@C.StreamType int streamType) { in setStreamType() 190 private static int getVolumeFromManager(AudioManager audioManager, @C.StreamType int streamType) { in getVolumeFromManager() 202 AudioManager audioManager, @C.StreamType int streamType) { in getMutedFromManager()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowAudioManager.java | 133 protected int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 139 protected int getStreamVolume(int streamType) { in getStreamVolume() 145 protected float getStreamVolumeDb(int streamType, int index, int deviceType) { in getStreamVolumeDb() 161 protected void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 176 android.media.AudioManager.OnAudioFocusChangeListener l, int streamType, int durationHint) { in requestAudioFocus() 400 protected void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 434 protected boolean isStreamMute(int streamType) { in isStreamMute() 445 public void setIsStreamMute(int streamType, boolean isMuted) { in setIsStreamMute() 1100 public final int streamType; field in ShadowAudioManager.AudioFocusRequest 1105 AudioManager.OnAudioFocusChangeListener listener, int streamType, int durationHint) { in AudioFocusRequest()
|
/aosp_15_r20/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() 630 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 643 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 679 private void updateVolumeSlider(int streamType, int streamValue) { in updateVolumeSlider()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 910 private VolumeInfo getMatchingVolumeInfoForStream(int streamType) { in getMatchingVolumeInfoForStream() 2439 private void updateVolumeStates(int device, int streamType, String caller) { in updateVolumeStates() 2492 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices() 2544 int streamType = mStreamStates.keyAt(stream); in updateDefaultVolumes() local 2571 private static int replaceBtScoStreamWithVoiceCall(int streamType, String caller) { in replaceBtScoStreamWithVoiceCall() 2583 private boolean isStreamBluetoothSco(int streamType) { in isStreamBluetoothSco() 2596 private boolean isStreamBluetoothComm(int streamType) { in isStreamBluetoothComm() 3198 private int getIndexRange(int streamType) { in getIndexRange() 3731 int streamType; in adjustSuggestedStreamVolume() local 3803 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() [all …]
|
H A D | SoundDoseHelper.java | 657 /*package*/ boolean checkSafeMediaVolume(int streamType, int index, int device) { in checkSafeMediaVolume() 666 private boolean checkSafeMediaVolume_l(int streamType, int index, int device) { in checkSafeMediaVolume_l() 673 /*package*/ boolean willDisplayWarningAfterCheckVolume(int streamType, int index, int device, in willDisplayWarningAfterCheckVolume() 784 /*package*/ boolean raiseVolumeDisplaySafeMediaVolume(int streamType, int index, int device, in raiseVolumeDisplaySafeMediaVolume() 889 private void updateDoseAttenuation(int newIndex, int device, int streamType, in updateDoseAttenuation() 1364 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand()
|
H A D | AudioServiceEvents.java | 185 DeviceVolumeEvent(int streamType, int index, @NonNull AudioDeviceAttributes device, in DeviceVolumeEvent() 370 VolumeEvent(int op, int result, int device, boolean enabled, int streamType) { in VolumeEvent() 724 StreamMuteEvent(int streamType, boolean muted, String source) { in StreamMuteEvent() 750 StreamUnmuteErrorEvent(int streamType, int ringerZenMutedStreams) { in StreamUnmuteErrorEvent()
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/volume/data/repository/ |
H A D | AudioRepositoryTest.kt | 89 val streamType = it.arguments[0] as Int in setup() constant 95 val streamType = it.arguments[0] as Int in setup() constant
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
H A D | TsPayloadReader.java | 57 TsPayloadReader createPayloadReader(int streamType, EsInfo esInfo); in createPayloadReader() 63 public final int streamType; field in TsPayloadReader.EsInfo 76 int streamType, in EsInfo()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
H A D | TsPayloadReader.java | 60 TsPayloadReader createPayloadReader(int streamType, EsInfo esInfo); in createPayloadReader() 66 public final int streamType; field in TsPayloadReader.EsInfo 79 int streamType, in EsInfo()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
H A D | AudioFrequencyActivity.java | 189 public int getMaxLevelForStream(int streamType) { in getMaxLevelForStream() 193 public void setLevelForStream(int streamType, int level) { in setLevelForStream() 201 public int getLevelForStream(int streamType) { in getLevelForStream()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/volume/data/model/ |
D | VolumeControllerEvent.java | 265 private final int streamType = 0; field in VolumeControllerEvent.VolumeChanged 268 public VolumeChanged(int streamType, int flags) { in VolumeChanged() 289 …settingslib.volume.data.model.VolumeControllerEvent.VolumeChanged copy(int streamType, int flags) { in copy()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | Ac3Util.java | 68 public final @StreamType int streamType; field in Ac3Util.SyncFrameInfo 80 @StreamType int streamType, in SyncFrameInfo() 230 @StreamType int streamType = SyncFrameInfo.STREAM_TYPE_UNDEFINED; in parseAc3SyncframeInfo() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | Ac3Util.java | 72 public final @StreamType int streamType; field in Ac3Util.SyncFrameInfo 84 @StreamType int streamType, in SyncFrameInfo() 234 @StreamType int streamType = SyncFrameInfo.STREAM_TYPE_UNDEFINED; in parseAc3SyncframeInfo() local
|
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
H A D | StreamNullabilityPropagator.java | 231 StreamTypeRecord streamType, in handleChainFromFilter() 260 StreamTypeRecord streamType, in handleFilterAnonClass() 274 StreamTypeRecord streamType, in handleFilterLambda()
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/ |
H A D | ReturnsEmptyValuesTest.java | 113 Class<?> streamType = getClassOrSkipTest(streamFqcn); in verify_empty_Optional_is_returned() local 152 Class<?> streamType = getClassOrSkipTest(streamFqcn); in verify_empty_Stream_is_returned() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/ |
D | Processing.h | 60 streamType = 0, enumerator 66 static const inline Tag streamType = Tag::streamType; variable
|