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()
731 virtual float streamVolume(audio_stream_type_t stream) const = 0;844 virtual float streamVolume(audio_stream_type_t stream) const;1891 virtual float streamVolume(audio_stream_type_t stream) const;
164 virtual float streamVolume(audio_stream_type_t stream,
1402 float AudioFlinger::streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const in streamVolume() function in android::AudioFlinger1418 return volumeInterface->streamVolume(stream); in streamVolume()
2471 float AudioFlinger::PlaybackThread::streamVolume(audio_stream_type_t stream) const in streamVolume() function in android::AudioFlinger::PlaybackThread9521 float AudioFlinger::MmapPlaybackThread::streamVolume(audio_stream_type_t stream) const in streamVolume() function in android::AudioFlinger::MmapPlaybackThread
395 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::BpAudioFlinger1154 reply->writeFloat( streamVolume((audio_stream_type_t) stream, output) ); in onTransact()
195 *volume = af->streamVolume(stream, output); in getStreamVolume()