HomeSort by relevance Sort by last modified time
    Searched defs:ref_value (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/btm/
btm_ble_batchscan.c 73 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value);
84 adv_data.client_if = (UINT8)ble_advtrack_cb.ref_value;
142 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
146 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
147 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
150 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
175 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value;
361 tBTM_BLE_REF_VALUE ref_value = 0; local
    [all...]
btm_ble_adv_filter.c 117 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref;
146 *p_ref = btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.pending_idx];
154 BTM_TRACE_DEBUG("btm_ble_advfilt_deq_op_q: ocf:%d, action:%d, ref_value:%d, cb_evt:%x",
263 tBTM_BLE_REF_VALUE ref_value = 0; local
271 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback,
276 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback,
289 ocf, op_subcode, action, evt_len, ref_value, status);
295 btm_ble_adv_filt_cb.p_filt_stat_cback(action, status, ref_value);
297 ocf, action, status, ref_value);
305 ocf, op_subcode, action, status, ref_value);
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 998 Object* ref_value = shadow_frame.GetVRegReference(i); local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 240 float ref_value; /**< reference value */ member in struct:pipe_alpha_state
286 ubyte ref_value[2]; member in struct:pipe_stencil_ref
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 303 ubyte ref_value[2]; member in struct:r600_stencil_ref
  /system/bt/bta/dm/
bta_dm_int.h 555 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73239
566 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73240
572 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73241
579 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73242
585 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73243
633 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73248
641 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73249
652 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon73250
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 531 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value);
532 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
535 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status);
565 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX]; member in struct:__anon74227
573 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member in struct:__anon74228
594 tBTM_BLE_REF_VALUE ref_value; member in struct:__anon74229
693 tBTM_BLE_REF_VALUE ref_value);
699 tBTM_BLE_REF_VALUE ref_value);
704 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status);
761 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_PF_TYPE_MAX] member in struct:__anon74239
841 tBTM_BLE_REF_VALUE ref_value; member in struct:__anon74244
    [all...]

Completed in 637 milliseconds