HomeSort by relevance Sort by last modified time
    Searched refs:p_buf (Results 126 - 150 of 184) sorted by null

1 2 3 4 56 7 8

  /external/libnfc-nci/src/nfc/include/
ce_api.h 104 UINT8 *p_buf,
llcp_api.h 405 LLCP_API extern tLLCP_STATUS LLCP_SendUI (UINT8 ssap, UINT8 dsap, BT_HDR *p_buf);
518 BT_HDR *p_buf);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 54 UINT8 *p_buf; /* Current contents for READs */ member in struct:__anon13128
  /system/bt/bta/jv/
bta_jv_api.c 63 tBTA_JV_API_ENABLE *p_buf; local
79 if (p_cback && (p_buf = (tBTA_JV_API_ENABLE *) GKI_getbuf(sizeof(tBTA_JV_API_ENABLE))) != NULL)
81 p_buf->hdr.event = BTA_JV_API_ENABLE_EVT;
82 p_buf->p_cback = p_cback;
83 bta_sys_sendmsg(p_buf);
105 BT_HDR *p_buf; local
109 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
111 p_buf->event = BTA_JV_API_DISABLE_EVT;
112 bta_sys_sendmsg(p_buf);
    [all...]
  /system/bt/stack/include/
btu.h 258 extern void btu_hcif_process_event (UINT8 controller_id, BT_HDR *p_buf);
port_api.h 104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8* p_buf, UINT16 len, int type);
571 ** p_buf - pointer to the buffer with data,
574 extern int PORT_Write (UINT16 handle, BT_HDR *p_buf);
  /system/bt/stack/l2cap/
l2c_csm.c     [all...]
l2c_int.h 593 extern void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb);
    [all...]
  /system/bt/stack/pan/
pan_int.h 128 BT_HDR *p_buf,
  /system/bt/udrv/ulinux/
uipc.c 709 BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf,
718 if (write(uipc_main.ch[ch_id].fd, p_buf, msglen) < 0)
757 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len)
804 n = recv(fd, p_buf+n_read, len-n_read, 0);
  /system/bt/bta/hh/
bta_hh_act.c 1188 tBTA_HH_CBACK_DATA *p_buf = NULL; local
    [all...]
  /system/bt/stack/avct/
avct_int.h 114 BT_HDR *p_buf; member in struct:__anon69296
123 BT_HDR *p_buf; member in union:__anon69297
  /system/bt/stack/avrc/
avrc_api.c 1119 BT_HDR *p_buf; local
1158 BT_HDR *p_buf; local
    [all...]
  /system/bt/stack/rfcomm/
rfc_port_if.c 371 void RFCOMM_DataReq (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf)
373 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_DATA, p_buf); local
rfc_port_fsm.c 46 static void rfc_port_uplink_data (tPORT *p_port, BT_HDR *p_buf);
521 void rfc_port_uplink_data (tPORT *p_port, BT_HDR *p_buf)
523 PORT_DataInd (p_port->rfc.p_mcb, p_port->dlci, p_buf);
812 void rfc_process_test_rsp (tRFC_MCB *p_mcb, BT_HDR *p_buf)
816 GKI_freebuf (p_buf);
rfc_mx_fsm.c 488 BT_HDR *p_buf; local
510 while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->cmd_q)) != NULL)
511 GKI_freebuf(p_buf);
  /system/bt/bta/ag/
bta_ag_main.c 287 BT_HDR *p_buf; local
290 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
292 p_buf->event = p_tle->event;
293 p_buf->layer_specific = bta_ag_scb_to_idx((tBTA_AG_SCB *) p_tle->param);
294 bta_sys_sendmsg(p_buf);
    [all...]
  /system/bt/bta/hl/
bta_hl_sdp.c 147 UINT8 *p_buf; local
151 if ((p_buf = (UINT8 *)GKI_getbuf(BTA_HL_SUP_FEATURE_SDP_BUF_SIZE)) != NULL)
153 offset = bta_hl_compose_supported_feature_list(p_buf, num_elem, p_elem_list);
155 DATA_ELE_SEQ_DESC_TYPE, (UINT32) offset, p_buf);
156 GKI_freebuf(p_buf);
  /system/bt/stack/gatt/
gatt_db.c 1106 BT_HDR *p_buf; local
    [all...]
  /system/bt/stack/btm/
btm_devctl.c 650 void *p_buf; local
656 if ((p_buf = GKI_getbuf((UINT16)(sizeof(BT_HDR) + sizeof (tBTM_CMPL_CB *) +
660 btsnd_hcic_vendor_spec_cmd (p_buf, opcode, param_len, p_param_buf, (void *)p_cb);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 37 mm_jpeg_output_t *p_buf,
55 if (status == JPEG_JOB_STATUS_DONE && p_buf != NULL) {
56 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 184 UINT8 *p_buf; /* Data buffer */ member in struct:__anon12814
  /hardware/intel/common/libwsbm/src/
wsbm_manager.h 90 extern void wsbmBOUnreference(struct _WsbmBufferObject **p_buf);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 37 mm_jpeg_output_t *p_buf,
55 if (status == JPEG_JOB_STATUS_DONE && p_buf != NULL) {
56 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /system/bt/stack/avdt/
avdt_int.h 450 BT_HDR *p_buf; member in struct:__anon69315
453 BUFFER_Q frag_q; /* Queue for outgoing media fragments. p_buf should be 0 */
680 extern void avdt_msg_ind(tAVDT_CCB *p_ccb, BT_HDR *p_buf);
692 extern void avdt_ad_tc_data_ind(tAVDT_TC_TBL *p_tbl, BT_HDR *p_buf);
694 extern UINT8 avdt_ad_write_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, BT_HDR *p_buf);

Completed in 1789 milliseconds

1 2 3 4 56 7 8