Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dadb.ts288 this.streams.set(stream.localStreamId, stream);
289 this.send('OPEN', stream.localStreamId, 0, svc);
402 localStreamId: number; property in AdbStreamImpl
413 constructor(adb: AdbOverWebUsb, localStreamId: number) {
415 this.localStreamId = localStreamId;
427 this.adb.send('CLSE', this.localStreamId, this.remoteStreamId);
439 await this.adb.send('WRTE', this.localStreamId, this.remoteStreamId, raw);
444 this.adb.streams.delete(this.localStreamId);
449 console.assert(msg.arg1 === this.localStreamId);
460 this.adb.send('OKAY', this.localStreamId, this.remoteStreamId);