HomeSort by relevance Sort by last modified time
    Searched refs:streamVolume (Results 1 - 5 of 5) sorted by null

  /frameworks/av/include/media/
IAudioFlinger.h 110 virtual float streamVolume(audio_stream_type_t stream,
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 277 virtual float streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const
798 reply->writeFloat( streamVolume((audio_stream_type_t) stream, output) );
    [all...]
AudioSystem.cpp 148 *volume = af->streamVolume(stream, output);
  /frameworks/av/services/audioflinger/
AudioFlinger.h 131 virtual float streamVolume(audio_stream_type_t stream,
    [all...]
AudioFlinger.cpp 817 float AudioFlinger::streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const
830 volume = thread->streamVolume(stream);
    [all...]

Completed in 1667 milliseconds