Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Drecord_controller.ts784 const socketAccess = await this.hasSocketAccess(target);
805 private async hasSocketAccess(target: AdbRecordingTarget) { method in RecordController
810 return AdbSocketConsumerPort.hasSocketAccess(device, this.adb);
Dadb_socket_controller.ts317 static async hasSocketAccess(device: USBDevice, adb: Adb): Promise<boolean> {