Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager_dump.ts56 const entryProto = assertDefined( constant
65 this.processDecodedEntry(0, entryProto);
67 return [entryProto];
71 entryProto: com.android.server.wm.IWindowManagerServiceDumpProto,
78 entryProto: com.android.server.wm.IWindowManagerServiceDumpProto,
80 return this.makeHierarchyTree(entryProto);
84 entryProto: com.android.server.wm.IWindowManagerServiceDumpProto,
87 assertDefined(entryProto),
90 const entry = ParserWmUtils.makeEntryProperties(entryProto);
Dparser_window_manager.ts110 entryProto: com.android.server.wm.IWindowManagerTraceProto,
113 assertDefined(entryProto.windowManagerService),
117 assertDefined(entryProto.windowManagerService),
Dparser_window_manager_utils.ts45 entryProto: com.android.server.wm.IWindowManagerServiceDumpProto,
52 this.makeEntryEagerPropertiesTree(assertDefined(entryProto)),
55 this.makeEntryLazyPropertiesStrategy(assertDefined(entryProto)),
64 entryProto: com.android.server.wm.IWindowManagerServiceDumpProto,
67 assertDefined(entryProto.rootWindowContainer?.windowContainer?.children);
69 const rootContainer = assertDefined(entryProto.rootWindowContainer);
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_clients_factory.ts74 entryProto:
79 .setEagerProperties(this.makeEntryEagerPropertiesTree(entryProto))
81 this.makeEntryLazyPropertiesStrategy(entryProto),
89 .setEagerProperties(this.makeClientEagerPropertiesTree(entryProto.client))
91 this.makeClientLazyPropertiesStrategy(entryProto.client),
94 entryProto.client ? [this.AddDefaultsClientEager] : [],
100 .setLazyOperations(entryProto.client ? [this.AddDefaultsClientLazy] : [])
110 entryProto:
115 Object.getOwnPropertyNames(entryProto).forEach((it) => {
122 .setData(entryProto)
[all …]
Dhierarchy_tree_service_factory.ts77 entryProto:
82 .setEagerProperties(this.makeEntryEagerPropertiesTree(entryProto))
84 this.makeEntryLazyPropertiesStrategy(entryProto),
91 const inputMethodService = entryProto.inputMethodService
94 this.makeServiceEagerPropertiesTree(entryProto.inputMethodService),
98 entryProto.inputMethodService,
117 entryProto:
122 Object.getOwnPropertyNames(entryProto).forEach((it) => {
129 .setData(entryProto)
137 entryProto:
[all …]
Dhierarchy_tree_manager_service_factory.ts80 entryProto:
85 .setEagerProperties(this.makeEntryEagerPropertiesTree(entryProto))
87 this.makeEntryLazyPropertiesStrategy(entryProto),
94 const inputMethodManagerService = entryProto.inputMethodManagerService
98 entryProto.inputMethodManagerService,
103 entryProto.inputMethodManagerService,
122 entryProto:
127 Object.getOwnPropertyNames(entryProto).forEach((it) => {
136 .setData(entryProto)
144 entryProto: perfetto.protos.IInputMethodManagerServiceTraceProto,
[all …]
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions.ts75 let entryProto = await Utils.queryEntry(
81 entryProto = this.protoTransformer.transform(entryProto);
82 return this.makePropertiesTree(entryProto);
106 entryProto: perfetto.protos.TransactionTraceEntry,
109 .setData(entryProto)
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts89 entryProto: android.surfaceflinger.proto.ITransactionTraceEntry,
92 BigInt(assertDefined(entryProto.elapsedRealtimeNanos).toString()),
98 entryProto: android.surfaceflinger.proto.ITransactionTraceEntry,
100 return this.makePropertiesTree(entryProto);
119 entryProto: android.surfaceflinger.proto.ITransactionTraceEntry,
122 .setData(entryProto)
/development/tools/winscope/src/parsers/transitions/legacy/
Dparser_transitions_wm.ts46 entryProto: com.android.server.wm.shell.ITransition,
48 return this.makePropertiesTree(entryProto);
97 entryProto: com.android.server.wm.shell.ITransition,
99 this.validateWmTransitionEntry(entryProto);
103 entry: entryProto,
Dparser_transitions_shell.ts68 entryProto: com.android.wm.shell.ITransition,
70 return this.makePropertiesTree(entryProto);
111 entryProto: com.android.wm.shell.ITransition,
113 this.validateShellTransitionEntry(entryProto);
116 entry: entryProto,
/development/tools/winscope/src/parsers/input_method/perfetto/
Dparser_input_method_manager_service.ts66 let entryProto = await Utils.queryEntry(
72 entryProto = this.protoTransformer.transform(entryProto);
74 entryProto,
Dparser_input_method_service.ts64 let entryProto = await Utils.queryEntry(
70 entryProto = this.protoTransformer.transform(entryProto);
72 entryProto,
Dparser_input_method_clients.ts64 let entryProto = await Utils.queryEntry(
70 entryProto = this.protoTransformer.transform(entryProto);
72 entryProto,
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts186 entryProto: android.surfaceflinger.ILayersTraceProto,
189 entryProto?.excludesCompositionState ?? false;
197 entryProto.layers?.layers,
231 ParserSfUtils.makeEntryEagerPropertiesTree(entryProto),
234 ParserSfUtils.makeEntryLazyPropertiesStrategy(entryProto),
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event.ts90 entryProto: perfetto.protos.InputEventWrapper,
93 .setData(entryProto)
Dparser_motion_event.ts90 entryProto: perfetto.protos.InputEventWrapper,
93 .setData(entryProto)