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

  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 97 static bt_hc_cb_t hc_cb; variable
219 pthread_mutex_lock(&hc_cb.worker_thread_lock);
221 if (hc_cb.worker_thread)
222 thread_post(hc_cb.worker_thread, event_rx, NULL);
224 pthread_mutex_unlock(&hc_cb.worker_thread_lock);
228 pthread_mutex_lock(&hc_cb.worker_thread_lock);
230 if (hc_cb.worker_thread) {
233 thread_post(hc_cb.worker_thread, event_tx, NULL);
236 pthread_mutex_unlock(&hc_cb.worker_thread_lock);
240 pthread_mutex_lock(&hc_cb.worker_thread_lock)
    [all...]

Completed in 871 milliseconds