Searched refs:sync_packet (Results 1 – 2 of 2) sorted by relevance
38 int sync_packet; member
3895 protozero::HeapBuffered<protos::pbzero::TracePacket> sync_packet; in MaybeEmitRemoteClockSync() local3896 sync_packet->set_machine_id(machine_id); in MaybeEmitRemoteClockSync()3897 sync_packet->set_trusted_uid(static_cast<int32_t>(uid_)); in MaybeEmitRemoteClockSync()3898 auto* remote_clock_sync = sync_packet->set_remote_clock_sync(); in MaybeEmitRemoteClockSync()3917 SerializeAndAppendPacket(packets, sync_packet.SerializeAsArray()); in MaybeEmitRemoteClockSync()