Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dindex.js21 #selectDeviceCb; field in DeviceListApp
23 constructor({url, selectDeviceCb}) { field
25 this.#selectDeviceCb = selectDeviceCb;
65 this.#selectDeviceCb(devId);
89 let selectDeviceCb = deviceId => { function
98 let deviceListApp = new DeviceListApp({url: listDevicesUrl, selectDeviceCb}); field