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

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAudioManager.java 12 private int streamVolume = 7;
25 return streamVolume;
30 this.streamVolume = index;
55 return streamVolume;
58 public void setStreamVolume(int streamVolume) {
59 this.streamVolume = streamVolume;
  /frameworks/base/core/java/android/preference/
SeekBarVolumizer.java 424 int streamVolume = mAudioManager.getStreamVolume(streamType);
425 updateVolumeSlider(streamType, streamVolume);
  /frameworks/av/include/media/
IAudioFlinger.h 123 virtual float streamVolume(audio_stream_type_t stream,
  /frameworks/av/services/audioflinger/
AudioFlinger.h 149 virtual float streamVolume(audio_stream_type_t stream,
    [all...]
Threads.h 578 float streamVolume(audio_stream_type_t stream) const;
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 367 virtual float streamVolume(audio_stream_type_t stream, audio_io_handle_t output) const
    [all...]
AudioSystem.cpp 181 *volume = af->streamVolume(stream, output);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 267 milliseconds