Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/parsers/input_method/legacy/
H A Dparser_input_method_service.ts27 class ParserInputMethodService extends AbstractParser<HierarchyTreeNode> { class
39 ParserInputMethodService.InputMethodServiceTraceFileProto.fields['entry'];
41 ParserInputMethodService.ENTRY_FIELD.tamperedMessageType,
46 ParserInputMethodService.ENTRY_FIELD,
47 ParserInputMethodService.SERVICE_FIELD,
57 return ParserInputMethodService.MAGIC_NUMBER;
72 ParserInputMethodService.InputMethodServiceTraceFileProto.decode(
100 return ParserInputMethodService.HIERARCHY_TREE_FACTORY.makeHierarchyTree(
106 export {ParserInputMethodService};
/aosp_15_r20/development/tools/winscope/src/parsers/input_method/perfetto/
H A Dparser_input_method_service.ts30 export class ParserInputMethodService extends AbstractParser<HierarchyTreeNode> { class
35 ParserInputMethodService.Wrapper.fields['inputmethodService'];
37 ParserInputMethodService.ENTRY_FIELD.tamperedMessageType,
41 ParserInputMethodService.ENTRY_FIELD,
42 ParserInputMethodService.SERVICE_FIELD,
55 assertDefined(ParserInputMethodService.ENTRY_FIELD.tamperedMessageType),
71 return ParserInputMethodService.HIERARCHY_TREE_FACTORY.makeHierarchyTree(
/aosp_15_r20/development/tools/winscope/src/parsers/legacy/
H A Dparser_factory.ts28 import {ParserInputMethodService} from 'parsers/input_method/legacy/parser_input_method_service';
48 ParserInputMethodService,
/aosp_15_r20/development/tools/winscope/src/parsers/perfetto/
H A Dparser_factory.ts25 import {ParserInputMethodService} from 'parsers/input_method/perfetto/parser_input_method_service';
41 ParserInputMethodService,