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.h193 USECASE_AUDIO_PLAYBACK = 0, enumerator
Daudio_hw.c193 [USECASE_AUDIO_PLAYBACK] = "playback",
1122 if (out != NULL && out->usecase == USECASE_AUDIO_PLAYBACK) { in put_echo_reference()
1145 if (adev->primary_output!= NULL && adev->primary_output->usecase == USECASE_AUDIO_PLAYBACK && in get_echo_reference()
1176 adev->primary_output->usecase == USECASE_AUDIO_PLAYBACK && in get_hw_echo_reference()
2737 (out->usecase == USECASE_AUDIO_PLAYBACK)) { in out_set_parameters()
3883 out->usecase = USECASE_AUDIO_PLAYBACK; in adev_open_output_stream()