Searched refs:pred_remote_ts (Results 1 – 1 of 1) sorted by relevance
371 uint64_t pred_remote_ts = mach_bridge_compute_timestamp(curr_local_ts, &bt_params_snapshot); in bt_calibration_thread() local374 if (pred_remote_ts > curr_remote_ts) { in bt_calibration_thread()375 diff = pred_remote_ts - curr_remote_ts; in bt_calibration_thread()377 diff = curr_remote_ts - pred_remote_ts; in bt_calibration_thread()382 curr_remote_ts, pred_remote_ts, ts_pair_mismatch); in bt_calibration_thread()