Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker_unittest.cc193 ClockTracker::ClockId c64_1 = ct_.SeqScopedClockIdToGlobal(1, 64); in TEST_F()
194 ClockTracker::ClockId c65_1 = ct_.SeqScopedClockIdToGlobal(1, 65); in TEST_F()
195 ClockTracker::ClockId c66_1 = ct_.SeqScopedClockIdToGlobal(1, 66); in TEST_F()
196 ClockTracker::ClockId c66_2 = ct_.SeqScopedClockIdToGlobal(2, 64); in TEST_F()
Dclock_tracker.h124 static ClockId SeqScopedClockIdToGlobal(uint32_t seq_id, uint32_t clock_id) { in SeqScopedClockIdToGlobal() function
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc192 ClockTracker::SeqScopedClockIdToGlobal(seq_id, timestamp_clock_id); in ParsePacket()
372 clock_id = ClockTracker::SeqScopedClockIdToGlobal(seq_id, clk.clock_id()); in ParseClockSnapshot()