/aosp14/frameworks/base/core/jni/ |
H A D | android_media_AudioProductStrategies.cpp | 92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() 96 return frontAttr.getGroupId() == groupId && frontAttr.getStreamType() == streamType; in convertAudioProductStrategiesFromNative() 114 jint jLegacyStreamType = volumeGroupAttributes.front().getStreamType(); in convertAudioProductStrategiesFromNative()
|
/aosp14/frameworks/base/media/java/android/media/audiopolicy/ |
H A D | AudioProductStrategy.java | 287 return aag.getStreamType(); in getLegacyStreamTypeForAudioAttributes() 475 public int getStreamType() { in getStreamType() method in AudioProductStrategy.AudioAttributesGroup
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | VolumeInfo.java | 87 public @AudioManager.PublicStreamTypes int getStreamType() { in getStreamType() method in VolumeInfo
|
H A D | Ringtone.java | 131 public int getStreamType() { in getStreamType() method in Ringtone
|
H A D | AudioTrack.java | 2149 public int getStreamType() { in getStreamType() method in AudioTrack
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
H A D | AbsoluteVolumeBehaviorTest.java | 290 argThat((VolumeInfo v) -> v.getStreamType() == AudioManager.STREAM_MUSIC), in adjustStreamVolume_handlesAdjust_noAbsVolFlag_noVolChange_dispatchesVolumeAdjusted()
|
/aosp14/frameworks/base/media/java/android/media/metrics/ |
H A D | PlaybackMetrics.java | 236 public int getStreamType() { in getStreamType() method in PlaybackMetrics
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/ |
H A D | MediaMetricsManagerService.java | 165 .writeInt(metrics.getStreamType()) in reportPlaybackMetrics()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 740 && volumeInfo.getStreamType() == streamType; in getMatchingVolumeInfoForStream() 3705 && (vss.getStreamType() in muteAliasStreams() 4020 final int currDev = getDeviceForStream(vi.getStreamType()); in setDeviceVolume() 4036 setStreamVolumeWithAttributionInt(vi.getStreamType(), in setDeviceVolume() 4037 mStreamStates[vi.getStreamType()].getMinIndex(), in setDeviceVolume() 4049 if ((index * 10) < mStreamStates[vi.getStreamType()].getMinIndex() in setDeviceVolume() 4064 setStreamVolumeWithAttributionInt(vi.getStreamType(), index, /*flags*/ 0, in setDeviceVolume() 5040 int streamType = vi.getStreamType(); in getDeviceVolume() 7315 setStreamVolumeInt(volumeInfo.getStreamType(), in registerDeviceVolumeDispatcherForAbsoluteVolume() 8739 int srcStreamType = srcStream.getStreamType(); in setAllIndexes() [all …]
|
H A D | SoundDoseHelper.java | 783 streamState.getStreamType(), isAbsoluteVolume); in handleMessage()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 7238 method public int getStreamType();
|
H A D | current.txt | 21881 method public int getStreamType(); 24810 method @Deprecated public int getStreamType(); 26028 method public int getStreamType();
|