Searched defs:setStreamVolumeIndex (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp448 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
462 return mAudioPolicyManager->setStreamVolumeIndex(stream,
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp909 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
915 return aps->setStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp380 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
1061 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream,
/frameworks/base/media/java/android/media/
H A DAudioSystem.java719 public static native int setStreamVolumeIndex(int stream, int index, int device); method in class:AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2095 status_t AudioPolicyManager::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyManager
2111 ALOGV("setStreamVolumeIndex() stream %d, device %08x, index %d",

Completed in 1171 milliseconds