Home
last modified time | relevance | path

Searched defs:streamType (Results 1 – 25 of 60) 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()
354 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup()
402 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()
174 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream()
194 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode()
196 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()
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 …]
DAudioAttributes.java811 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType()
827 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType()
1151 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.java706 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/
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.java1217 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 …]
DAudioDeviceBroker.java376 /*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()
DAudioDeviceInventory.java239 @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/
DAudioProductStrategyTest.java52 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
/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.h190 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()
Dandroid_media_AudioProductStrategies.cpp92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() local
/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/services/audiopolicy/engine/common/src/
DProductStrategy.cpp82 audio_stream_type_t streamType = iter->mStream; in getStreamTypeForAttributes() local
/frameworks/wilhelm/src/android/
Dandroid_defs.h71 audio_stream_type_t streamType; member
/frameworks/av/services/audioflinger/
DPlaybackTracks.h96 audio_stream_type_t streamType() const { in streamType() function
/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp236 const char* streamType = xmlStream.Attribute("type"); in parseStream() local

123