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

/frameworks/base/include/media/
H A DIAudioPolicyService.h74 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0;
H A DAudioSystem.h384 static status_t setStreamVolumeIndex(stream_type stream, int index);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java292 public static native int setStreamVolumeIndex(int stream, int index); method in class:AudioSystem
H A DAudioService.java354 setStreamVolumeIndex(i, index);
393 private void setStreamVolumeIndex(int stream, int index) { method in class:AudioService
394 AudioSystem.setStreamVolumeIndex(stream, (index + 5)/10);
905 setStreamVolumeIndex(streamType, streamState.mIndex);
1313 setStreamVolumeIndex(streamType, mIndex);
1512 setStreamVolumeIndex(streamState.mStreamType, streamState.mIndex);
1519 setStreamVolumeIndex(streamType, mStreamStates[streamType].mIndex);
1678 setStreamVolumeIndex(streamType, index);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp182 return check_AudioSystem_Command(AudioSystem::setStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), index));
210 {"setStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_setStreamVolumeIndex},
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.h79 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index);
H A DAudioPolicyService.cpp320 status_t AudioPolicyService::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android::AudioPolicyService
332 return mpPolicyManager->setStreamVolumeIndex(stream, index);
H A DAudioPolicyManagerBase.cpp804 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android::AudioPolicyManagerBase
814 LOGV("setStreamVolumeIndex() stream %d, index %d", stream, index);
/frameworks/base/media/libmedia/
H A DIAudioPolicyService.cpp235 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android::BpAudioPolicyService
465 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream, index)));
H A DAudioSystem.cpp659 status_t AudioSystem::setStreamVolumeIndex(stream_type stream, int index) function in class:android::AudioSystem
663 return aps->setStreamVolumeIndex(stream, index);

Completed in 1193 milliseconds