/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioProductStrategy.java | 91 int streamType) { in getAudioAttributesForStrategyWithLegacyStreamType() 116 int streamType = productStrategy.getLegacyStreamTypeForAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes() local 194 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 241 public int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 354 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup() 402 public boolean supportsStreamType(int streamType) { in supportsStreamType()
|
/frameworks/base/media/java/android/media/ |
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 | IAudioService.aidl | 74 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage); in adjustStreamVolume() 77 void setStreamVolume(int streamType, int index, int flags, String callingPackage); in setStreamVolume() 79 boolean isStreamMute(int streamType); in isStreamMute() 88 int getStreamVolume(int streamType); in getStreamVolume() 90 int getStreamMinVolume(int streamType); in getStreamMinVolume() 93 int getStreamMaxVolume(int streamType); in getStreamMaxVolume() 105 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume() 174 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() 194 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode() 196 boolean isStreamAffectedByMute(int streamType); in isStreamAffectedByMute()
|
D | IVolumeController.aidl | 28 void volumeChanged(int streamType, int flags); in volumeChanged()
|
D | AudioManager.java | 842 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume() 966 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 984 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 998 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 1015 public int getStreamVolume(int streamType) { in getStreamVolume() 1054 public float getStreamVolumeDb(@PublicStreamTypes int streamType, int index, in getStreamVolumeDb() 1074 private static boolean isPublicStreamType(int streamType) { in isPublicStreamType() 1096 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1165 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 1278 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() [all …]
|
D | AudioAttributes.java | 811 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 827 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType() 1151 private static int usageForStreamType(int streamType) { in usageForStreamType()
|
D | ToneGenerator.java | 747 public ToneGenerator(int streamType, int volume) { in ToneGenerator() 882 private native final void native_setup(int streamType, int volume); in native_setup()
|
D | Ringtone.java | 110 public void setStreamType(int streamType) { in setStreamType()
|
D | RingtoneManager.java | 706 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone() 724 final Context context, Uri ringtoneUri, int streamType, in getRingtone()
|
/frameworks/base/core/java/android/preference/ |
D | SeekBarVolumizer.java | 136 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer() 142 int streamType, in SeekBarVolumizer() 195 private int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() 212 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() 540 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 553 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local 580 private void updateVolumeSlider(int streamType, int streamValue) { in updateVolumeSlider()
|
D | VolumePreference.java | 73 public void setStreamType(int streamType) { in setStreamType()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 1217 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices() 1629 private int getIndexRange(int streamType) { in getIndexRange() 1688 final int streamType; in adjustSuggestedStreamVolume() local 1736 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1749 protected void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 2053 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand() 2115 private void onSetStreamVolume(int streamType, int index, int flags, int device, in onSetStreamVolume() 2210 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { in setStreamVolume() 2298 final int streamType = getHearingAidStreamType(); in updateHearingAidVolumeOnVoiceActivityUpdate() local 2330 int streamType = getHearingAidStreamType(newMode); in updateAbsVolumeMultiModeDevices() local [all …]
|
D | AudioDeviceBroker.java | 376 /*package*/ void postSetHearingAidVolumeIndex(int index, int streamType) { in postSetHearingAidVolumeIndex() 410 /*package*/ int getVssVolumeForDevice(int streamType, int device) { in getVssVolumeForDevice() 418 /*package*/ int getDeviceForStream(int streamType) { in getDeviceForStream() 422 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() 426 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice()
|
D | AudioDeviceInventory.java | 239 @AudioService.BtProfileConnectionState int state, int streamType) { in onSetHearingAidConnectionState() 691 String address, String name, int streamType, String eventSource) { in makeHearingAidDeviceAvailable()
|
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
D | AudioProductStrategyTest.java | 52 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
|
/frameworks/av/media/libaudioclient/ |
D | ToneGenerator.cpp | 967 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator() 1240 audio_stream_type_t streamType = mStreamType; in initAudioTrack() local
|
D | AudioTrack.cpp | 109 audio_stream_type_t streamType, in getMinFrameCount() 229 audio_stream_type_t streamType, in AudioTrack() 262 audio_stream_type_t streamType, in AudioTrack() 327 audio_stream_type_t streamType, in set() 1349 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 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
|
D | android_media_AudioProductStrategies.cpp | 92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() local
|
/frameworks/av/services/audiopolicy/engine/config/src/ |
D | EngineConfig.cpp | 61 static constexpr const char *streamType = "streamType"; member 313 audio_stream_type_t streamType = AUDIO_STREAM_DEFAULT; in deserialize() local 594 audio_stream_type_t streamType; in deserializeLegacyVolumeCollection() local
|
/frameworks/av/services/audiopolicy/engine/common/src/ |
D | ProductStrategy.cpp | 82 audio_stream_type_t streamType = iter->mStream; in getStreamTypeForAttributes() local
|
/frameworks/wilhelm/src/android/ |
D | android_defs.h | 71 audio_stream_type_t streamType; member
|
/frameworks/av/services/audioflinger/ |
D | PlaybackTracks.h | 96 audio_stream_type_t streamType() const { in streamType() function
|
/frameworks/av/media/libeffects/config/src/ |
D | EffectsConfig.cpp | 236 const char* streamType = xmlStream.Attribute("type"); in parseStream() local
|