Searched defs:getStreamVolume (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp154 status_t AudioSystem::getStreamVolume(audio_stream_type_t stream, float* volume, function in class:android::AudioSystem
/frameworks/base/media/java/android/media/
H A DAudioManager.java898 * @see #getStreamVolume(int)
922 public int getStreamVolume(int streamType) { method in class:AudioManager
928 return service.getStreamVolume(streamType);
931 Log.e(TAG, "Dead object in getStreamVolume", e);
1014 * @see #getStreamVolume(int)
H A DAudioService.java1628 /** @see AudioManager#getStreamVolume(int) */
1629 public int getStreamVolume(int streamType) { method in class:AudioService
1634 // by convention getStreamVolume() returns 0 when a stream is muted.
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java567 private int getStreamVolume(int streamType) { method in class:VolumePanel
580 return mAudioManager.getStreamVolume(streamType);
591 } else if (getStreamVolume(sc.streamType) != index) {
681 progress = getStreamVolume(sc.streamType);
966 int index = getStreamVolume(streamType);

Completed in 133 milliseconds