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

  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 33 private static final int SAMPLE_COUNT = 10;
64 for (int i = 0; i < SAMPLE_COUNT; i++) {
  /external/bluetooth/bluez/health/
mcap_sync.c 53 #define SAMPLE_COUNT 20
317 int latencies[SAMPLE_COUNT];
340 while (i < SAMPLE_COUNT && retries > 0) {
358 avg /= SAMPLE_COUNT;
360 for (i = 0; i < SAMPLE_COUNT; ++i)
362 dev /= SAMPLE_COUNT;
366 for (i = 0; i < SAMPLE_COUNT; ++i) {
372 latency /= SAMPLE_COUNT;
  /external/srec/srec/cfront/
nisthdr.h 92 SAMPLE_COUNT,
214 Nist1AHeaderSetDef(setSampleCount, long, l, SAMPLE_COUNT)

Completed in 130 milliseconds