Home
last modified time | relevance | path

Searched refs:mach_bridge_compute_timestamp (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dremote_time.c371 uint64_t pred_remote_ts = mach_bridge_compute_timestamp(curr_local_ts, &bt_params_snapshot); in bt_calibration_thread()
430 …bt_params.base_remote_ts = mach_bridge_compute_timestamp(bt_params.base_local_ts, &bt_params_snaps… in bt_calibration_thread()
521 remote_timestamp = mach_bridge_compute_timestamp(local_timestamp_ns, params); in mach_bridge_remote_time()
525 remote_timestamp = mach_bridge_compute_timestamp(local_timestamp, &params); in mach_bridge_remote_time()
H A Dremote_time.h46 mach_bridge_compute_timestamp(uint64_t local_ts_ns, struct bt_params *params) in mach_bridge_compute_timestamp() function
/xnu-8019.80.24/libsyscall/wrappers/
H A Dmach_bridge_remote_time.c85 remote_time = mach_bridge_compute_timestamp(local_time_ns, &params); in mach_bridge_remote_time()