Searched refs:ref_value (Results 1 - 25 of 67) sorted by relevance

123

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c72 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value);
86 ble_advtrack_cb.ref_value);
102 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
106 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
107 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
110 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
125 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) argument
135 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value;
101 btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state, UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
275 btm_ble_read_batchscan_reports(tBTM_BLE_BATCH_SCAN_MODE scan_mode, tBTM_BLE_REF_VALUE ref_value) argument
320 tBTM_BLE_REF_VALUE ref_value = 0; local
602 BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, UINT8 batch_scan_notify_threshold, tBTM_BLE_SCAN_SETUP_CBACK *p_setup_cback, tBTM_BLE_SCAN_THRESHOLD_CBACK *p_thres_cback, tBTM_BLE_SCAN_REP_CBACK* p_rep_cback, tBTM_BLE_REF_VALUE ref_value) argument
680 BTM_BleEnableBatchScan(tBTM_BLE_BATCH_SCAN_MODE scan_mode, UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type, tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value) argument
757 BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value) argument
798 BTM_BleReadScanReports(tBTM_BLE_BATCH_SCAN_MODE scan_mode, tBTM_BLE_REF_VALUE ref_value) argument
862 BTM_BleTrackAdvertiser(tBTM_BLE_TRACK_ADV_CBACK *p_track_cback, tBTM_BLE_REF_VALUE ref_value) argument
[all...]
H A Dbtm_ble_adv_filter.c104 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref;
133 *p_ref = btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.pending_idx];
141 BTM_TRACE_DEBUG("btm_ble_advfilt_deq_op_q: ocf:%d, action:%d, ref_value:%d, cb_evt:%x",
250 tBTM_BLE_REF_VALUE ref_value = 0; local
257 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback,
262 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback,
275 ocf, op_subcode, action, evt_len, ref_value, status);
281 btm_ble_adv_filt_cb.p_filt_stat_cback(action, status, ref_value);
283 ocf, action, status, ref_value);
291 ocf, op_subcode, action, status, ref_value);
530 btm_ble_update_pf_manu_data(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_data, tBTM_BLE_PF_COND_TYPE cond_type, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
774 btm_ble_update_uuid_filter(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_TYPE filter_type, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
926 btm_ble_clear_scan_pf_filter(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
1039 BTM_BleAdvFilterParamSetup(int action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_FILT_PARAMS *p_filt_params, tBLE_BD_ADDR *p_target, tBTM_BLE_PF_PARAM_CBACK *p_cmpl_cback, tBTM_BLE_REF_VALUE ref_value) argument
1167 BTM_BleEnableDisableFilterFeature(UINT8 enable, tBTM_BLE_PF_STATUS_CBACK *p_stat_cback, tBTM_BLE_REF_VALUE ref_value) argument
1214 BTM_BleCfgFilterCondition(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_COND_TYPE cond_type, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, tBTM_BLE_REF_VALUE ref_value) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_render_stencilref.c51 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]);
64 sr->ref_value_front = r300->stencil_ref.ref_value[0];
81 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1];
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_stencilref.c51 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]);
64 sr->ref_value_front = r300->stencil_ref.ref_value[0];
81 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1];
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_depth.c119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
138 sr.ref_value[1] = sr.ref_value[0];
145 dsa->alpha.ref_value = ctx->Color.AlphaRefUnclamped;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
138 sr.ref_value[1] = sr.ref_value[0];
145 dsa->alpha.ref_value = ctx->Color.AlphaRefUnclamped;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1589 ** ref_value - Ref value
1600 tBTA_DM_BLE_REF_VALUE ref_value)
1611 p_msg->ref_value = ref_value;
1630 ** ref_value - Reference value
1639 tBTA_DM_BLE_REF_VALUE ref_value)
1651 p_msg->ref_value = ref_value;
1662 ** Parameters ref_value - Reference value
1667 BTA_API extern void BTA_DmBleDisableBatchScan(tBTA_DM_BLE_REF_VALUE ref_value) argument
1594 BTA_DmBleSetStorageParams(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, UINT8 batch_scan_notify_threshold, tBTA_BLE_SCAN_SETUP_CBACK *p_setup_cback, tBTA_BLE_SCAN_THRESHOLD_CBACK *p_thres_cback, tBTA_BLE_SCAN_REP_CBACK* p_rep_cback, tBTA_DM_BLE_REF_VALUE ref_value) argument
1635 BTA_DmBleEnableBatchScan(tBTA_BLE_SCAN_MODE scan_mode, UINT32 scan_interval, UINT32 scan_window, tBTA_BLE_DISCARD_RULE discard_rule, tBLE_ADDR_TYPE addr_type, tBTA_DM_BLE_REF_VALUE ref_value) argument
1692 BTA_DmBleReadScanReports(tBTA_BLE_SCAN_MODE scan_type, tBTA_DM_BLE_REF_VALUE ref_value) argument
1719 BTA_DmBleTrackAdvertiser(tBTA_DM_BLE_REF_VALUE ref_value, tBTA_BLE_TRACK_ADV_CBACK *p_track_adv_cback) argument
2157 BTA_DmBleCfgFilterCondition(tBTA_DM_BLE_SCAN_COND_OP action, tBTA_DM_BLE_PF_COND_TYPE cond_type, tBTA_DM_BLE_PF_FILT_INDEX filt_index, tBTA_DM_BLE_PF_COND_PARAM *p_cond, tBTA_DM_BLE_PF_CFG_CBACK *p_cmpl_cback, tBTA_DM_BLE_REF_VALUE ref_value) argument
2293 BTA_DmBleScanFilterSetup(UINT8 action, tBTA_DM_BLE_PF_FILT_INDEX filt_index, tBTA_DM_BLE_PF_FILT_PARAMS *p_filt_params, tBLE_BD_ADDR *p_target, tBTA_DM_BLE_PF_PARAM_CBACK *p_cmpl_cback, tBTA_DM_BLE_REF_VALUE ref_value) argument
2374 BTA_DmEnableScanFilter(UINT8 action, tBTA_DM_BLE_PF_STATUS_CBACK *p_cmpl_cback, tBTA_DM_BLE_REF_VALUE ref_value) argument
[all...]
H A Dbta_dm_int.h609 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon519
620 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon520
626 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon521
633 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon522
639 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon523
704 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon530
712 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon531
723 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon532
H A Dbta_dm_act.c5432 p_data->ble_set_storage.ref_value);
5436 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_CFG_STRG_EVT, p_data->ble_set_storage.ref_value,
5463 p_data->ble_enable_scan.ref_value);
5467 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_ENABLE_EVT, p_data->ble_enable_scan.ref_value,
5490 btm_status = BTM_BleDisableBatchScan(p_data->ble_disable_scan.ref_value);
5494 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_DISABLE_EVT, p_data->ble_enable_scan.ref_value,
5517 p_data->ble_read_reports.ref_value);
5521 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_READ_REPTS_EVT, p_data->ble_enable_scan.ref_value,
5546 p_data->ble_track_advert.ref_value);
5550 p_data->ble_track_advert.p_track_adv_cback(0, 0, bda, 0, p_data->ble_track_advert.ref_value);
5562 bta_ble_scan_setup_cb(tBTM_BLE_BATCH_SCAN_EVT evt, tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status) argument
5604 bta_ble_scan_cfg_cmpl(tBTM_BLE_PF_ACTION action, tBTM_BLE_SCAN_COND_OP cfg_op, tBTM_BLE_PF_AVBL_SPACE avbl_space, tBTM_STATUS status, tBTM_BLE_REF_VALUE ref_value) argument
5626 bta_ble_status_cmpl(tBTM_BLE_PF_ACTION action, tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h475 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value);
476 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
479 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status);
509 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX]; member in struct:__anon1490
517 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member in struct:__anon1491
538 tBTM_BLE_REF_VALUE ref_value; member in struct:__anon1492
635 tBTM_BLE_REF_VALUE ref_value);
641 tBTM_BLE_REF_VALUE ref_value);
646 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status);
702 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_PF_TYPE_MA member in struct:__anon1502
773 tBTM_BLE_REF_VALUE ref_value; member in struct:__anon1507
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c170 llvmpipe->depth_stencil->alpha.ref_value);
172 llvmpipe->stencil_ref.ref_value);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h240 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/llvmpipe/
H A Dlp_state_derived.c170 llvmpipe->depth_stencil->alpha.ref_value);
172 llvmpipe->stencil_ref.ref_value);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h240 float ref_value; /**< reference value */ member in struct:pipe_alpha_state
286 ubyte ref_value[2]; member in struct:pipe_stencil_ref
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h981 tBTA_DM_BLE_REF_VALUE ref_value);
984 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status);
988 tBTA_DM_BLE_REF_VALUE ref_value);
1141 typedef void (tBTA_BLE_SCAN_THRESHOLD_CBACK)(tBTA_DM_BLE_REF_VALUE ref_value);
1143 typedef void (tBTA_BLE_SCAN_REP_CBACK) (tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,
1148 tBTA_DM_BLE_REF_VALUE ref_value,
1153 tBTA_DM_BLE_REF_VALUE ref_value);
1156 int adv_state, tBTA_DM_BLE_REF_VALUE ref_value);
2449 ** ref_value - Reference value
2460 tBTA_DM_BLE_REF_VALUE ref_value);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_immediate.c133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT;
H A Di915_state_dynamic.c118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_immediate.c133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT;
H A Di915_state_dynamic.c118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c867 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status)
873 btif_scan_track_cb.client_if = ref_value;
875 status, ref_value, evt);
918 static void bta_batch_scan_threshold_cb(tBTA_DM_BLE_REF_VALUE ref_value) argument
922 btif_scan_track_cb.client_if = ref_value;
924 BTIF_TRACE_DEBUG("%s - client_if:%d",__FUNCTION__, ref_value);
930 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, argument
936 BTIF_TRACE_DEBUG("%s - client_if:%d, %d, %d, %d",__FUNCTION__, ref_value, status, num_records,
941 btif_scan_track_cb.client_if = ref_value;
1002 int adv_state, tBTA_DM_BLE_REF_VALUE ref_value)
866 bta_batch_scan_setup_cb(tBTA_BLE_BATCH_SCAN_EVT evt, tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) argument
1001 bta_track_adv_event_cb(int filt_index, tBLE_ADDR_TYPE addr_type, BD_ADDR bda, int adv_state, tBTA_DM_BLE_REF_VALUE ref_value) argument
1028 bta_scan_filt_cfg_cb(tBTA_DM_BLE_PF_ACTION action, tBTA_DM_BLE_SCAN_COND_OP cfg_op, tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_STATUS status, tBTA_DM_BLE_REF_VALUE ref_value) argument
1042 bta_scan_filt_param_setup_cb(UINT8 action_type, tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) argument
1056 bta_scan_filt_status_cb(UINT8 action, tBTA_STATUS status, tBTA_DM_BLE_REF_VALUE ref_value) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c118 ds->alpharef = templ->alpha.ref_value;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c118 ds->alpharef = templ->alpha.ref_value;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state_common.c248 S_028430_STENCILREF(state->ref_value[0]) |
253 S_028434_STENCILREF_BF(state->ref_value[1]) |
274 ref.ref_value[0] = state->ref_value[0];
275 ref.ref_value[1] = state->ref_value[1];
297 ref.ref_value[0] = rctx->stencil_ref.ref_value[0];
298 ref.ref_value[1] = rctx->stencil_ref.ref_value[
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c248 S_028430_STENCILREF(state->ref_value[0]) |
253 S_028434_STENCILREF_BF(state->ref_value[1]) |
274 ref.ref_value[0] = state->ref_value[0];
275 ref.ref_value[1] = state->ref_value[1];
297 ref.ref_value[0] = rctx->stencil_ref.ref_value[0];
298 ref.ref_value[1] = rctx->stencil_ref.ref_value[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c212 PUSH_DATA (push, nv30->stencil_ref.ref_value[0]);
214 PUSH_DATA (push, nv30->stencil_ref.ref_value[1]);

Completed in 395 milliseconds

123