Searched refs:entryProto (Results 1 – 16 of 16) sorted by relevance
/development/tools/winscope/src/parsers/window_manager/ |
D | parser_window_manager_dump.ts | 56 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);
|
D | parser_window_manager.ts | 110 entryProto: com.android.server.wm.IWindowManagerTraceProto, 113 assertDefined(entryProto.windowManagerService), 117 assertDefined(entryProto.windowManagerService),
|
D | parser_window_manager_utils.ts | 45 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/ |
D | hierarchy_tree_clients_factory.ts | 74 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 …]
|
D | hierarchy_tree_service_factory.ts | 77 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 …]
|
D | hierarchy_tree_manager_service_factory.ts | 80 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/ |
D | parser_transactions.ts | 75 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/ |
D | parser_transactions.ts | 89 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/ |
D | parser_transitions_wm.ts | 46 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,
|
D | parser_transitions_shell.ts | 68 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/ |
D | parser_input_method_manager_service.ts | 66 let entryProto = await Utils.queryEntry( 72 entryProto = this.protoTransformer.transform(entryProto); 74 entryProto,
|
D | parser_input_method_service.ts | 64 let entryProto = await Utils.queryEntry( 70 entryProto = this.protoTransformer.transform(entryProto); 72 entryProto,
|
D | parser_input_method_clients.ts | 64 let entryProto = await Utils.queryEntry( 70 entryProto = this.protoTransformer.transform(entryProto); 72 entryProto,
|
/development/tools/winscope/src/parsers/surface_flinger/legacy/ |
D | parser_surface_flinger.ts | 186 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/ |
D | parser_key_event.ts | 90 entryProto: perfetto.protos.InputEventWrapper, 93 .setData(entryProto)
|
D | parser_motion_event.ts | 90 entryProto: perfetto.protos.InputEventWrapper, 93 .setData(entryProto)
|