HomeSort by relevance Sort by last modified time
    Searched refs:pending_ind_q (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/gatt/
gatt_utils.cc 94 if (p_tcb->pending_ind_q == NULL) return;
97 while (!fixed_queue_is_empty(p_tcb->pending_ind_q))
98 osi_free(fixed_queue_try_dequeue(p_tcb->pending_ind_q));
99 fixed_queue_free(p_tcb->pending_ind_q, NULL);
100 p_tcb->pending_ind_q = NULL;
198 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf);
320 fixed_queue_is_empty(p_tcb->pending_ind_q));
324 } else if (!fixed_queue_is_empty(p_tcb->pending_ind_q)) {
325 list_t* list = fixed_queue_get_list(p_tcb->pending_ind_q);
499 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX)
    [all...]
gatt_main.cc 164 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL);
165 gatt_cb.tcb[i].pending_ind_q = NULL;
379 fixed_queue_free(p_tcb->pending_ind_q, NULL);
    [all...]
gatt_sr.cc     [all...]
gatt_int.h 282 fixed_queue_t* pending_ind_q; member in struct:__anon106239

Completed in 105 milliseconds