Home
last modified time | relevance | path

Searched refs:getDevicesForStream (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java149 public int getDevicesForStream(int stream) { in getDevicesForStream() method in AudioSystemAdapter
166 res = AudioSystem.getDevicesForStream(stream); in getDevicesForStreamImpl()
177 final int real = AudioSystem.getDevicesForStream(stream); in getDevicesForStreamImpl()
191 return AudioSystem.getDevicesForStream(stream); in getDevicesForStreamImpl()
H A DAudioService.java3545 mAudioSystem.getDevicesForStream(streamType)); in updateAbsVolumeMultiModeDevices()
6097 public int getDevicesForStream(int streamType) { in getDevicesForStream() method in AudioService
6101 return mAudioSystem.getDevicesForStream(streamType); in getDevicesForStream()
6378 && (newDevice & mAudioSystem.getDevicesForStream(AudioSystem.STREAM_MUSIC)) != 0) { in onAccessoryPlugMediaUnmute()
6837 final int devices = mAudioSystem.getDevicesForStream(mStreamType); in observeDevicesForStream_syncVSS()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowAudioManager.java87 public int getDevicesForStream(int streamType) { in getDevicesForStream() method in ShadowAudioManager
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h149 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream) = 0;
H A DAudioPolicyManagerBase.h129 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream);
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java184 return (device & mAudioManager.getDevicesForStream(streamType)) != 0; in isStreamFromOutputDevice()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl138 int /* bitmask of audio_devices_t */ getDevicesForStream(AudioStreamType stream); in getDevicesForStream() method
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DSystemMediaRoute2Provider.java394 int devices = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in updateVolume()
/aosp12/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h201 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) = 0;
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp265 return qap->apm->getDevicesForStream((AudioSystem::stream_type)stream); in ap_get_devices_for_stream()
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl361 int getDevicesForStream(in int streamType); in getDevicesForStream() method
H A DAudioSystem.java1590 public static native int getDevicesForStream(int stream); in getDevicesForStream() method in AudioSystem
H A DAudioManager.java5550 public int getDevicesForStream(int streamType) { in getDevicesForStream() method in AudioManager
5562 return service.getDevicesForStream(streamType); in getDevicesForStream()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h326 static audio_devices_t getDevicesForStream(audio_stream_type_t stream);
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h196 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream);
H A DAudioPolicyManager.cpp6157 audio_devices_t AudioPolicyManager::getDevicesForStream(audio_stream_type_t stream) { in getDevicesForStream() function in android::AudioPolicyManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1086 Status AudioPolicyService::getDevicesForStream(media::AudioStreamType streamAidl, in getDevicesForStream() function in android::AudioPolicyService
1102 legacy2aidl_audio_devices_t_int32_t(mAudioPolicyManager->getDevicesForStream(stream))); in getDevicesForStream()
H A DAudioPolicyService.h123 binder::Status getDevicesForStream(media::AudioStreamType stream,
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java848 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java466 (mAudio.getDevicesForStream(AudioManager.STREAM_MUSIC) & in checkRoutedToBluetoothW()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1268 audio_devices_t AudioSystem::getDevicesForStream(audio_stream_type_t stream) { in getDevicesForStream() function in android::AudioSystem
1277 aps->getDevicesForStream(streamAidl, &resultAidl))); in getDevicesForStream()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp818 return (jint) AudioSystem::getDevicesForStream(static_cast <audio_stream_type_t>(stream)); in android_media_AudioSystem_getDevicesForStream()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt10862 HSPLandroid/media/AudioManager;->getDevicesForStream(I)I
/aosp12/frameworks/base/services/
H A Dart-profile11247 HSPLcom/android/server/audio/AudioService;->getDevicesForStream(I)I+]Lcom/android/server/audio/Audi…
11459 HSPLcom/android/server/audio/AudioSystemAdapter;->getDevicesForStream(I)I
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt10857 HSPLandroid/media/AudioManager;->getDevicesForStream(I)I