Home
last modified time | relevance | path

Searched refs:INVALID_TIME_NS (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/parsers/transitions/legacy/
Dparser_transitions_wm.ts17 import {INVALID_TIME_NS, Timestamp} from 'common/time';
74 return this.timestampConverter.makeTimestampFromBootTimeNs(INVALID_TIME_NS);
Dparser_transitions_shell.ts17 import {INVALID_TIME_NS, Timestamp} from 'common/time';
81 : this.timestampConverter.makeTimestampFromBootTimeNs(INVALID_TIME_NS);
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts18 import {INVALID_TIME_NS} from 'common/time';
78 entry.getTimestamp().getValueNs() === INVALID_TIME_NS
/development/tools/winscope/src/common/
Dtimestamp_converter.ts19 INVALID_TIME_NS,
184 return new Timestamp(INVALID_TIME_NS, REAL_TIMESTAMP_FORMATTER_UTC);
186 return new Timestamp(INVALID_TIME_NS, ELAPSED_TIMESTAMP_FORMATTER);
Dtime.ts17 export const INVALID_TIME_NS = 0n; constant
/development/tools/winscope/src/app/
Dloaded_parsers.ts19 import {INVALID_TIME_NS, TimeRange, Timestamp} from 'common/time';
518 timestamps.length === 1 && timestamps[0].getValueNs() === INVALID_TIME_NS;
Dmediator_test.ts20 import {INVALID_TIME_NS, TimezoneInfo} from 'common/time';
74 .setTimestamps([TimestampConverterUtils.makeRealTimestamp(INVALID_TIME_NS)])
/development/tools/winscope/src/trace/
Dtrace.ts18 import {INVALID_TIME_NS, Timestamp} from 'common/time';
452 this.getEntry(0).getTimestamp().getValueNs() === INVALID_TIME_NS