Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h442 pthread_t dummybuf_thread; member
Daudio_hw.c4432 static void *dummybuf_thread(void *context) in dummybuf_thread() function
4563 if (!adev->dummybuf_thread) in dummybuf_thread_open()
4564 … pthread_create(&adev->dummybuf_thread, (const pthread_attr_t *) NULL, dummybuf_thread, adev); in dummybuf_thread_open()
4572 if (adev->dummybuf_thread == 0) in dummybuf_thread_close()
4590 pthread_join(adev->dummybuf_thread, (void **) NULL); in dummybuf_thread_close()
4592 adev->dummybuf_thread = 0; in dummybuf_thread_close()