HomeSort by relevance Sort by last modified time
    Searched defs:p_data (Results 26 - 50 of 63) sorted by null

12 3

  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 67 void *p_data[MM_JPEG_CIRQ_SIZE]; member in union:__anon33268::__anon33269
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 248 UINT8 *p_data = NULL; local
260 p_data = p_msg->vendor.p_vendor_data;
266 p_data = p_msg->pass.p_pass_data;
278 if (p_data != NULL)
280 memcpy((UINT8 *)(p_buf + 1), p_data, data_len);
366 static tBTA_AV_CODE bta_av_group_navi_supported(UINT8 len, UINT8 *p_data, BOOLEAN is_inquiry)
369 UINT8 *p_ptr = p_data;
481 void bta_av_rc_opened(tBTA_AV_CB *p_cb, tBTA_AV_DATA *p_data)
496 if(p_scb && bdcmp(p_scb->peer_addr, p_data->rc_conn_chg.peer_addr) == 0)
498 p_scb->rc_handle = p_data->rc_conn_chg.handle
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 772 tBTA_HH *p_data = (tBTA_HH *)p_param; local
783 BTIF_TRACE_DEBUG2("%s: BTA_HH_ENABLE_EVT: status =%d",__FUNCTION__, p_data->status);
784 if (p_data->status == BTA_HH_OK) {
792 BTIF_TRACE_WARNING1("BTA_HH_ENABLE_EVT: Error, HH enabling failed, status = %d", p_data->status);
798 if (p_data->status == BTA_HH_OK) {
807 BTIF_TRACE_WARNING1("BTA_HH_DISABLE_EVT: Error, HH disabling failed, status = %d", p_data->status);
811 BTIF_TRACE_WARNING3("%s: BTA_HH_OPN_EVT: handle=%d, status =%d",__FUNCTION__, p_data->conn.handle, p_data->conn.status);
812 if (p_data->conn.status == BTA_HH_OK) {
813 p_dev = btif_hh_find_connected_dev_by_handle(p_data->conn.handle)
1181 tBTA_HH p_data; local
    [all...]
btif_gatt_client.c 218 static void btapp_gattc_free_req_data(UINT16 event, tBTA_GATTC *p_data)
224 if (p_data != NULL && p_data->read.p_value != NULL)
226 if (get_uuid16 (&p_data->read.descr_type.uuid) != GATT_UUID_CHAR_AGG_FORMAT
227 && p_data->read.p_value->unformat.len > 0
228 && p_data->read.p_value->unformat.p_value != NULL)
230 GKI_freebuf(p_data->read.p_value->unformat.p_value);
232 GKI_freebuf(p_data->read.p_value);
322 tBTA_GATTC *p_data = (tBTA_GATTC*)p_param; local
328 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid)
    [all...]
btif_dm.c 1096 tBTA_DM_SEARCH *p_data = (tBTA_DM_SEARCH*)p_param; local
1225 tBTA_DM_SEARCH *p_data = (tBTA_DM_SEARCH*)p_param; local
1278 tBTA_DM_SEC *p_data = (tBTA_DM_SEC*)p_param; local
    [all...]
btif_hl.c 104 static void btif_hl_ctrl_cback(tBTA_HL_CTRL_EVT event, tBTA_HL_CTRL *p_data);
107 static void btif_hl_cback(tBTA_HL_EVT event, tBTA_HL *p_data);
3316 btif_hl_app_data_t *p_data; local
3340 btif_hl_evt_cb_t *p_data = (btif_hl_evt_cb_t *)p_param; local
3433 tBTA_HL *p_data = (tBTA_HL *)p_param; local
3934 tBTA_HL_CTRL *p_data = (tBTA_HL_CTRL *) p_param; local
4262 tBTA_HL_MDEP_DATA_TYPE_CFG *p_data; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 88 UINT8 *p_data; member in struct:__anon3857
99 typedef void (tSDP_DISC_RES_CB) (UINT16 event, tSDP_DATA *p_data);
462 ** Otherwise, the offset (0 or 1) to start of data in p_data.
464 ** The size of data copied into p_data is in *p_data_len.
467 SDP_API extern INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len);
avdt_api.h 315 UINT8 *p_data; /* Pointer to security data */ member in struct:__anon3594
359 tAVDT_CTRL *p_data);
385 tAVDT_REPORT_DATA *p_data);
    [all...]
  /external/grub/netboot/
