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

  /external/autotest/client/cros/
mainloop.py 40 def __init__(self, main_loop, timeout_s=-1):
43 if timeout_s == -1:
45 logging.warning('(Specify timeout_s=0 explicitly for no timeout.)')
46 self.timeout_s = timeout_s
64 if self.timeout_s > 0:
65 timeout_source = gobject.timeout_add(self.timeout_s * 1000, self._timeout)
67 if self.timeout_s > 0:
  /external/autotest/client/site_tests/network_3GDisableWhileConnecting/
network_3GDisableWhileConnecting.py 261 timeout_s = kwargs.get('timeout_s', DEFAULT_TEST_TIMEOUT_S)
268 timeout_s=timeout_s)
276 timeout_s=timeout_s)
  /external/autotest/server/cros/
gsutil_wrapper.py 11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30):
23 @param timeout_s: int, timeout in seconds to wait for copy to finish
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 60 int timeout_s; member in struct:__anon72180
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/
network_ModemManagerSMSSignal.py 20 super(SmsTester, self).__init__(*args, timeout_s = 10, **kwargs)
63 super(SmsMultipartTester, self).__init__(*args, timeout_s = 10,
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 47 int chnl_map, int tx_power, int timeout_s) = 0;
fake_bluetooth_gatt_interface.cpp 68 int chnl_map, int tx_power, int timeout_s) {
71 adv_type, chnl_map, tx_power, timeout_s);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 375 int chnl_map, int tx_power, int timeout_s);
379 int chnl_map, int tx_power, int timeout_s);
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 271 if (p_multi_adv_data_cb->inst_cb[cbindex].timeout_s)
517 if (inst_cb->timeout_s != 0)
522 inst_cb->timeout_s * 1000,
btif_gatt_client.c     [all...]
  /system/bt/service/
low_energy_client.cpp 278 int timeout_s; member in struct:bluetooth::__anon72397::AdvertiseParams
297 out_params->timeout_s = settings.timeout().InSeconds();
496 params.timeout_s);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 485 int tx_power, int timeout_s);
489 int tx_power, int timeout_s);
  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 32 *args, timeout_s=20 * loops + 20, **kwargs)
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 250 int waitEvent(int timeout_s)
256 pthread_cond_timeout_np(&m_waitCond, &m_waitMutex, timeout_s * 1000);
260 ts.tv_sec += timeout_s;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 436 milliseconds