Searched refs:streamVolume (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java424 int streamVolume = mAudioManager.getStreamVolume(streamType);
425 updateVolumeSlider(streamType, streamVolume);
/frameworks/av/include/media/
H A DIAudioFlinger.h133 virtual float streamVolume(audio_stream_type_t stream,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h149 virtual float streamVolume(audio_stream_type_t stream,
H A DThreads.h558 float streamVolume(audio_stream_type_t stream) const;
H A DAudioFlinger.cpp1050 float AudioFlinger::streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const function in class:android::AudioFlinger
1064 volume = thread->streamVolume(stream);
H A DThreads.cpp1992 float AudioFlinger::PlaybackThread::streamVolume(audio_stream_type_t stream) const function in class:android::AudioFlinger::PlaybackThread
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp367 virtual float streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const function in class:android::BpAudioFlinger
1074 reply->writeFloat( streamVolume((audio_stream_type_t) stream, output) );
H A DAudioSystem.cpp181 *volume = af->streamVolume(stream, output);

Completed in 184 milliseconds