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.c1964 unsigned int pcm_open_retry_count = 0; in start_input_stream() local
1968 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_input_stream()
1985 if (pcm_open_retry_count-- == 0) { in start_input_stream()
2399 unsigned int flags, unsigned int pcm_open_retry_count, in pcm_open_prepare_helper() argument
2412 if (pcm_open_retry_count-- == 0) in pcm_open_prepare_helper()
2566 unsigned int pcm_open_retry_count = 0; in start_output_stream() local
2570 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_output_stream()
2576 flags, pcm_open_retry_count, in start_output_stream()
2590 flags, pcm_open_retry_count, in start_output_stream()