Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h243 pthread_cond_t offload_cond; member
Daudio_hw.c2056 pthread_cond_signal(&out->offload_cond); in send_offload_cmd_l()
2098 pthread_cond_wait(&out->offload_cond, &out->lock); in offload_thread_loop()
2174 pthread_cond_init(&out->offload_cond, (const pthread_condattr_t *) NULL); in create_offload_callback_thread()
2189 pthread_cond_destroy(&out->offload_cond); in destroy_offload_callback_thread()