HomeSort by relevance Sort by last modified time
    Searched refs:p_ref (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 271 uint8 *p_ref, *tmp; local
281 p_ref = in;
287 p_ref -= 2;
291 tmp = p_ref + blkwidth;
292 r0 = p_ref[0];
293 r1 = p_ref[2];
295 r1 = p_ref[1];
296 r2 = p_ref[3];
298 while (p_ref < tmp)
300 r2 = *(p_ref += 4); /* move pointer to e *
561 int *p_ref, *tmp; local
720 uint8 *p_ref, *tmp; local
784 uint8 *p_cur, *p_ref, *tmp; local
1087 uint8 *p_ref, *tmp; local
1152 int *p_ref, *tmp; local
1312 uint8 *p_cur, *p_ref, *p_tmp8, *tmp; local
    [all...]
  /system/bt/stack/btm/
btm_ble_multi_adv.c 182 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status);
498 (p_inst->p_cback)(BTM_BLE_MULTI_ADV_DISABLE_EVT,p_inst->inst_id,p_inst->p_ref,0);
540 ** p_ref: reference data attach to the adv instance to be enabled.
546 tBTM_BLE_MULTI_ADV_CBACK *p_cback,void *p_ref)
587 p_inst->p_ref = p_ref;
884 return p_inst->p_ref;
btm_ble_batchscan.c 293 UINT8 *p_cb_evt, tBTM_BLE_REF_VALUE *p_ref)
298 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx];
    [all...]
btm_ble_adv_filter.c 140 tBTM_BLE_REF_VALUE *p_ref, tBTM_BLE_PF_CFG_CBACK ** p_cmpl_cback,
146 *p_ref = btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.pending_idx];
155 *p_ocf,*p_action, *p_ref, *p_cb_evt);
    [all...]
  /external/libchrome/base/process/
process_metrics_linux.cc 35 StringPairs& p_ref = *pairs; local
36 for (size_t i = 0; i < p_ref.size(); ++i) {
37 TrimWhitespaceASCII(p_ref[i].first, TRIM_ALL, &p_ref[i].first);
38 TrimWhitespaceASCII(p_ref[i].second, TRIM_ALL, &p_ref[i].second);
  /system/bt/bta/dm/
bta_dm_act.c 4854 void *p_ref = NULL; local
4883 void *p_ref = NULL; local
4914 void *p_ref = NULL; local
    [all...]
bta_dm_api.c     [all...]
bta_dm_int.h 512 void *p_ref; member in struct:__anon71706
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 502 void *p_ref, tBTM_STATUS status);
512 void *p_ref; member in struct:__anon72693
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/btif/src/
btif_gatt_client.c 820 void *p_ref, tBTA_STATUS call_status)
826 if (NULL == p_ref)
828 BTIF_TRACE_WARNING("%s Invalid p_ref received",__FUNCTION__);
832 client_if = *(UINT8 *) p_ref;
    [all...]

Completed in 310 milliseconds