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

/external/bluetooth/bluez/audio/
H A Dpcm_bluetooth.c141 pthread_t hw_thread; /* Makes virtual hw pointer move */ member in struct:bluetooth_data
254 data->hw_thread = 0;
267 if (data->hw_thread)
270 err = pthread_create(&data->hw_thread, 0, playback_hw_thread, data);
303 if (data->hw_thread) {
304 pthread_cancel(data->hw_thread);
305 pthread_join(data->hw_thread, 0);
350 if (data->hw_thread) {
351 pthread_cancel(data->hw_thread);
352 pthread_join(data->hw_thread,
[all...]

Completed in 13 milliseconds