Searched refs:getDevicesForStream (Results 1 – 11 of 11) sorted by relevance
83 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) = 0;
228 static audio_devices_t getDevicesForStream(audio_stream_type_t stream);
397 public static native int getDevicesForStream(int stream); in getDevicesForStream() method in AudioSystem
2625 public int getDevicesForStream(int streamType) { in getDevicesForStream() method in AudioManager2634 return AudioSystem.getDevicesForStream(streamType); in getDevicesForStream()
2785 int device = AudioSystem.getDevicesForStream(stream); in getDeviceForStream()
246 return (jint) AudioSystem::getDevicesForStream(static_cast <audio_stream_type_t>(stream)); in android_media_AudioSystem_getDevicesForStream()
98 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream);
462 audio_devices_t AudioPolicyService::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::AudioPolicyService
278 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::BpAudioPolicyService588 reply->writeInt32(static_cast <int>(getDevicesForStream(stream))); in onTransact()
702 audio_devices_t AudioSystem::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() function in android::AudioSystem706 return aps->getDevicesForStream(stream); in getDevicesForStream()
662 if ((mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC) & in onShowVolumeChanged()