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 98 static bt_hc_cb_t hc_cb; variable
111 pthread_mutex_lock(&hc_cb.mutex);
113 pthread_cond_signal(&hc_cb.cond);
114 pthread_mutex_unlock(&hc_cb.mutex);
149 se.sigev_value.sival_ptr = &hc_cb.epilog_timer_id;
153 status = timer_create(CLOCK_MONOTONIC, &se, &hc_cb.epilog_timer_id);
157 hc_cb.epilog_timer_created = 1;
163 status = timer_settime(hc_cb.epilog_timer_id, 0, &ts, 0);
170 hc_cb.epilog_timer_created = 0;
194 hc_cb.epilog_timer_created = 0
    [all...]

Completed in 77 milliseconds