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

  /external/bluetooth/bluedroid/hci/src/
userial.c 82 BUFFER_Q rx_q; member in struct:__anon5798
240 utils_enqueue(&(userial_cb.rx_q), p_buf);
271 utils_queue_init(&userial_cb.rx_q);
355 userial_cb.p_rx_hdr=(HC_BT_HDR *)utils_dequeue(&(userial_cb.rx_q));
414 while ((buf = utils_dequeue(&userial_cb.rx_q)) != NULL)
userial_mct.c 80 BUFFER_Q rx_q; member in struct:__anon5800
222 utils_queue_init(&(userial_cb.rx_q));
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 172 while ((p_buf = GKI_dequeue (&p_cb->rx_q)) != NULL)
nfc_ncif.c     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 111 BUFFER_Q rx_q; /* receive queue */ member in struct:__anon8063

Completed in 54 milliseconds