Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/events/operations/
Dadd_cuj_properties.ts36 unixNanos: this.getUnixNanosFromData(dataEntries),
96 private getUnixNanosFromData(dataEntries: string[]): bigint { method in AddCujProperties