Home
last modified time | relevance | path

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

123

/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java123 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/
DSeekBarVolumizer.java147 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()
DVolumePreference.java73 public void setStreamType(int streamType) { in setStreamType()
/frameworks/base/media/java/android/media/
DIAudioService.aidl84 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 …]
DIVolumeController.aidl28 void volumeChanged(int streamType, int flags); in volumeChanged()
DAudioManager.java922 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 …]
DToneGenerator.java750 public ToneGenerator(int streamType, int volume) { in ToneGenerator()
886 int streamType, int volume, @NonNull String opPackageName); in native_setup()
DAudioAttributes.java965 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType()
981 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType()
1428 private static int usageForStreamType(int streamType) { in usageForStreamType()
DRingtone.java114 public void setStreamType(int streamType) { in setStreamType()
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioProductStrategyTest.java52 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1677 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 …]
DAudioDeviceBroker.java679 /*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/
DToneGenerator.cpp990 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava, in ToneGenerator()
1271 audio_stream_type_t streamType = mStreamType; in initAudioTrack() local
DAudioTrack.cpp112 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/
Dpolicy.h190 audio_stream_type_t streamType) in hasStream()
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp89 static void android_media_ToneGenerator_native_setup(JNIEnv *env, jobject thiz, jint streamType, in android_media_ToneGenerator_native_setup()
Dandroid_media_AudioProductStrategies.cpp92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() local
/frameworks/av/services/mediametrics/
DAudioTypes.cpp342 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/
Dtypeconverter_tests.cpp217 audio_stream_type_t streamType; in TEST() local
/frameworks/base/media/java/android/media/metrics/
DPlaybackMetrics.java179 int streamType, in PlaybackMetrics()
446 int streamType = in.readInt(); in PlaybackMetrics() local
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp61 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/
DSystemMediaRoute2Provider.java424 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
/frameworks/wilhelm/src/android/
Dandroid_defs.h71 audio_stream_type_t streamType; member
/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp236 const char* streamType = xmlStream.Attribute("type"); in parseStream() local
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp82 audio_stream_type_t streamType = iter->mStream; in getStreamTypeForAttributes() local

123