Searched defs:p_ret (Results 1 - 12 of 12) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c394 UINT8 *p_ret = NULL; local
397 p_ret = p_data + NCI_MSG_HDR_SIZE;
398 status = *p_ret;
/external/libnfc-nci/src/nfc/tags/
H A Dtags_int.c123 const tT1T_CMD_RSP_INFO *p_ret = NULL, *p; local
131 p_ret = p;
136 return p_ret;
151 const tT1T_INIT_TAG *p_ret = NULL, *p; local
158 p_ret = p;
163 return p_ret;
178 const tT2T_INIT_TAG *p_ret = NULL, *p; local
189 p_ret = p;
195 return p_ret;
209 const tT2T_CMD_RSP_INFO *p_ret local
[all...]
H A Drw_t1t_ndef.c1797 const tT1T_INIT_TAG *p_ret; local
1810 &&((p_ret = t1t_tag_init_data (p_t1t->hr[0])) != NULL) )
1812 p_t1t->max_ndef_msg_len = ((p_ret->tms +1)* T1T_BLOCK_SIZE) - T1T_OTP_LOCK_RES_BYTES - T1T_UID_LEN - T1T_ADD_LEN - T1T_CC_LEN - T1T_TLV_TYPE_LEN - T1T_SHORT_NDEF_LEN_FIELD_LEN;
1813 if (p_ret->b_dynamic)
2311 const tT1T_INIT_TAG *p_ret; local
2327 if ((p_ret = t1t_tag_init_data (p_t1t->hr[0])) == NULL)
2340 UINT8_TO_BE_STREAM (p, p_ret->tms);
2342 if (p_ret->b_dynamic)
2347 UINT8_TO_BE_STREAM (p, p_ret->lock_tlv[0]);
2348 UINT8_TO_BE_STREAM (p, p_ret
[all...]
H A Drw_t2t_ndef.c919 const tT2T_INIT_TAG *p_ret; local
928 if ((p_ret = t2t_tag_init_data (p_t2t->tag_hdr[0], FALSE, 0)) != NULL)
929 bytes_locked_per_lock_bit = p_ret->default_lock_blpb;
1474 const tT2T_INIT_TAG *p_ret; local
1484 if ( ((p_ret = t2t_tag_init_data (p_t2t->tag_hdr[0], FALSE, 0)) != NULL)
1485 &&(p_ret->b_otp) )
1961 const tT2T_INIT_TAG *p_ret; local
1983 if ((p_ret = t2t_tag_init_data (p_t2t->tag_hdr[0], TRUE, version_no)) != NULL)
1986 if (p_ret->b_calc_cc)
1992 tms = p_ret
2678 const tT2T_INIT_TAG *p_ret; local
3070 const tT2T_INIT_TAG *p_ret; local
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_sbc.c32 UINT32 *p_ret);
123 ** The number of bytes used in p_src (in *p_ret)
128 UINT32 *p_ret)
137 return (*bta_av_sbc_ups_cb.p_act)(p_src, p_dst, src, dst, p_ret);
141 *p_ret = 0;
160 ** The number of bytes used in p_src (in *p_ret)
165 UINT32 *p_ret)
205 *p_ret = ((char *)p_src_tmp - (char *)p_src);
223 ** The number of bytes used in p_src (in *p_ret)
228 UINT32 *p_ret)
126 bta_av_sbc_up_sample(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
163 bta_av_sbc_up_sample_16s(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
226 bta_av_sbc_up_sample_16m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
291 bta_av_sbc_up_sample_8s(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
360 bta_av_sbc_up_sample_8m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
[all...]
H A Dbta_av_main.c337 tBTA_AV_SCB *p_ret = NULL; local
371 p_ret = (tBTA_AV_SCB *)GKI_getbuf(sizeof(tBTA_AV_SCB));
372 if(p_ret)
374 memset(p_ret, 0, sizeof(tBTA_AV_SCB));
375 p_ret->rc_handle = BTA_AV_RC_HANDLE_NONE;
376 p_ret->chnl = chnl;
377 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
378 p_ret->hdi = xx;
379 bta_av_cb.p_scb[xx] = p_ret;
385 return p_ret;
[all...]
/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb_act.c56 BT_HDR *p_ret; local
68 p_ret = NULL;
80 p_ret = p_buf;
102 p_ret = NULL;
112 p_ret = NULL;
130 p_ret = NULL;
143 p_ret = p_lcb->p_rx_msg;
150 p_ret = NULL;
156 return p_ret;
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c372 tNFA_EE_ECB *p_ret = NULL, *p_cb; local
377 p_ret = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH];
386 p_ret = p_cb;
392 return p_ret;
407 tNFA_EE_ECB *p_ret = NULL, *p_cb; local
415 p_ret = p_cb;
420 return p_ret;
H A Dnfa_ee_act.c156 tNFA_EE_ECB *p_ret = NULL, *p_ecb; local
170 p_ret = p_ecb;
180 if (p_ret)
189 return p_ret;
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_msg.c1350 BT_HDR *p_ret; local
1362 p_ret = NULL;
1374 p_ret = p_buf;
1396 p_ret = NULL;
1406 p_ret = NULL;
1424 p_ret = NULL;
1436 p_ret = p_ccb->p_rx_msg;
1443 p_ret = NULL;
1449 return p_ret;
/external/libvpx/vpx_mem/
H A Dvpx_mem.c584 void *p_ret = NULL; local
601 p_ret = memblk;
609 p_ret = memblk;
624 p_ret = p_from_malloc;
630 return p_ret;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c1825 UINT8 *p_ret = NULL; local
1835 p_ret = p; /* the location for bd_addr */
1849 p_ret = p;
1871 return p_ret;

Completed in 667 milliseconds