Home
last modified time | relevance | path

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

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