Searched refs:_find_device (Results 1 – 3 of 3) sorted by relevance
776 result = self._find_device(address)789 def _find_device(self, address): member in BluetoothDeviceXmlRpcDelegate887 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)
52 def _find_device(): function62 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout)
34 self._device = self._find_device(id_vendor, id_product)88 def _find_device(self, id_vendor, id_product): member in MbimDeviceContext