Searched defs:buf_thread (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dandroid_audio_hw.c121 pthread_t buf_thread; /* thread reading data from buffer and writing to a2dp sink*/ member in struct:astream_out
689 int err = pthread_create(&out->buf_thread, (const pthread_attr_t *) NULL, _out_buf_thread_func, out);
752 if (out->buf_thread) {
757 pthread_join(out->buf_thread, (void **) NULL);

Completed in 62 milliseconds