Searched defs:setStreamVolume (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DAudioManager.java270 * @see #setStreamVolume(int, int, int)
301 * @see #setStreamVolume(int, int, int)
546 * @see #setStreamVolume(int, int, int)
576 * @see #setStreamVolume(int, int, int)
606 * @see #setStreamVolume(int, int, int)
698 * @see #setStreamVolume(int, int, int)
781 public void setStreamVolume(int streamType, int index, int flags) { method in class:AudioManager
787 service.setStreamVolume(streamType, index, flags);
790 Log.e(TAG, "Dead object in setStreamVolume", e);
H A DAudioService.java908 /** @see AudioManager#setStreamVolume(int, int, int) */
909 public void setStreamVolume(int streamType, int index, int flags) { method in class:AudioService
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp770 status_t AudioFlinger::setStreamVolume(audio_stream_type_t stream, float value, function in class:android::AudioFlinger
779 ALOGE("setStreamVolume() invalid stream %d", stream);
796 mPlaybackThreads.valueAt(i)->setStreamVolume(stream, value);
799 thread->setStreamVolume(stream, value);
1926 void AudioFlinger::PlaybackThread::setStreamVolume(audio_stream_type_t stream, float value) function in class:android::AudioFlinger::PlaybackThread
4069 thread->setStreamVolume(AUDIO_STREAM_CNT, 1.0f);
H A DAudioPolicyService.cpp695 command->mStatus = AudioSystem::setStreamVolume(data->mStream,
1013 int AudioPolicyService::setStreamVolume(audio_stream_type_t stream, function in class:android::AudioPolicyService
1516 return audioPolicyService->setStreamVolume(stream, volume, output,
/frameworks/base/core/java/android/view/
H A DVolumePanel.java378 private void setStreamVolume(int streamType, int index, int flags) { method in class:VolumePanel
384 mAudioManager.setStreamVolume(streamType, index, flags);
1004 setStreamVolume(sc.streamType, progress, 0);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp123 status_t AudioSystem::setStreamVolume(audio_stream_type_t stream, float value, function in class:android::AudioSystem
129 af->setStreamVolume(stream, value, output);
H A DIAudioFlinger.cpp261 virtual status_t setStreamVolume(audio_stream_type_t stream, float value, function in class:android::BpAudioFlinger
812 reply->writeInt32( setStreamVolume((audio_stream_type_t) stream, volume, output) );

Completed in 120 milliseconds