Searched refs:streamVolume (Results 1 – 7 of 7) sorted by relevance
123 virtual float streamVolume(audio_stream_type_t stream,
144 virtual float streamVolume(audio_stream_type_t stream,
526 float streamVolume(audio_stream_type_t stream) const;
971 float AudioFlinger::streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const in streamVolume() function in android::AudioFlinger985 volume = thread->streamVolume(stream); in streamVolume()
1606 float AudioFlinger::PlaybackThread::streamVolume(audio_stream_type_t stream) const in streamVolume() function in android::AudioFlinger::PlaybackThread
353 virtual float streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const in streamVolume() function in android::BpAudioFlinger1032 reply->writeFloat( streamVolume((audio_stream_type_t) stream, output) ); in onTransact()
170 *volume = af->streamVolume(stream, output); in getStreamVolume()