Home
last modified time | relevance | path

Searched refs:getOutputForEffect (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h152 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc) = 0;
DAudioPolicyManagerBase.h131 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc = NULL);
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_policy_hal.cpp272 return qap->apm->getOutputForEffect(desc); in ap_get_output_for_effect()
/hardware/libhardware_legacy/audio/
Daudio_policy_hal.cpp274 return lap->apm->getOutputForEffect(desc); in ap_get_output_for_effect()
DAudioPolicyManagerBase.cpp664 audio_io_handle_t srcOutput = getOutputForEffect(); in getOutput()
666 audio_io_handle_t dstOutput = getOutputForEffect(); in getOutput()
900 audio_io_handle_t dstOutput = getOutputForEffect(); in releaseOutput()
1212 audio_io_handle_t AudioPolicyManagerBase::getOutputForEffect(const effect_descriptor_t *desc) in getOutputForEffect() function in android_audio_legacy::AudioPolicyManagerBase
/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp1647 audio_io_handle_t srcOutput = getOutputForEffect(); in getOutputForDevice()
1649 audio_io_handle_t dstOutput = getOutputForEffect(); in getOutputForDevice()