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

/hardware/qcom/audio/hal/
H A Daudio_hw.h172 pthread_t offload_thread; member in struct:stream_out
H A Daudio_hw.c1055 pthread_create(&out->offload_thread, (const pthread_attr_t *) NULL,
1067 pthread_join(out->offload_thread, (void **) NULL);
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.h186 pthread_t offload_thread; member in struct:stream_out
H A Daudio_hw.c1279 pthread_create(&out->offload_thread, (const pthread_attr_t *) NULL,
1291 pthread_join(out->offload_thread, (void **) NULL);

Completed in 79 milliseconds