HomeSort by relevance Sort by last modified time
    Searched full:hw_thread (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 141 pthread_t hw_thread; /* Makes virtual hw pointer move */ member in struct:bluetooth_data
256 data->hw_thread = 0;
269 if (data->hw_thread)
272 err = pthread_create(&data->hw_thread, 0, playback_hw_thread, data);
305 if (data->hw_thread) {
306 pthread_cancel(data->hw_thread);
307 pthread_join(data->hw_thread, 0);
352 if (data->hw_thread) {
353 pthread_cancel(data->hw_thread);
354 pthread_join(data->hw_thread, 0)
    [all...]

Completed in 60 milliseconds