HomeSort by relevance Sort by last modified time
    Searched refs:_find_device (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 52 def _find_device(): function in function:connect_bluetooth_module_full_flow
62 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout)
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_device_context.py 34 self._device = self._find_device(id_vendor, id_product)
88 def _find_device(self, id_vendor, id_product): member in class:MbimDeviceContext
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 757 result = self._find_device(address)
770 def _find_device(self, address): member in class:BluetoothDeviceXmlRpcDelegate
868 device = self._find_device(address)
944 device = self._find_device(address)
    [all...]

Completed in 56 milliseconds