OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_find_device
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py
50
def
_find_device
():
function in function:connect_bluetooth_module_full_flow
60
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
523
return self.
_find_device
(address) != None
526
def
_find_device
(self, address):
member in class:BluetoothDeviceXmlRpcDelegate
623
device = self.
_find_device
(address)
677
device = self.
_find_device
(address)
697
device = self.
_find_device
(address)
717
device = self.
_find_device
(address)
735
device = self.
_find_device
(address)
Completed in 84 milliseconds