HomeSort by relevance Sort by last modified time
    Searched defs:minInterval (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/delibs/deutil/
deTimerTest.c 41 const int minInterval = 1;
57 int interval = minInterval + (int)(deRandom_getUint32(&rnd) % (deUint32)(maxInterval-minInterval+1));
  /system/chre/core/include/chre/core/
gnss_request_manager.h 59 * @param minInterval The minimum reporting interval for location results.
66 bool startLocationSession(Nanoapp *nanoapp, Milliseconds minInterval,
123 Milliseconds minInterval;
142 Milliseconds minInterval;
167 * true then the minInterval and minTimeToFirstFix values are valid.
172 * @param minInterval The minimum location reporting interval requested by the
179 Milliseconds minInterval,
200 * @param minInterval The minimum interval reqested by the nanoapp.
205 Milliseconds minInterval,
217 * @param minInterval The reporting interval if the requestedState is true
    [all...]
  /system/chre/platform/slpi/include/chre/target_platform/
platform_sensor_base.h 59 uint64_t minInterval;
  /cts/hostsidetests/incident/src/com/android/server/cts/
NetstatsIncidentTest.java 355 final long minInterval = hist.getBucketDurationMs() - (60 * 60 * 1000);
368 minInterval),
370 minInterval);
  /system/chre/chre_api/include/chre_api/chre/
sensor.h 573 uint64_t minInterval;
    [all...]
  /frameworks/base/core/java/android/app/job/
JobInfo.java 420 final long minInterval = getMinPeriodMillis();
421 return intervalMillis >= minInterval ? intervalMillis : minInterval;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 473 int minInterval = MinWakeupIntervals[mLogLevel];
477 mLogLevel, 0, minInterval, minDataSize, buffer.name) == false) {
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 382 int minInterval = mLastGoodKeepAliveInterval;
383 if (minInterval >= maxInterval) {
386 minInterval = mLastGoodKeepAliveInterval
388 log(" reset min interval to " + minInterval);
391 localProfile, minInterval, maxInterval);
645 int minInterval, int maxInterval) {
647 mMinInterval = minInterval;
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 125 // supports startTracking API with minInterval param
127 // supports startBatching API with minInterval param
434 uint32_t minInterval; // in milliseconds
    [all...]
  /hardware/qcom/gps/sdm845/location/
LocationAPI.h 125 // supports startTracking API with minInterval param
127 // supports startBatching API with minInterval param
434 uint32_t minInterval; // in milliseconds
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 3145 milliseconds