Home
last modified time | relevance | path

Searched defs:streamType (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java91 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/
DAudioManagerInternal.java30 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()
DIAudioService.aidl74 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()
DIVolumeController.aidl28 void volumeChanged(int streamType, int flags); in volumeChanged()
DAudioManager.java842 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 …]
DAudioAttributes.java801 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType()
817 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType()
1141 private static int usageForStreamType(int streamType) { in usageForStreamType()
DToneGenerator.java747 public ToneGenerator(int streamType, int volume) { in ToneGenerator()
882 private native final void native_setup(int streamType, int volume); in native_setup()
DRingtone.java110 public void setStreamType(int streamType) { in setStreamType()
DRingtoneManager.java702 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone()
720 final Context context, Uri ringtoneUri, int streamType, in getRingtone()
DAudioTrack.java487 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/
DSeekBarVolumizer.java136 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()
DVolumePreference.java73 public void setStreamType(int streamType) { in setStreamType()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1179 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 …]
DAudioDeviceBroker.java335 /*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()
DAudioDeviceInventory.java240 @AudioService.BtProfileConnectionState int state, int streamType) { in onSetHearingAidConnectionState()
687 String address, String name, int streamType, String eventSource) { in makeHearingAidDeviceAvailable()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DJMediaPlayer2Utils.cpp35 const sp<MetaData>& meta, bool hasVideo, bool isStreaming, audio_stream_type_t streamType) in isOffloadedAudioPlaybackSupported()
/frameworks/av/media/libaudioclient/
DToneGenerator.cpp967 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
1240 audio_stream_type_t streamType = mStreamType; in initAudioTrack() local
DAudioTrack.cpp109 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/
Dpolicy.h173 audio_stream_type_t streamType) in hasStream()
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp89 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp61 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/
DEffectsConfig.cpp226 const char* streamType = xmlStream.Attribute("type"); in parseStream() local
/frameworks/wilhelm/src/android/
Dandroid_defs.h71 audio_stream_type_t streamType; member
/frameworks/av/services/audioflinger/
DPlaybackTracks.h93 audio_stream_type_t streamType() const { in streamType() function
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp197 SLint32 streamType = SL_ANDROID_STREAM_SYSTEM; in createBufferQueueAudioPlayer() local

123