Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dgd_device.py139 WAIT_CHANNEL_READY_TIMEOUT_SECONDS = 10 variable in GdDeviceBase
273 return_code = self.backing_process.wait(timeout=self.WAIT_CHANNEL_READY_TIMEOUT_SECONDS)
279 … return_code = self.backing_process.wait(timeout=self.WAIT_CHANNEL_READY_TIMEOUT_SECONDS)
290 future.result(timeout=self.WAIT_CHANNEL_READY_TIMEOUT_SECONDS)
474 return_code = self.logcat_process.wait(timeout=self.WAIT_CHANNEL_READY_TIMEOUT_SECONDS)
481 … return_code = self.logcat_process.wait(timeout=self.WAIT_CHANNEL_READY_TIMEOUT_SECONDS)