Searched defs:getTimestamps (Results 1 – 5 of 5) sorted by relevance
/development/tools/winscope/src/trace/ | ||
D | parser.ts | 31 getTimestamps(): Timestamp[] | undefined; method |
D | parser_mock.ts | 62 getTimestamps(): Timestamp[] { method in ParserMock |
/development/tools/winscope/src/parsers/legacy/ | ||
D | abstract_traces_parser.ts | 49 getTimestamps(): Timestamp[] | undefined { method in AbstractTracesParser |
D | abstract_parser.ts | 70 getTimestamps(): undefined | Timestamp[] { method in AbstractParser |
/development/tools/winscope/src/parsers/view_capture/legacy/ | ||
D | parser_view_capture_window.ts | 126 getTimestamps(): Timestamp[] | undefined { method in ParserViewCaptureWindow |