/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() 353 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup() 401 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() 170 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream() 190 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode() 192 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() 965 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() 983 public int getStreamMinVolume(int streamType) { in getStreamMinVolume() 997 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt() 1014 public int getStreamVolume(int streamType) { in getStreamVolume() 1053 public float getStreamVolumeDb(@PublicStreamTypes int streamType, int index, in getStreamVolumeDb() 1073 private static boolean isPublicStreamType(int streamType) { in isPublicStreamType() 1095 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume() 1164 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() 1277 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo() [all …]
|
D | AudioAttributes.java | 801 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType() 817 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType() 1141 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 | 702 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone() 720 final Context context, Uri ringtoneUri, int streamType, in getRingtone()
|
D | AudioTrack.java | 487 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 545 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack() 1756 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate() 3660 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
|
/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 | 1179 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices() 1634 final int streamType; in adjustSuggestedStreamVolume() local 1682 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1695 protected void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume() 1983 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand() 2045 private void onSetStreamVolume(int streamType, int index, int flags, int device, in onSetStreamVolume() 2131 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { in setStreamVolume() 2219 final int streamType = getHearingAidStreamType(); in updateHearingAidVolumeOnVoiceActivityUpdate() local 2251 int streamType = getHearingAidStreamType(newMode); in updateAbsVolumeMultiModeDevices() local 2267 private void setStreamVolume(int streamType, int index, int flags, String callingPackage, in setStreamVolume() [all …]
|
D | AudioDeviceBroker.java | 335 /*package*/ void postSetHearingAidVolumeIndex(int index, int streamType) { in postSetHearingAidVolumeIndex() 369 /*package*/ int getVssVolumeForDevice(int streamType, int device) { in getVssVolumeForDevice() 377 /*package*/ int getDeviceForStream(int streamType) { in getDeviceForStream() 381 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() 385 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice()
|
D | AudioDeviceInventory.java | 240 @AudioService.BtProfileConnectionState int state, int streamType) { in onSetHearingAidConnectionState() 687 String address, String name, int streamType, String eventSource) { in makeHearingAidDeviceAvailable()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | JMediaPlayer2Utils.cpp | 35 const sp<MetaData>& meta, bool hasVideo, bool isStreaming, audio_stream_type_t streamType) in isOffloadedAudioPlaybackSupported()
|
/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 | 173 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()
|
/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/media/libeffects/config/src/ |
D | EffectsConfig.cpp | 226 const char* streamType = xmlStream.Attribute("type"); in parseStream() local
|
/frameworks/wilhelm/src/android/ |
D | android_defs.h | 71 audio_stream_type_t streamType; member
|
/frameworks/av/services/audioflinger/ |
D | PlaybackTracks.h | 93 audio_stream_type_t streamType() const { in streamType() function
|
/frameworks/base/cmds/bootanimation/ |
D | audioplay.cpp | 197 SLint32 streamType = SL_ANDROID_STREAM_SYSTEM; in createBufferQueueAudioPlayer() local
|