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

  /art/runtime/interpreter/
interpreter_common.h 358 Object* ref_value = shadow_frame.GetVRegReference(i); local
360 if (ref_value != NULL) {
361 if (ref_value->GetClass()->IsStringClass() &&
362 ref_value->AsString()->GetCharArray() != NULL) {
363 oss << "/java.lang.String \"" << ref_value->AsString()->ToModifiedUtf8() << "\"";
365 oss << "/" << PrettyTypeOf(ref_value);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c 104 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);
    [all...]
btm_ble_batchscan.c 72 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)
135 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value;
320 tBTM_BLE_REF_VALUE ref_value = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 303 ubyte ref_value[2]; member in struct:r600_stencil_ref
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 303 ubyte ref_value[2]; member in struct:r600_stencil_ref
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 609 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5144
620 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5145
626 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5146
633 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5147
639 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5148
704 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5155
712 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5156
723 tBTA_DM_BLE_REF_VALUE ref_value; member in struct:__anon5157
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 475 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:__anon6115
517 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member in struct:__anon6116
538 tBTM_BLE_REF_VALUE ref_value; member in struct:__anon6117
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_MAX] member in struct:__anon6127
773 tBTM_BLE_REF_VALUE ref_value; member in struct:__anon6132
    [all...]

Completed in 810 milliseconds