Home
last modified time | relevance | path

Searched refs:getOutputForEffect (Results 1 – 5 of 5) 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.cpp663 audio_io_handle_t srcOutput = getOutputForEffect(); in getOutput()
665 audio_io_handle_t dstOutput = getOutputForEffect(); in getOutput()
899 audio_io_handle_t dstOutput = getOutputForEffect(); in releaseOutput()
1211 audio_io_handle_t AudioPolicyManagerBase::getOutputForEffect(const effect_descriptor_t *desc) in getOutputForEffect() function in android_audio_legacy::AudioPolicyManagerBase