sk_g16.c 452 static struct priv p_data; variable in typeref:struct:priv
750 nic->priv_data = &p_data;
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 139 UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data)
157 if ((p_data == NULL) && /* called because credit from NFCC */
174 if (p_data)
177 GKI_enqueue (&p_cb->tx_q, p_data);
181 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
184 while (p_data && (p_data->len > 0) && (p_cb->num_buff > 0))
186 if (p_data->len <= buffer_size)
189 ulen = (UINT8)(p_data->len);
201 p = p_data;
985 void *p_data; local
1025 UINT8 data_len, ulen, tag, *p_data; local
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 207 ** p_data: Event data.
231 memcpy (sReadData, eventData->ndef_data.p_data, eventData->ndef_data.len);
365 UINT8* p_data = const_cast<UINT8*>(reinterpret_cast<const UINT8*>(&bytes[0])); // TODO: const-ness API bug in NFA_RwWriteNDef! local
393 status = NFA_RwWriteNDef (p_data, bytes.size());
406 status = NFA_RwWriteNDef (p_data, bytes.size());
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 115 BT_HDR *p_data; member in struct:__anon2983
141 BT_HDR *p_data; member in struct:__anon2986
338 tBTA_HH_DATA *p_data);
341 extern void bta_hh_api_disc_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data);
342 extern void bta_hh_open_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data);
343 extern void bta_hh_close_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data);
344 extern void bta_hh_data_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA * p_data);
345 extern void bta_hh_ctrl_dat_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA * p_data);
346 extern void bta_hh_start_sdp(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data);
347 extern void bta_hh_sdp_cmpl(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data);
    [all...]
