Searched refs:streamVolume (Results 1 – 8 of 8) sorted by relevance
555 int streamVolume = mAudioManager.getStreamVolume(streamType); in onReceive() local556 updateVolumeSlider(streamType, streamVolume); in onReceive()561 int streamVolume = mAudioManager.getStreamVolume(streamType); in onReceive() local562 updateVolumeSlider(streamType, streamVolume); in onReceive()
716 virtual float streamVolume(audio_stream_type_t stream) const = 0;825 virtual float streamVolume(audio_stream_type_t stream) const;1867 virtual float streamVolume(audio_stream_type_t stream) const;
160 virtual float streamVolume(audio_stream_type_t stream,
1388 float AudioFlinger::streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const in streamVolume() function in android::AudioFlinger1404 return volumeInterface->streamVolume(stream); in streamVolume()
2412 float AudioFlinger::PlaybackThread::streamVolume(audio_stream_type_t stream) const in streamVolume() function in android::AudioFlinger::PlaybackThread9278 float AudioFlinger::MmapPlaybackThread::streamVolume(audio_stream_type_t stream) const in streamVolume() function in android::AudioFlinger::MmapPlaybackThread
378 virtual float streamVolume(audio_stream_type_t stream,
300 virtual float streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const in streamVolume() function in android::BpAudioFlinger1151 reply->writeFloat( streamVolume((audio_stream_type_t) stream, output) ); in onTransact()
188 *volume = af->streamVolume(stream, output); in getStreamVolume()