| /frameworks/base/media/java/android/media/audiopolicy/ |
| D | AudioProductStrategy.java | 123 int streamType) { in getAudioAttributesForStrategyWithLegacyStreamType() 148 int streamType = productStrategy.getLegacyStreamTypeForAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes() local 228 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 276 public int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 390 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup() 438 public boolean supportsStreamType(int streamType) { in supportsStreamType()
|
| /frameworks/base/core/java/android/preference/ |
| D | SeekBarVolumizer.java | 147 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer() 153 int streamType, in SeekBarVolumizer() 206 private int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 223 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 579 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 592 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 621 private void updateVolumeSlider(int streamType, int streamValue) { in updateVolumeSlider()
|
| D | VolumePreference.java | 73 public void setStreamType(int streamType) { in setStreamType()
|
| /frameworks/base/media/java/android/media/ |
| D | IAudioService.aidl | 84 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage); in adjustStreamVolume() 87 void setStreamVolume(int streamType, int index, int flags, String callingPackage); in setStreamVolume() 92 boolean isStreamMute(int streamType); in isStreamMute() 101 int getStreamVolume(int streamType); in getStreamVolume() 103 int getStreamMinVolume(int streamType); in getStreamMinVolume() 106 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 118 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 203 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() 223 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode() 225 boolean isStreamAffectedByMute(int streamType); in isStreamAffectedByMute() [all …]
|
| D | IVolumeController.aidl | 28 void volumeChanged(int streamType, int flags); in volumeChanged()
|
| D | AudioManager.java | 922 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 1046 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 1064 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 1078 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 1095 public int getStreamVolume(int streamType) { in getStreamVolume() 1134 public float getStreamVolumeDb(@PublicStreamTypes int streamType, int index, in getStreamVolumeDb() 1154 private static boolean isPublicStreamType(int streamType) { in isPublicStreamType() 1176 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1245 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 1391 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() [all …]
|
| D | ToneGenerator.java | 750 public ToneGenerator(int streamType, int volume) { in ToneGenerator() 886 int streamType, int volume, @NonNull String opPackageName); in native_setup()
|
| D | AudioAttributes.java | 965 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 981 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType() 1428 private static int usageForStreamType(int streamType) { in usageForStreamType()
|
| D | Ringtone.java | 114 public void setStreamType(int streamType) { in setStreamType()
|
| /frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
| D | AudioProductStrategyTest.java | 52 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
|
| /frameworks/base/services/core/java/com/android/server/audio/ |
| D | AudioService.java | 1677 private void updateVolumeStates(int device, int streamType, String caller) { in updateVolumeStates() 1711 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices() 2330 private int getIndexRange(int streamType) { in getIndexRange() 2679 final int streamType; in adjustSuggestedStreamVolume() local 2744 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 2759 protected void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 3095 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand() 3157 private void onSetStreamVolume(int streamType, int index, int flags, int device, in onSetStreamVolume() 3262 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { in setStreamVolume() 3470 final int streamType = getHearingAidStreamType(); in updateHearingAidVolumeOnVoiceActivityUpdate() local [all …]
|
| D | AudioDeviceBroker.java | 679 /*package*/ void postSetHearingAidVolumeIndex(int index, int streamType) { in postSetHearingAidVolumeIndex() 819 /*package*/ int getVssVolumeForDevice(int streamType, int device) { in getVssVolumeForDevice() 823 /*package*/ int getDeviceForStream(int streamType) { in getDeviceForStream() 827 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() 831 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice()
|
| /frameworks/av/media/libaudioclient/ |
| D | ToneGenerator.cpp | 990 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava, in ToneGenerator() 1271 audio_stream_type_t streamType = mStreamType; in initAudioTrack() local
|
| D | AudioTrack.cpp | 112 audio_stream_type_t streamType, in getMinFrameCount() 250 audio_stream_type_t streamType, in AudioTrack() 283 audio_stream_type_t streamType, in AudioTrack() 370 audio_stream_type_t streamType, in set() 671 audio_stream_type_t streamType, in set() 1606 audio_stream_type_t AudioTrack::streamType() const in streamType() function in android::AudioTrack
|
| /frameworks/av/services/audiopolicy/common/include/ |
| D | policy.h | 190 audio_stream_type_t streamType) in hasStream()
|
| /frameworks/base/core/jni/ |
| D | android_media_ToneGenerator.cpp | 89 static void android_media_ToneGenerator_native_setup(JNIEnv *env, jobject thiz, jint streamType, in android_media_ToneGenerator_native_setup()
|
| D | android_media_AudioProductStrategies.cpp | 92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() local
|
| /frameworks/av/services/mediametrics/ |
| D | AudioTypes.cpp | 342 int32_t lookup<STREAM_TYPE>(const std::string &streamType) in lookup() 352 std::string lookup<STREAM_TYPE>(const std::string &streamType) in lookup()
|
| /frameworks/av/media/libmediahelper/tests/ |
| D | typeconverter_tests.cpp | 217 audio_stream_type_t streamType; in TEST() local
|
| /frameworks/base/media/java/android/media/metrics/ |
| D | PlaybackMetrics.java | 179 int streamType, in PlaybackMetrics() 446 int streamType = in.readInt(); in PlaybackMetrics() local
|
| /frameworks/av/services/audiopolicy/engine/config/src/ |
| D | EngineConfig.cpp | 61 static constexpr const char *streamType = "streamType"; member 327 audio_stream_type_t streamType = AUDIO_STREAM_DEFAULT; in deserialize() local 609 audio_stream_type_t streamType; in deserializeLegacyVolumeCollection() local
|
| /frameworks/base/services/core/java/com/android/server/media/ |
| D | SystemMediaRoute2Provider.java | 424 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
|
| /frameworks/wilhelm/src/android/ |
| D | android_defs.h | 71 audio_stream_type_t streamType; member
|
| /frameworks/av/media/libeffects/config/src/ |
| D | EffectsConfig.cpp | 236 const char* streamType = xmlStream.Attribute("type"); in parseStream() local
|
| /frameworks/av/services/audiopolicy/engine/common/src/ |
| D | ProductStrategy.cpp | 82 audio_stream_type_t streamType = iter->mStream; in getStreamTypeForAttributes() local
|