Searched refs:remote_timestamp (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | remote_time.c | 108 void mach_bridge_add_timestamp(uint64_t remote_timestamp, uint64_t local_timestamp); 194 mach_bridge_add_timestamp(uint64_t remote_timestamp, uint64_t local_timestamp) in mach_bridge_add_timestamp() argument 200 (received_remote_timestamp == remote_timestamp)) { in mach_bridge_add_timestamp() 205 received_remote_timestamp = remote_timestamp; in mach_bridge_add_timestamp() 509 uint64_t remote_timestamp = 0; in mach_bridge_remote_time() 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, ¶ms); in mach_bridge_remote_time() 528 …KDBG(MACHDBG_CODE(DBG_MACH_CLOCK, MACH_BRIDGE_REMOTE_TIME), local_timestamp, remote_timestamp, now… in mach_bridge_remote_time() 530 return remote_timestamp; in mach_bridge_remote_time()
|
| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | machine_remote_time.c | 41 extern void mach_bridge_add_timestamp(uint64_t remote_timestamp, uint64_t local_timestamp); 88 mach_bridge_set_params(uint64_t local_timestamp, uint64_t remote_timestamp, double rate) in mach_bridge_set_params() argument 98 params.base_remote_ts = remote_timestamp; in mach_bridge_set_params()
|
| H A D | machine_remote_time.h | 37 void mach_bridge_set_params(uint64_t local_timestamp, uint64_t remote_timestamp, double rate);
|