Home
last modified time | relevance | path

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

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