Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/media/java/android/media/audiopolicy/
H A 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()
/aosp12/frameworks/base/core/java/android/preference/
H A 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()
H A DVolumePreference.java73 public void setStreamType(int streamType) { in setStreamType()
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl97 boolean isStreamMute(int streamType); in isStreamMute()
106 int getStreamVolume(int streamType); in getStreamVolume()
108 int getStreamMinVolume(int streamType); in getStreamMinVolume()
111 int getStreamMaxVolume(int streamType); in getStreamMaxVolume()
123 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume()
208 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream()
228 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode()
230 boolean isStreamAffectedByMute(int streamType); in isStreamAffectedByMute()
347 oneway void adjustStreamVolumeForUid(int streamType, int direction, int flags, in adjustStreamVolumeForUid()
355 oneway void setStreamVolumeForUid(int streamType, int direction, int flags, in setStreamVolumeForUid()
[all …]
H A DIVolumeController.aidl28 void volumeChanged(int streamType, int flags); in volumeChanged()
H A DAudioManager.java1046 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()
1176 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume()
1391 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo()
1445 public boolean isStreamMute(int streamType) { in isStreamMute()
1478 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream()
5550 public int getDevicesForStream(int streamType) { in getDevicesForStream()
6025 public int getOutputLatency(int streamType) { in getOutputLatency()
[all …]
H A DToneGenerator.java750 public ToneGenerator(int streamType, int volume) { in ToneGenerator()
886 int streamType, int volume, @NonNull String opPackageName); in native_setup()
H A DAudioAttributes.java1060 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType()
1076 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType()
1525 private static int usageForStreamType(int streamType) { in usageForStreamType()
H A DRingtone.java114 public void setStreamType(int streamType) { in setStreamType()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/sensoryfeedback/
H A DEmergencyActionAlarmHelper.java97 int streamType = AudioManager.STREAM_ALARM; in setAlarmVolumeToFull() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowAudioManager.java87 public int getDevicesForStream(int streamType) { in getDevicesForStream()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2370 private int getIndexRange(int streamType) { in getIndexRange()
2720 final int streamType; in adjustSuggestedStreamVolume() local
3871 private void setStreamVolumeInt(int streamType, in setStreamVolumeInt()
3907 public boolean isStreamMute(int streamType) { in isStreamMute()
4074 public int getStreamVolume(int streamType) { in getStreamVolume()
4093 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
4100 public int getStreamMinVolume(int streamType) { in getStreamMinVolume()
4462 private boolean isAlarm(int streamType) { in isAlarm()
4471 private boolean isMedia(int streamType) { in isMedia()
4476 private boolean isSystem(int streamType) { in isSystem()
[all …]
H A 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()
/aosp12/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java52 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
/aosp12/frameworks/av/media/libaudioclient/
H A 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
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DPsiData.java60 int streamType, in PmtItem()
/aosp12/frameworks/av/services/audiopolicy/common/include/
H A Dpolicy.h190 audio_stream_type_t streamType) in hasStream()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_ToneGenerator.cpp89 static void android_media_ToneGenerator_native_setup(JNIEnv *env, jobject thiz, jint streamType, in android_media_ToneGenerator_native_setup()
H A Dandroid_media_AudioProductStrategies.cpp92 int streamType = attr.getStreamType(); in convertAudioProductStrategiesFromNative() local
/aosp12/hardware/interfaces/audio/common/7.0/enums/include/
H A Dandroid_audio_policy_configuration_V7_0-enums.h268 static inline bool isUnknownAudioStreamType(const std::string& streamType) { in isUnknownAudioStreamType()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp81 cam_stream_type_t streamType, QCameraMemType bufType) in QCameraMemory()
603 cam_stream_type_t streamType) in releaseBuffer()
656 size_t size, bool cached, cam_stream_type_t streamType) in findBufferLocked()
716 size_t size, bool cached, cam_stream_type_t streamType, in allocateBuffer()
1063 cam_stream_type_t streamType, QCameraMemType bufType) in QCameraStreamMemory()
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_1.h41 AvStreamType streamType; member
/aosp12/frameworks/base/media/java/android/media/metrics/
H A DPlaybackMetrics.java179 int streamType, in PlaybackMetrics()
446 int streamType = in.readInt(); in PlaybackMetrics() local
/aosp12/frameworks/av/media/libmediahelper/tests/
H A Dtypeconverter_tests.cpp217 audio_stream_type_t streamType; in TEST() local
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java183 protected boolean isStreamFromOutputDevice(int streamType, int device) { in isStreamFromOutputDevice()

1234