Home
last modified time | relevance | path

Searched defs:getTimestamps (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace/
Dparser.ts23 getTimestamps(type: TimestampType): Timestamp[] | undefined; method
Dparser_mock.ts36 getTimestamps(type: TimestampType): Timestamp[] | undefined { method in ParserMock
/development/tools/winscope/src/parsers/
Dabstract_parser.ts77 getTimestamps(type: TimestampType): undefined | Timestamp[] { method in AbstractParser