Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c1977 unsigned int pcm_open_retry_count = 0; in start_input_stream() local
1981 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_input_stream()
1998 if (pcm_open_retry_count-- == 0) { in start_input_stream()
2412 unsigned int flags, unsigned int pcm_open_retry_count, in pcm_open_prepare_helper() argument
2425 if (pcm_open_retry_count-- == 0) in pcm_open_prepare_helper()
2583 unsigned int pcm_open_retry_count = 0; in start_output_stream() local
2587 pcm_open_retry_count = PROXY_OPEN_RETRY_COUNT; in start_output_stream()
2593 flags, pcm_open_retry_count, in start_output_stream()
2607 flags, pcm_open_retry_count, in start_output_stream()