HomeSort by relevance Sort by last modified time
    Searched full:timeout_in_sec (Results 1 - 7 of 7) sorted by null

  /system/bt/tools/bdtool/
bdtool.c 47 static int timeout_in_sec = 30; variable
107 fprintf(stdout, "Started discovery for %d seconds\n", timeout_in_sec);
109 sleep(timeout_in_sec);
113 fprintf(stdout, "Cancelled discovery after %d seconds\n", timeout_in_sec);
123 fprintf(stdout, "Set rc:%d device as discoverable for %d seconds\n", rc, timeout_in_sec);
125 sleep(timeout_in_sec);
140 fprintf(stdout, "Started bonding:%d for %d seconds\n", rc, timeout_in_sec);
142 sleep(timeout_in_sec);
149 fprintf(stdout, "Waiting for %d seconds\n", timeout_in_sec);
150 sleep(timeout_in_sec);
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java 34 private static final int TIMEOUT_IN_SEC = 90;
90 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestLocationListener.java 33 private static final int TIMEOUT_IN_SEC = 120;
65 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestGnssNavigationMessageListener.java 35 private static final int TIMEOUT_IN_SEC = 90;
69 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestGpsStatusListener.java 36 private static final int TIMEOUT_IN_SEC = 90;
94 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
GnssMeasurementRegistrationTest.java 41 * 2.2 Wait for {@link TestGpsStatusListener#TIMEOUT_IN_SEC}.
GnssNavigationMessageRegistrationTest.java 40 * 2.2 Wait for {@link TestGpsStatusListener#TIMEOUT_IN_SEC}.

Completed in 179 milliseconds