Home
last modified time | relevance | path

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

/third_party/alsa-utils/bat/
Dbat.c178 int *thread_result_capture, *thread_result_playback; in test_loopback() local
222 err = thread_wait_completion(bat, capture_id, &thread_result_capture); in test_loopback()
225 free(thread_result_capture); in test_loopback()
230 if (thread_result_capture == PTHREAD_CANCELED) { in test_loopback()
236 if (*thread_result_capture != 0) { in test_loopback()
238 *thread_result_capture); in test_loopback()