HomeSort by relevance Sort by last modified time
    Searched refs:BUFFER_Q (Results 1 - 25 of 38) 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/gki/common/
gki.h 117 } BUFFER_Q;
172 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
173 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
174 GKI_API extern void GKI_enqueue_head (BUFFER_Q *, void *);
175 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
176 GKI_API extern void *GKI_getlast (BUFFER_Q *);
178 GKI_API extern void GKI_init_q (BUFFER_Q *);
179 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
180 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
gki_buffer.c 343 void GKI_init_q (BUFFER_Q *p_q)
752 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
807 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
861 void *GKI_dequeue (BUFFER_Q *p_q)
908 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
962 void *GKI_getfirst (BUFFER_Q *p_q)
979 void *GKI_getlast (BUFFER_Q *p_q)
1020 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
    [all...]
  /external/bluetooth/bluedroid/hci/src/
utils.c 80 void utils_queue_init (BUFFER_Q *p_q)
95 void utils_enqueue (BUFFER_Q *p_q, void *p_buf)
129 void *utils_dequeue (BUFFER_Q *p_q)
146 void *utils_dequeue_unlocked (BUFFER_Q *p_q)
204 void *utils_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
220 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf)
userial.c 82 BUFFER_Q rx_q;
userial_mct.c 80 BUFFER_Q rx_q;
bt_hci_bdroid.c 99 static BUFFER_Q tx_q;
  /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)
812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
867 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
921 void *GKI_dequeue (BUFFER_Q *p_q)
968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
1022 void *GKI_getfirst (BUFFER_Q *p_q)
1038 void *GKI_getlast (BUFFER_Q *p_q)
1079 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)
812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
867 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
921 void *GKI_dequeue (BUFFER_Q *p_q)
968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
1022 void *GKI_getfirst (BUFFER_Q *p_q)
1038 void *GKI_getlast (BUFFER_Q *p_q)
1079 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 89 BUFFER_Q sig_xmit_q; /* tx signaling PDU queue */
114 BUFFER_Q ui_xmit_q; /* UI PDU queue for transmitting */
115 BUFFER_Q ui_rx_q; /* UI PDU queue for receiving */
190 BUFFER_Q i_xmit_q; /* tx queue of I PDU */
193 BUFFER_Q i_rx_q; /* rx queue of I PDU */
nfc_int.h 110 BUFFER_Q tx_q; /* transmit queue */
111 BUFFER_Q rx_q; /* receive queue */
184 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 216 BUFFER_Q cmd_xmit_q;
217 BUFFER_Q cmd_cmpl_q;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 204 BUFFER_Q waiting_for_ack_q; /* Buffers sent and waiting for peer to ack */
205 BUFFER_Q srej_rcv_hold_q; /* Buffers rcvd but held pending SREJ rsp */
206 BUFFER_Q retrans_q; /* Buffers being retransmitted */
314 BUFFER_Q xmit_hold_q; /* Transmit data hold queue */
412 BUFFER_Q link_xmit_data_q; /* Transmit data buffer queue */
417 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
418 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
487 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/bta/pan/
bta_pan_int.h 141 BUFFER_Q data_queue; /* Queue of buffers waiting to be passed to application */
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 311 BUFFER_Q llcp_cl_buffer; /* buffer for the connectionless echo test application */
312 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 */
503 BUFFER_Q frag_q; /* Queue for outgoing media fragments */
676 extern void avdt_scb_queue_frags(tAVDT_SCB *p_scb, UINT8 **pp_data, UINT32 *p_data_len, BUFFER_Q *pq);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 220 BUFFER_Q svc_buffer; /* buffer queue used for service database */
287 BUFFER_Q multi_rsp_q;
353 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */
371 BUFFER_Q pending_ind_q;
489 BUFFER_Q sign_op_queue;
500 BUFFER_Q srv_chg_clt_q; /* service change clients queue */
501 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */
  /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 288 BUFFER_Q conn_pending_q;

Completed in 130 milliseconds

1 2