Home
last modified time | relevance | path

Searched refs:tryGetRealTimeNs (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/common/time/
Dtimestamp_converter.ts110 tryGetRealTimeNs(timestamp: Timestamp): bigint | undefined; method
225 tryGetRealTimeNs(timestamp: Timestamp): bigint | undefined { method in TimestampConverter
/development/tools/winscope/src/cross_tool/
Dcross_tool_protocol.ts227 return this.timestampConverter.tryGetRealTimeNs(timestamp);