Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Dtimestamp_converter.ts102 private realToMonotonicTimeOffsetNs?: bigint, property in TimestampConverter
123 if (this.realToMonotonicTimeOffsetNs !== undefined) {
126 this.realToMonotonicTimeOffsetNs = ns;
141 if (this.realToMonotonicTimeOffsetNs !== undefined) {
142 return this.makeRealTimestamp(valueNs + this.realToMonotonicTimeOffsetNs);
217 this.realToMonotonicTimeOffsetNs = undefined;
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts54 private realToMonotonicTimeOffsetNs: bigint | undefined; property in ParserTransactions
69 return this.realToMonotonicTimeOffsetNs;
82 this.realToMonotonicTimeOffsetNs =
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts96 private realToMonotonicTimeOffsetNs: bigint | undefined; property in ParserSurfaceFlinger
112 return this.realToMonotonicTimeOffsetNs;
124 this.realToMonotonicTimeOffsetNs =