Searched refs:packet_ts (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/winscope/ |
D | android_input_event_parser.cc | 40 int64_t packet_ts, in ParseAndroidInputEvent() argument 60 ParseMotionEvent(packet_ts, sub_field.as_bytes()); in ParseAndroidInputEvent() 64 ParseKeyEvent(packet_ts, sub_field.as_bytes()); in ParseAndroidInputEvent() 68 ParseWindowDispatchEvent(packet_ts, sub_field.as_bytes()); in ParseAndroidInputEvent() 75 int64_t packet_ts, in ParseMotionEvent() argument 80 event_row.ts = packet_ts; in ParseMotionEvent() 91 ArgsParser writer{packet_ts, inserter, *context_.storage}; in ParseMotionEvent() 103 int64_t packet_ts, in ParseKeyEvent() argument 108 event_row.ts = packet_ts; in ParseKeyEvent() 119 ArgsParser writer{packet_ts, inserter, *context_.storage}; in ParseKeyEvent() [all …]
|
D | android_input_event_parser.h | 34 void ParseAndroidInputEvent(int64_t packet_ts, 41 void ParseMotionEvent(int64_t packet_ts, const protozero::ConstBytes& bytes); 42 void ParseKeyEvent(int64_t packet_ts, const protozero::ConstBytes& bytes); 43 void ParseWindowDispatchEvent(int64_t packet_ts, const protozero::ConstBytes& bytes);
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | profile_module.cc | 132 auto packet_ts = in TokenizeStreamingProfilePacket() local 135 protos::pbzero::BUILTIN_CLOCK_MONOTONIC, packet_ts); in TokenizeStreamingProfilePacket() 137 packet_ts = *trace_ts; in TokenizeStreamingProfilePacket() 145 context_->sorter->PushTracePacket(packet_ts, std::move(sequence_state), in TokenizeStreamingProfilePacket()
|