• Home
  • Raw
  • Download

Lines Matching refs:packet

627         auto packet = ctx.NewTracePacket();  in tracePredictions()  local
628 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in tracePredictions()
629 packet->set_timestamp(static_cast<uint64_t>(mPredictions.startTime + monoBootOffset)); in tracePredictions()
631 auto* event = packet->set_frame_timeline_event(); in tracePredictions()
646 auto packet = ctx.NewTracePacket(); in tracePredictions() local
647 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in tracePredictions()
648 packet->set_timestamp(static_cast<uint64_t>(mPredictions.endTime + monoBootOffset)); in tracePredictions()
650 auto* event = packet->set_frame_timeline_event(); in tracePredictions()
663 auto packet = ctx.NewTracePacket(); in traceActuals() local
664 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in traceActuals()
673 packet->set_timestamp(static_cast<uint64_t>(timestamp + monoBootOffset)); in traceActuals()
677 packet->set_timestamp(static_cast<uint64_t>(timestamp + monoBootOffset)); in traceActuals()
680 auto* event = packet->set_frame_timeline_event(); in traceActuals()
709 auto packet = ctx.NewTracePacket(); in traceActuals() local
710 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in traceActuals()
712 packet->set_timestamp(static_cast<uint64_t>(mDropTime + monoBootOffset)); in traceActuals()
714 packet->set_timestamp(static_cast<uint64_t>(mActuals.endTime + monoBootOffset)); in traceActuals()
717 auto* event = packet->set_frame_timeline_event(); in traceActuals()
1027 auto packet = ctx.NewTracePacket(); in tracePredictions() local
1028 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in tracePredictions()
1029 packet->set_timestamp( in tracePredictions()
1032 auto* event = packet->set_frame_timeline_event(); in tracePredictions()
1043 auto packet = ctx.NewTracePacket(); in tracePredictions() local
1044 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in tracePredictions()
1045 packet->set_timestamp( in tracePredictions()
1048 auto* event = packet->set_frame_timeline_event(); in tracePredictions()
1061 auto packet = ctx.NewTracePacket(); in traceActuals() local
1062 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in traceActuals()
1063 packet->set_timestamp( in traceActuals()
1066 auto* event = packet->set_frame_timeline_event(); in traceActuals()
1084 auto packet = ctx.NewTracePacket(); in traceActuals() local
1085 packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME); in traceActuals()
1086 packet->set_timestamp( in traceActuals()
1089 auto* event = packet->set_frame_timeline_event(); in traceActuals()