HomeSort by relevance Sort by last modified time
    Searched refs:p_buf (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 135 BT_HDR *p_buf; local
155 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
157 p_buf->event = BTA_AG_SCO_OPEN_EVT;
158 p_buf->layer_specific = handle;
159 bta_sys_sendmsg(p_buf);
183 BT_HDR *p_buf; local
232 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
234 p_buf->event = BTA_AG_SCO_CLOSE_EVT;
235 p_buf->layer_specific = handle;
236 bta_sys_sendmsg(p_buf);
667 BT_HDR *p_buf; local
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 201 void *p_buf; local
205 while ((p_buf = GKI_dequeue(&p_mcb->cmd_q)) != NULL)
206 GKI_freebuf(p_buf);
458 void rfc_check_send_cmd(tRFC_MCB *p_mcb, BT_HDR *p_buf)
463 if (p_buf != NULL)
465 GKI_enqueue(&p_mcb->cmd_q, p_buf);
port_utils.c 209 BT_HDR *p_buf; local
216 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->rx.queue)) != NULL)
217 GKI_freebuf (p_buf);
221 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->tx.queue)) != NULL)
222 GKI_freebuf (p_buf);
  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 567 UINT8 *p_buf, UINT16 buf_len);
580 UINT8 *p_buf, UINT16 buf_len);
bnep_api.h 119 BT_HDR *p_buf,
323 ** p_buf - pointer to address of buffer with data
338 BT_HDR *p_buf,
pan_api.h 144 BT_HDR *p_buf,
371 ** p_buf - pointer to the data buffer
383 BT_HDR *p_buf,
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 45 void avdt_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf);
509 void avdt_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf)
516 avdt_ad_tc_data_ind(p_tbl, p_buf);
519 GKI_freebuf(p_buf);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 254 void nfc_ncif_check_cmd_queue (BT_HDR *p_buf)
259 if (p_buf)
263 GKI_enqueue (&nfc_cb.nci_cmd_xmit_q, p_buf);
264 p_buf = NULL;
272 if (!p_buf)
273 p_buf = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q);
275 if (p_buf)
278 ps = (UINT8 *)(p_buf + 1) + p_buf->offset;
281 if (p_buf->layer_specific == NFC_WAIT_RSP_VSC
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 315 ** p_buf - the buffer pointer
323 UINT16 buf_size, UINT8 *p_buf, UINT16 evt)
338 memcpy(p_buf, p_dcb->p_tx_pkt, p_dcb->tx_size);
419 ** p_buf - the buffer pointer
427 UINT16 buf_size, UINT8 *p_buf, UINT16 evt)
bta_av_co.c 753 BT_HDR *p_buf; local
756 p_buf = btif_media_aa_readbuf();
757 if (p_buf != NULL)
763 * p_buf->layer_specific : number of SBC frames in the packet
764 * p_buf->word[0] : timestamp
767 *p_timestamp = *((UINT32 *) (p_buf + 1));
770 bta_av_sbc_bld_hdr(p_buf, p_buf->layer_specific);
783 p_buf->len++;
784 p_buf->offset--
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 628 ** boundary. The 'p_buf' is not intended to be used here
634 static int dealloc(TRANSAC transac, char *p_buf)
653 ** boundary. The 'p_buf' and 'len' parameters are not intended
660 static int data_ind(TRANSAC transac, char *p_buf, int len)
686 ** boundary. The 'p_buf' is not intended to be used here
692 static int tx_result(TRANSAC transac, char *p_buf, \
  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 222 extern void bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
224 extern void test_bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
228 extern void bnepu_check_send_packet (tBNEP_CONN *p_bcb, BT_HDR *p_buf);
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 222 void nfc_ncif_send (BT_HDR *p_buf, BOOLEAN is_cmd);
228 NFC_API extern void nfc_ncif_check_cmd_queue (BT_HDR *p_buf);
229 NFC_API extern void nfc_ncif_send_cmd (BT_HDR *p_buf);
ce_int.h 54 UINT8 *p_buf; /* Current contents for READs */ member in struct:__anon10605
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 821 BT_HDR *p_buf; local
867 if((p_buf = (BT_HDR *)GKI_getpoolbuf (pool_id)) == NULL)
870 p_buf->offset = L2CAP_MIN_OFFSET;
878 if((p_buf = (BT_HDR *)GKI_getpoolbuf (pool_id)) == NULL)
881 p_buf->offset = L2CAP_MIN_OFFSET;
888 p_buf = buf ;
889 p_buf->offset -= 1;
895 p_out = (UINT8 *)(p_buf + 1) + p_buf->offset;
922 p_buf->len = bytes_copied + 1 + use_data
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 247 tBTA_AV_RC_MSG *p_buf; local
271 if ((p_buf = (tBTA_AV_RC_MSG *) GKI_getbuf((UINT16) (sizeof(tBTA_AV_RC_MSG) + data_len))) != NULL)
273 p_buf->hdr.event = BTA_AV_AVRC_MSG_EVT;
274 p_buf->handle = handle;
275 p_buf->label = label;
276 p_buf->opcode = opcode;
277 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG));
280 memcpy((UINT8 *)(p_buf + 1), p_data, data_len);
281 *p_p_data = (UINT8 *)(p_buf + 1);
283 bta_sys_sendmsg(p_buf);
1553 tBTA_AV_API_OPEN *p_buf; local
1953 BT_HDR *p_buf; local
    [all...]
bta_av_aact.c 661 tBTA_AV_API_OPEN *p_buf = &p_scb->q_info.open; local
697 p_buf->switch_res = switch_res;
698 bta_av_do_disc_a2d(p_scb, (tBTA_AV_DATA *)p_buf);
1805 BT_HDR *p_buf; local
1967 BT_HDR *p_buf; local
2810 tBTA_AV_API_OPEN *p_buf; local
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 317 BT_HDR *p_buf; local
324 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL)
329 p_buf->offset = L2CAP_MIN_OFFSET;
330 p_rsp = p_rsp_start = (UINT8 *)(p_buf + 1) + L2CAP_MIN_OFFSET;
350 p_buf->len = p_rsp - p_rsp_start;
354 L2CA_DataWrite (p_ccb->connection_id, p_buf);
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 314 extern void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf);
320 extern void mca_free_buf(void **p_buf);
336 extern void mca_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf);
mca_l2c.c 535 void mca_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf)
542 mca_tc_data_ind(p_tbl, p_buf);
545 GKI_freebuf(p_buf);
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 456 void nfc_hal_nci_send_cmd (NFC_HDR *p_buf);
497 void DispHciCmd (BT_HDR *p_buf);
498 void DispHciEvt (BT_HDR *p_buf);
  /external/bluetooth/bluedroid/stack/pan/
pan_int.h 129 BT_HDR *p_buf,
  /external/libnfc-nci/src/nfc/include/
ce_api.h 103 UINT8 *p_buf,
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 62 tBTA_JV_API_ENABLE *p_buf; local
80 if (p_cback && (p_buf = (tBTA_JV_API_ENABLE *) GKI_getbuf(sizeof(tBTA_JV_API_ENABLE))) != NULL)
82 p_buf->hdr.event = BTA_JV_API_ENABLE_EVT;
83 p_buf->p_cback = p_cback;
84 bta_sys_sendmsg(p_buf);
106 BT_HDR *p_buf; local
110 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
112 p_buf->event = BTA_JV_API_DISABLE_EVT;
113 bta_sys_sendmsg(p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c     [all...]

Completed in 6383 milliseconds

1 2 3 45 6 7