Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c1256 unsigned int pcm_open_retry_count = 0; in start_input_stream() local
1260 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_input_stream()
1277 if (pcm_open_retry_count-- == 0) { in start_input_stream()
1677 unsigned int pcm_open_retry_count = 0; in start_output_stream() local
1681 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_output_stream()
1695 if (pcm_open_retry_count-- == 0) { in start_output_stream()