Home
last modified time | relevance | path

Searched refs:USECASE_AUDIO_PLAYBACK (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/audio/hal/
Daudio_hw.h194 USECASE_AUDIO_PLAYBACK = 0, enumerator
Daudio_hw.c199 [USECASE_AUDIO_PLAYBACK] = "playback",
1141 if (out != NULL && out->usecase == USECASE_AUDIO_PLAYBACK) { in put_echo_reference()
1164 if (adev->primary_output!= NULL && adev->primary_output->usecase == USECASE_AUDIO_PLAYBACK && in get_echo_reference()
1195 adev->primary_output->usecase == USECASE_AUDIO_PLAYBACK && in get_hw_echo_reference()
2759 (out->usecase == USECASE_AUDIO_PLAYBACK)) { in out_set_parameters()
2791 uc_info = get_usecase_from_id(adev, USECASE_AUDIO_PLAYBACK); in out_set_parameters()
2794 __func__, USECASE_AUDIO_PLAYBACK); in out_set_parameters()
3001 if (out->usecase == USECASE_AUDIO_PLAYBACK && !out->is_fastmixer_affinity_set) { in out_write()
3973 out->usecase = USECASE_AUDIO_PLAYBACK; in adev_open_output_stream()