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 79 BUFFER_Q rx_q; member in struct:__anon2511
252 utils_enqueue(&(userial_cb.rx_q), p_buf);
292 utils_queue_init(&(userial_cb.rx_q));
434 userial_cb.p_rx_hdr=(HC_BT_HDR *)utils_dequeue(&(userial_cb.rx_q));
495 while ((p_buf = utils_dequeue (&(userial_cb.rx_q))) != NULL)
userial_mct.c 82 BUFFER_Q rx_q; member in struct:__anon2513
237 utils_queue_init(&(userial_cb.rx_q));
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 171 while ((p_buf = GKI_dequeue (&p_cb->rx_q)) != NULL)
nfc_ncif.c     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 109 BUFFER_Q rx_q; /* receive queue */ member in struct:__anon9454

Completed in 27 milliseconds