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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h132 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0;
H A DAudioPolicyManagerBase.h104 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp217 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
H A DAudioPolicyManagerBase.cpp817 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) function in class:android_audio_legacy::AudioPolicyManagerBase
827 LOGV("setStreamVolumeIndex() stream %d, index %d", stream, index);

Completed in 9 milliseconds