Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c864 unsigned int pcm_open_retry_count = 0; in start_input_stream() local
868 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_input_stream()
880 if (pcm_open_retry_count-- == 0) { in start_input_stream()
1231 unsigned int pcm_open_retry_count = 0; in start_output_stream() local
1234 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_output_stream()
1247 if (pcm_open_retry_count-- == 0) { in start_output_stream()
/hardware/qcom/audio/msm8909/hal/
Daudio_hw.c1039 unsigned int pcm_open_retry_count = 0; in start_input_stream() local
1043 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_input_stream()
1055 if (pcm_open_retry_count-- == 0) { in start_input_stream()
1488 unsigned int pcm_open_retry_count = 0; in start_output_stream() local
1491 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_output_stream()
1504 if (pcm_open_retry_count-- == 0) { in start_output_stream()