Searched refs:hasSocketAccess (Results 1 – 2 of 2) sorted by relevance
784 const socketAccess = await this.hasSocketAccess(target);805 private async hasSocketAccess(target: AdbRecordingTarget) { method in RecordController810 return AdbSocketConsumerPort.hasSocketAccess(device, this.adb);
317 static async hasSocketAccess(device: USBDevice, adb: Adb): Promise<boolean> {