Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h197 pthread_t offload_thread; member
Daudio_hw.c1465 pthread_create(&out->offload_thread, (const pthread_attr_t *) NULL, in create_offload_callback_thread()
1477 pthread_join(out->offload_thread, (void **) NULL); in destroy_offload_callback_thread()