Searched refs:maxMicros (Results 1 – 1 of 1) sorted by relevance
298 const int32_t maxMicros = 5000; // arbitrary, probably don't want more than 500 in AAudioProperty_getWakeupDelayMicros() local303 } else if (prop > maxMicros) { in AAudioProperty_getWakeupDelayMicros()304 ALOGW("AAudioProperty_getWakeupDelayMicros: clipped %d to %d", prop, maxMicros); in AAudioProperty_getWakeupDelayMicros()305 prop = maxMicros; in AAudioProperty_getWakeupDelayMicros()313 const int32_t maxMicros = 2000; // arbitrary in AAudioProperty_getMinimumSleepMicros() local318 } else if (prop > maxMicros) { in AAudioProperty_getMinimumSleepMicros()319 ALOGW("AAudioProperty_getMinimumSleepMicros: clipped %d to %d", prop, maxMicros); in AAudioProperty_getMinimumSleepMicros()320 prop = maxMicros; in AAudioProperty_getMinimumSleepMicros()327 const int32_t maxMicros = 1000 * 1000; // arbitrary in AAudioProperty_getHardwareBurstMinMicros() local329 if (prop < 1 || prop > maxMicros) { in AAudioProperty_getHardwareBurstMinMicros()