Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/input_method/legacy/
Dparser_input_method_manager_service.ts27 class ParserInputMethodManagerService extends AbstractParser<HierarchyTreeNode> { class
39 ParserInputMethodManagerService.InputMethodManagerServiceTraceFileProto
42 ParserInputMethodManagerService.ENTRY_FIELD.tamperedMessageType,
46 ParserInputMethodManagerService.ENTRY_FIELD,
47 ParserInputMethodManagerService.MANAGER_SERVICE_FIELD,
57 return ParserInputMethodManagerService.MAGIC_NUMBER;
72 ParserInputMethodManagerService.InputMethodManagerServiceTraceFileProto.decode(
100 return ParserInputMethodManagerService.HIERARCHY_TREE_FACTORY.makeHierarchyTree(
106 export {ParserInputMethodManagerService};
/development/tools/winscope/src/parsers/input_method/perfetto/
Dparser_input_method_manager_service.ts30 export class ParserInputMethodManagerService extends AbstractParser<HierarchyTreeNode> { class
35 ParserInputMethodManagerService.Wrapper.fields['inputmethodManagerService'];
37 ParserInputMethodManagerService.ENTRY_FIELD.tamperedMessageType,
41 ParserInputMethodManagerService.ENTRY_FIELD,
42 ParserInputMethodManagerService.MANAGER_SERVICE_FIELD,
56 ParserInputMethodManagerService.ENTRY_FIELD.tamperedMessageType,
73 return ParserInputMethodManagerService.HIERARCHY_TREE_FACTORY.makeHierarchyTree(
/development/tools/winscope/src/parsers/legacy/
Dparser_factory.ts23 import {ParserInputMethodManagerService} from 'parsers/input_method/legacy/parser_input_method_mana…
42 ParserInputMethodManagerService,
/development/tools/winscope/src/parsers/perfetto/
Dparser_factory.ts26 import {ParserInputMethodManagerService} from 'parsers/input_method/perfetto/parser_input_method_ma…
44 ParserInputMethodManagerService,