Searched refs:WasmEngineProxy (Results 1 – 14 of 14) sorted by relevance
/development/tools/winscope/src/parsers/perfetto/ |
D | parser_factory.ts | 38 WasmEngineProxy, 55 private static traceProcessor?: WasmEngineProxy; 124 private async initializeTraceProcessor(): Promise<WasmEngineProxy> { 134 ParserFactory.traceProcessor = new WasmEngineProxy(engineId, enginePort);
|
D | utils.ts | 19 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 24 traceProcessor: WasmEngineProxy, 58 traceProcessor: WasmEngineProxy,
|
D | abstract_parser.ts | 31 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 34 protected traceProcessor: WasmEngineProxy; 46 traceProcessor: WasmEngineProxy,
|
/development/tools/winscope/src/parsers/view_capture/perfetto/ |
D | parser_view_capture.ts | 20 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 30 private readonly traceProcessor: WasmEngineProxy; 39 traceProcessor: WasmEngineProxy,
|
D | parser_view_capture_window.ts | 42 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 68 traceProcessor: WasmEngineProxy,
|
/development/tools/winscope/src/parsers/input_method/perfetto/ |
D | parser_input_method_manager_service.ts | 28 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 49 traceProcessor: WasmEngineProxy,
|
D | parser_input_method_service.ts | 28 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 49 traceProcessor: WasmEngineProxy,
|
D | parser_input_method_clients.ts | 28 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 49 traceProcessor: WasmEngineProxy,
|
/development/tools/winscope/src/parsers/input/perfetto/ |
D | parser_key_event.ts | 29 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 44 traceProcessor: WasmEngineProxy,
|
D | parser_motion_event.ts | 29 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 44 traceProcessor: WasmEngineProxy,
|
D | abstract_input_event_parser.ts | 29 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 50 traceProcessor: WasmEngineProxy,
|
/development/tools/winscope/src/parsers/transactions/perfetto/ |
D | parser_transactions.ts | 38 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 58 traceProcessor: WasmEngineProxy,
|
/development/tools/winscope/src/trace_processor/ |
D | wasm_engine_proxy.ts | 50 export class WasmEngineProxy extends Engine { class
|
/development/tools/winscope/src/parsers/surface_flinger/perfetto/ |
D | parser_surface_flinger.ts | 46 import {WasmEngineProxy} from 'trace_processor/wasm_engine_proxy'; 103 traceProcessor: WasmEngineProxy,
|