Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/hdc/
DHdcDeviceManager.ts34 public static async getDevices(): Promise<USBDevice[]> { method in HdcDeviceManager
36 return navigator.usb.getDevices();
90 const devices = await navigator.usb.getDevices();
/developtools/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts34 public static async getDevices(): Promise<USBDevice[]> { method in HdcDeviceManager
36 return navigator.usb.getDevices();
90 const devices = await navigator.usb.getDevices();
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts448 HdcDeviceManager.getDevices().then((devs: USBDevice[]) => {
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts448 HdcDeviceManager.getDevices().then((devs: USBDevice[]) => {