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

/hardware/qcom/audio/hal/
H A Daudio_hw.h144 pthread_t offload_thread; member in struct:stream_out
H A Daudio_hw.c878 pthread_create(&out->offload_thread, (const pthread_attr_t *) NULL,
890 pthread_join(out->offload_thread, (void **) NULL);

Completed in 863 milliseconds