Home
last modified time | relevance | path

Searched refs:makeTimestampFromMonotonicNs (Results 1 – 9 of 9) sorted by relevance

/development/tools/winscope/src/common/
Dtimestamp_converter_test.ts63 converterWithMonotonicOffset.makeTimestampFromMonotonicNs(testRealNs);
82 ).makeTimestampFromMonotonicNs(testElapsedNs);
90 .makeTimestampFromMonotonicNs(100n * MILLISECOND)
137 converterWithMonotonicOffset.makeTimestampFromMonotonicNs(testRealNs);
156 ).makeTimestampFromMonotonicNs(testElapsedNs);
236 converterWithoutOffsets.makeTimestampFromMonotonicNs(0n),
239 converterWithoutOffsets.makeTimestampFromMonotonicNs(1000n),
242 converterWithoutOffsets.makeTimestampFromMonotonicNs(0n),
245 converterWithoutOffsets.makeTimestampFromMonotonicNs(MILLISECOND),
248 converterWithoutOffsets.makeTimestampFromMonotonicNs(10n * MILLISECOND),
[all …]
Dtimestamp_converter.ts69 makeTimestampFromMonotonicNs(valueNs: bigint): Timestamp; method
140 makeTimestampFromMonotonicNs(valueNs: bigint): Timestamp { method in TimestampConverter
/development/tools/winscope/src/parsers/protolog/
Dparser_protolog_utils.ts45 return timestampConverter.makeTimestampFromMonotonicNs(valueNs);
/development/tools/winscope/src/test/unit/
Dtimestamp_converter_utils.ts64 return this.TIMESTAMP_CONVERTER_NO_RTE_OFFSET.makeTimestampFromMonotonicNs(
/development/tools/winscope/src/parsers/transitions/operations/
Dadd_real_to_elapsed_time_offset_timestamp_test.ts50 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromMonotonicNs(
/development/tools/winscope/src/parsers/screen_recording/
Dparser_screen_recording_legacy.ts48 return this.timestampConverter.makeTimestampFromMonotonicNs(decodedEntry);
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts91 return this.timestampConverter.makeTimestampFromMonotonicNs(
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts141 return this.timestampConverter.makeTimestampFromMonotonicNs(
/development/tools/winscope/src/app/
Dtrace_pipeline_test.ts207 timestampConverter.makeTimestampFromMonotonicNs(14500282843n),