Home
last modified time | relevance | path

Searched defs:getDevicesForStream (Results 1 – 5 of 5) sorted by relevance

/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
/frameworks/av/media/libmedia/
DIAudioPolicyService.cpp278 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::BpAudioPolicyService
DAudioSystem.cpp702 audio_devices_t AudioSystem::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::AudioSystem
/frameworks/av/services/audioflinger/
DAudioPolicyService.cpp462 audio_devices_t AudioPolicyService::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::AudioPolicyService