HomeSort by relevance Sort by last modified time
    Searched refs:BUFFER_Q (Results 1 - 25 of 39) sorted by null

1 2

  /external/bluetooth/bluedroid/hci/include/
utils.h 47 } BUFFER_Q;
88 void utils_queue_init (BUFFER_Q *p_q);
99 void utils_enqueue (BUFFER_Q *p_q, void *p_buf);
110 void *utils_dequeue (BUFFER_Q *p_q);
121 void *utils_dequeue_unlocked (BUFFER_Q *p_q);
144 void *utils_remove_from_queue (BUFFER_Q *p_q, void *p_buf);
155 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf);
  /external/bluetooth/bluedroid/hci/src/
utils.c 79 void utils_queue_init (BUFFER_Q *p_q)
94 void utils_enqueue (BUFFER_Q *p_q, void *p_buf)
128 void *utils_dequeue (BUFFER_Q *p_q)
145 void *utils_dequeue_unlocked (BUFFER_Q *p_q)
203 void *utils_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
219 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf)
userial_mct.c 82 BUFFER_Q rx_q;
hci_h4.c 140 BUFFER_Q acl_rx_q; /* Queue of base buffers for fragmented ACL pkts */
153 extern BUFFER_Q tx_q;
    [all...]
hci_mct.c 125 BUFFER_Q acl_rx_q; /* Queue of base buffers for fragmented ACL pkts */
136 extern BUFFER_Q tx_q;
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 349 } BUFFER_Q;
421 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
422 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
423 GKI_API extern void GKI_enqueue_head (BUFFER_Q *, void *);
424 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
425 GKI_API extern void *GKI_getlast (BUFFER_Q *);
427 GKI_API extern void GKI_init_q (BUFFER_Q *);
428 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
429 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
gki_buffer.c 343 void GKI_init_q (BUFFER_Q *p_q)
743 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
798 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
852 void *GKI_dequeue (BUFFER_Q *p_q)
899 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
953 void *GKI_getfirst (BUFFER_Q *p_q)
970 void *GKI_getlast (BUFFER_Q *p_q)
1011 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 364 } BUFFER_Q;
444 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
445 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
446 GKI_API extern void GKI_enqueue_head (BUFFER_Q *, void *);
447 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
448 GKI_API extern void *GKI_getlast (BUFFER_Q *);
450 GKI_API extern void GKI_init_q (BUFFER_Q *);
451 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
452 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
gki_buffer.c 331 void GKI_init_q (BUFFER_Q *p_q)
810 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
865 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
919 void *GKI_dequeue (BUFFER_Q *p_q)
966 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
1020 void *GKI_getfirst (BUFFER_Q *p_q)
1036 void *GKI_getlast (BUFFER_Q *p_q)
1077 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 367 } BUFFER_Q;
446 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
447 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
448 GKI_API extern void GKI_enqueue_head (BUFFER_Q *, void *);
449 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
450 GKI_API extern void *GKI_getlast (BUFFER_Q *);
452 GKI_API extern void GKI_init_q (BUFFER_Q *);
453 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
454 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
gki_buffer.c 331 void GKI_init_q (BUFFER_Q *p_q)
810 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
865 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
919 void *GKI_dequeue (BUFFER_Q *p_q)
966 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
1020 void *GKI_getfirst (BUFFER_Q *p_q)
1036 void *GKI_getlast (BUFFER_Q *p_q)
1077 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 87 BUFFER_Q sig_xmit_q; /* tx signaling PDU queue */
112 BUFFER_Q ui_xmit_q; /* UI PDU queue for transmitting */
113 BUFFER_Q ui_rx_q; /* UI PDU queue for receiving */
188 BUFFER_Q i_xmit_q; /* tx queue of I PDU */
191 BUFFER_Q i_rx_q; /* rx queue of I PDU */
nfc_int.h 109 BUFFER_Q tx_q; /* transmit queue */
110 BUFFER_Q rx_q; /* receive queue */
182 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 99 BUFFER_Q tx_queue; /* Queue of buffers waiting to be sent */
100 BUFFER_Q rx_queue; /* Queue of buffers waiting to be read */
159 BUFFER_Q pending_op_q;
  /external/bluetooth/bluedroid/stack/include/
btu.h 213 BUFFER_Q cmd_xmit_q;
214 BUFFER_Q cmd_cmpl_q;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 203 BUFFER_Q waiting_for_ack_q; /* Buffers sent and waiting for peer to ack */
204 BUFFER_Q srej_rcv_hold_q; /* Buffers rcvd but held pending SREJ rsp */
205 BUFFER_Q retrans_q; /* Buffers being retransmitted */
313 BUFFER_Q xmit_hold_q; /* Transmit data hold queue */
410 BUFFER_Q link_xmit_data_q; /* Transmit data buffer queue */
415 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
416 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
485 BUFFER_Q rcv_hold_q; /* Recv pending queue */
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 56 BUFFER_Q queue; /* Queue of buffers waiting to be sent */
94 BUFFER_Q cmd_q; /* Queue for command messages on this mux */
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 205 BUFFER_Q svc_buffer; /* buffer queue used for service database */
272 BUFFER_Q multi_rsp_q;
338 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */
355 BUFFER_Q pending_ind_q;
459 BUFFER_Q sign_op_queue;
470 BUFFER_Q srv_chg_clt_q; /* service change clients queue */
471 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 133 BUFFER_Q data_queue; /* Queue of buffers waiting to be passed to application */
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 301 BUFFER_Q llcp_cl_buffer; /* buffer for the connectionless echo test application */
302 BUFFER_Q llcp_co_buffer; /* buffer for the connection-oriented echo test application*/
nfa_hci_int.h 402 BUFFER_Q hci_api_q; /* Buffer Q to hold incoming API commands */
403 BUFFER_Q hci_host_reset_api_q; /* Buffer Q to hold incoming API commands to a host that is reactivating */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 430 BUFFER_Q cmd_q; /* Queue for outgoing command messages */
431 BUFFER_Q rsp_q; /* Queue for outgoing response and reject messages */
457 BUFFER_Q frag_q; /* Queue for outgoing media fragments. p_buf should be 0 */
502 BUFFER_Q frag_q; /* Queue for outgoing media fragments */
675 extern void avdt_scb_queue_frags(tAVDT_SCB *p_scb, UINT8 **pp_data, UINT32 *p_data_len, BUFFER_Q *pq);
  /external/bluetooth/bluedroid/stack/avct/
avct_int.h 84 BUFFER_Q tx_q; /* Transmit data buffer queue */
  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 137 BUFFER_Q xmit_q;
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 222 BUFFER_Q conn_pending_q;

Completed in 637 milliseconds

1 2