Home
last modified time | relevance | path

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

/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py776 result = self._find_device(address)
789 def _find_device(self, address): member in BluetoothDeviceXmlRpcDelegate
887 device = self._find_device(address)
963 device = self._find_device(address)
992 device = self._find_device(address)
1053 device = self._find_device(address)
1073 device = self._find_device(address)
1093 device = self._find_device(address)
1111 device = self._find_device(address)
1149 device = self._find_device(address)
/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py52 def _find_device(): function
62 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout)
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_device_context.py34 self._device = self._find_device(id_vendor, id_product)
88 def _find_device(self, id_vendor, id_product): member in MbimDeviceContext