Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIAudioPolicyService.h83 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) = 0;
DAudioSystem.h228 static audio_devices_t getDevicesForStream(audio_stream_type_t stream);
/frameworks/base/media/java/android/media/
DAudioSystem.java397 public static native int getDevicesForStream(int stream); in getDevicesForStream() method in AudioSystem
DAudioManager.java2625 public int getDevicesForStream(int streamType) { in getDevicesForStream() method in AudioManager
2634 return AudioSystem.getDevicesForStream(streamType); in getDevicesForStream()
DAudioService.java2785 int device = AudioSystem.getDevicesForStream(stream); in getDeviceForStream()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp246 return (jint) AudioSystem::getDevicesForStream(static_cast <audio_stream_type_t>(stream)); in android_media_AudioSystem_getDevicesForStream()
/frameworks/av/services/audioflinger/
DAudioPolicyService.h98 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream);
DAudioPolicyService.cpp462 audio_devices_t AudioPolicyService::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::AudioPolicyService
/frameworks/av/media/libmedia/
DIAudioPolicyService.cpp278 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::BpAudioPolicyService
588 reply->writeInt32(static_cast <int>(getDevicesForStream(stream))); in onTransact()
DAudioSystem.cpp702 audio_devices_t AudioSystem::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::AudioSystem
706 return aps->getDevicesForStream(stream); in getDevicesForStream()
/frameworks/base/core/java/android/view/
DVolumePanel.java662 if ((mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC) & in onShowVolumeChanged()