HomeSort by relevance Sort by last modified time
    Searched refs:p_ret (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c 535 void *p_ret = NULL; local
548 p_ret = memblk;
553 p_ret = memblk;
565 p_ret = p_from_malloc;
571 return p_ret;
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 345 tBTA_AV_SCB *p_ret = NULL; local
379 p_ret = (tBTA_AV_SCB *)GKI_getbuf(sizeof(tBTA_AV_SCB));
380 if(p_ret)
382 memset(p_ret, 0, sizeof(tBTA_AV_SCB));
383 p_ret->rc_handle = BTA_AV_RC_HANDLE_NONE;
384 p_ret->chnl = chnl;
385 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
386 p_ret->hdi = xx;
387 bta_av_cb.p_scb[xx] = p_ret;
393 return p_ret;
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c 1360 BT_HDR *p_ret; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 762 UINT8 *p_ret = NULL; local
765 p_ret = p_data + NCI_MSG_HDR_SIZE;
766 status = *p_ret;
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 305 tNFA_EE_ECB *p_ret = NULL, *p_ecb; local
319 p_ret = p_ecb;
329 if (p_ret)
338 return p_ret;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 2023 UINT8 *p_ret = NULL; local
    [all...]

Completed in 225 milliseconds

1 2 3 45