bta_hh_le.c 68 static void bta_hh_gattc_callback(tBTA_GATTC_EVT event, tBTA_GATTC *p_data);
679 tBTA_GATTC_READ *p_data)
684 if (p_data->status == BTA_GATT_OK &&
685 p_data->p_value && p_data->p_value->unformat.len == 2)
687 pp = p_data->p_value->unformat.p_value;
717 tBTA_GATTC_READ *p_data)
723 if (p_data->status == BTA_GATT_OK &&
724 p_data->p_value && p_data->p_value->unformat.len == 2
1293 tBTA_GATTC_OPEN *p_data = &p_buf->le_open; local
1827 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; local
1888 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; local
1923 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; local
1974 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; local
2026 tBTA_GATTC_WRITE *p_data = (tBTA_GATTC_WRITE *)p_buf; local
2056 tBTA_GATTC_WRITE *p_data = (tBTA_GATTC_WRITE *)p_buf; local
2114 tBTA_GATTC_WRITE *p_data = (tBTA_GATTC_WRITE *)p_buf; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 782 tBTM_CHANGE_KEY_CMPL *p_data; local
793 p_data = &btm_cb.devcb.chg_link_key_ref_data;
795 p_data->hci_status = status;
828 (*btm_cb.devcb.p_chg_link_key_cb)((void *)p_data);
833 handle, p_data->hci_status);
2172 tBTM_ROLE_SWITCH_CMPL *p_data = &btm_cb.devcb.switch_role_ref_data; local
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 1434 UINT8 *p_data = NULL; local
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 219 typedef void (*tMCA_CCB_ACTION)(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
242 BT_HDR *p_data; /* data packet held due to L2CAP channel congestion */ member in struct:__anon3947
252 typedef void (*tMCA_DCB_ACTION)(tMCA_DCB *p_ccb, tMCA_DCB_EVT *p_data);
264 extern void mca_ccb_event(tMCA_CCB *p_ccb, UINT8 event, tMCA_CCB_EVT *p_data);
267 extern void mca_ccb_rsp_tout(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
268 extern void mca_ccb_dealloc(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
274 extern void mca_ccb_report_event(tMCA_CCB *p_ccb, UINT8 event, tMCA_CTRL *p_data);
275 extern void mca_ccb_free_msg(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
276 extern void mca_ccb_snd_req(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
277 extern void mca_ccb_snd_rsp(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 61 extern void RFCOMM_TestReq (UINT8 *p_data, UINT16 len);
102 UINT8 *p_data; member in struct:__anon3955::__anon3956::__anon3958
261 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_sabme_fcs[cr][dlci]
262 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_ua_fcs[cr][dlci]
263 #define RFCOMM_DM_FCS(p_data, cr, dlci) rfc_dm_fcs[cr][dlci]
264 #define RFCOMM_DISC_FCS(p_data, cr, dlci) rfc_disc_fcs[cr][dlci]
265 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_uih_fcs[dlci]
271 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data)
272 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 134 UINT8* p_data; member in struct:__anon3981
139 UINT8 *p_data; /* UINT8 type data pointer */ member in union:__anon3982
219 typedef void (*tSMP_ACT)(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
250 extern void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data);
252 extern void smp_proc_sec_request(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
253 extern void smp_send_pair_req(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
254 extern void smp_send_confirm(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
255 extern void smp_send_pair_fail(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
256 extern void smp_send_init(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
257 extern void smp_proc_sec_request(tSMP_CB *p_cb, tSMP_INT_DATA *p_data);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 223 UINT8 *p_data; member in struct:__anon22457
356 BOOLEAN nfa_dta_enable (tNFA_DTA_MSG *p_data);
357 BOOLEAN nfa_dta_disable (tNFA_DTA_MSG *p_data);
358 BOOLEAN nfa_dta_config (tNFA_DTA_MSG *p_data);
359 BOOLEAN nfa_dta_start (tNFA_DTA_MSG *p_data);
360 BOOLEAN nfa_dta_handle_deact (tNFA_DTA_MSG *p_data);
361 BOOLEAN nfa_dta_stop (tNFA_DTA_MSG *p_data);
362 BOOLEAN nfa_dta_run_test (tNFA_DTA_MSG *p_data);
374 void nfa_dta_nfcdep_proc_data (tNFC_CONN_EVT event, tNFC_CONN *p_data);
384 void nfa_dta_t1t_rw_cback (UINT8 event, tRW_DATA *p_data);
    [all...]
nfa_rw_int.h 125 UINT8 *p_data; member in struct:__anon22536
131 BT_HDR *p_data; member in struct:__anon22537
202 UINT8 *p_data; member in struct:__anon22546
328 typedef BOOLEAN (*tNFA_RW_ACTION) (tNFA_RW_MSG *p_data);
334 extern BOOLEAN nfa_rw_handle_op_req (tNFA_RW_MSG *p_data);
335 extern BOOLEAN nfa_rw_activate_ntf (tNFA_RW_MSG *p_data);
336 extern BOOLEAN nfa_rw_deactivate_ntf (tNFA_RW_MSG *p_data);
337 extern BOOLEAN nfa_rw_presence_check_tick (tNFA_RW_MSG *p_data);
  /external/libnfc-nci/src/nfc/include/
rw_api.h 189 BT_HDR *p_data; member in struct:__anon22647
210 BT_HDR *p_data; /* block data of security status */ member in struct:__anon22650
235 BT_HDR *p_data; member in struct:__anon22653
255 typedef void (tRW_CBACK) (tRW_EVENT event, tRW_DATA *p_data);
712 NFC_API extern tNFC_STATUS RW_T3tUpdateNDef (UINT32 len, UINT8 *p_data);
757 NFC_API extern tNFC_STATUS RW_T3tUpdate (UINT8 num_blocks, tT3T_BLOCK_DESC *t3t_blocks, UINT8 *p_data);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 326 UINT8 *p_data; member in struct:__anon3091
335 UINT8 *p_data; member in struct:__anon3092
370 UINT8 *p_data; member in struct:__anon3096
382 UINT8 *p_data; member in struct:__anon3097
395 UINT8 *p_data; member in struct:__anon3098
406 UINT8 *p_data; member in struct:__anon3099
466 typedef void (tBTA_AV_CBACK)(tBTA_AV_EVT event, tBTA_AV *p_data);
469 typedef void (*tBTA_AV_ACT)(void *p_cb, void *p_data);
472 typedef void (tBTA_AV_REG) (tAVDT_CS *p_cs, char *p_service_name, void *p_data);
650 BTA_API void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len)
    [all...]
bta_jv_api.h 291 UINT8 *p_data; /* This points the same location as the p_data member in struct:__anon3230
302 UINT8 *p_data; /* This points the same location as the p_data member in struct:__anon3231
380 UINT8 *p_data; /* This points the same location as the p_data member in struct:__anon3240
449 typedef void (tBTA_JV_DM_CBACK)(tBTA_JV_EVT event, tBTA_JV *p_data, void * user_data);
452 typedef void* (tBTA_JV_RFCOMM_CBACK)(tBTA_JV_EVT event, tBTA_JV *p_data, void *user_data);
455 typedef void (tBTA_JV_L2CAP_CBACK)(tBTA_JV_EVT event, tBTA_JV *p_data);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 267 UINT8* p_data; member in struct:__anon3274
278 UINT8 *p_data; member in struct:__anon3275
313 UINT8 *p_data; member in struct:__anon3278
342 UINT8 *p_data; member in struct:__anon3281
478 extern void bta_jv_enable (tBTA_JV_MSG *p_data);
479 extern void bta_jv_disable (tBTA_JV_MSG *p_data);
480 extern void bta_jv_set_discoverability (tBTA_JV_MSG *p_data);
481 extern void bta_jv_get_local_device_addr (tBTA_JV_MSG *p_data);
482 extern void bta_jv_get_local_device_name (tBTA_JV_MSG *p_data);
483 extern void bta_jv_get_remote_device_name (tBTA_JV_MSG *p_data);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 421 BT_HDR *p_data; member in struct:__anon3573
555 extern BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);
610 UINT16 len, UINT8 *p_data);
643 UINT16 len, UINT16 offset, UINT8 *p_data);
645 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data);
655 UINT16 len, UINT8 *p_data);
675 extern tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code,UINT16 handle, UINT16 offset, UINT8 *p_data,

Completed in 1211 milliseconds

12 3