Searched refs:setStreamVolumeIndex (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/include/media/
H A DIAudioPolicyService.h70 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0;
H A DAudioSystem.h368 static status_t setStreamVolumeIndex(stream_type stream, int index);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java291 public static native int setStreamVolumeIndex(int stream, int index); method in class:AudioSystem
H A DAudioService.java351 setStreamVolumeIndex(i, index);
390 private void setStreamVolumeIndex(int stream, int index) { method in class:AudioService
391 AudioSystem.setStreamVolumeIndex(stream, (index + 5)/10);
902 setStreamVolumeIndex(streamType, streamState.mIndex);
1306 setStreamVolumeIndex(streamType, mIndex);
1505 setStreamVolumeIndex(streamState.mStreamType, streamState.mIndex);
1512 setStreamVolumeIndex(streamType, mStreamStates[streamType].mIndex);
1665 setStreamVolumeIndex(streamType, index);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp178 return check_AudioSystem_Command(AudioSystem::setStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), index));
206 {"setStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_setStreamVolumeIndex},
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.h71 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index);
H A DAudioPolicyService.cpp313 status_t AudioPolicyService::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android::AudioPolicyService
325 return mpPolicyManager->setStreamVolumeIndex(stream, index);
H A DAudioPolicyManagerBase.cpp795 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android::AudioPolicyManagerBase
805 LOGV("setStreamVolumeIndex() stream %d, index %d", stream, index);
/frameworks/base/media/libmedia/
H A DIAudioPolicyService.cpp225 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android::BpAudioPolicyService
392 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream, index)));
H A DAudioSystem.cpp649 status_t AudioSystem::setStreamVolumeIndex(stream_type stream, int index) function in class:android::AudioSystem
653 return aps->setStreamVolumeIndex(stream, index);

Completed in 62 milliseconds