Home
last modified time | relevance | path

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

/external/perfetto/ui/src/chrome_extension/
Dchrome_tracing_controller.ts42 private devtoolsSocket: DevToolsSocket; property in ChromeTracingController
57 this.devtoolsSocket = new DevToolsSocket();
58 this.devtoolsSocket.on('close', () => this.resetState());
59 const rpcClient = new rpc.Client(this.devtoolsSocket);
155 this.devtoolsSocket.detach();
160 if (!this.devtoolsSocket.isAttached() || this.streamHandle === undefined) {
209 if (this.devtoolsSocket.isAttached()) {
214 this.devtoolsSocket.attachToBrowser(async (error?: string) => {
222 this.devtoolsSocket.detach();
227 this.devtoolsSocket.detach();
[all …]