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

  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 36 private static final int POLL_TIME = 400; // ms to poll BT state
236 for (int i=0; i<DISABLE_TIMEOUT/POLL_TIME; i++) {
237 sleep(POLL_TIME);
269 for (int i=0; i<ENABLE_TIMEOUT/POLL_TIME; i++) {
270 sleep(POLL_TIME);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 58 private static final int POLL_TIME = 100;
636 sleep(POLL_TIME);
674 sleep(POLL_TIME);
809 sleep(POLL_TIME);
    [all...]
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiConnector.java 46 private static final long POLL_TIME = 1000;
101 Thread.sleep(POLL_TIME);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 43 #define POLL_TIME (2000) // 2sec
703 poll(pfd, NUM_DMP_FEATS, POLL_TIME);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 25 #define POLL_TIME (2000) // 2sec
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 28 #define POLL_TIME (2000) // 2sec
523 poll(pollfds, pollfds_used, POLL_TIME);

Completed in 1390 milliseconds