Searched refs:getOutputForEffect (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h153 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc) = 0;
H A DAudioPolicyManagerBase.h131 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc = NULL);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp274 return lap->apm->getOutputForEffect(desc);
H A DAudioPolicyManagerBase.cpp656 audio_io_handle_t srcOutput = getOutputForEffect();
658 audio_io_handle_t dstOutput = getOutputForEffect();
892 audio_io_handle_t dstOutput = getOutputForEffect();
1194 audio_io_handle_t AudioPolicyManagerBase::getOutputForEffect(const effect_descriptor_t *desc) function in class:android_audio_legacy::AudioPolicyManagerBase
1203 ALOGV("getOutputForEffect() got output %d for fx %s flags %x",
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp272 return qap->apm->getOutputForEffect(desc);

Completed in 91 milliseconds