Searched refs:defaultMicros (Results 1 – 1 of 1) sorted by relevance
298 const int32_t defaultMicros = 200; // arbitrary, based on some observed jitter in AAudioProperty_getWakeupDelayMicros() local300 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros); in AAudioProperty_getWakeupDelayMicros()313 const int32_t defaultMicros = 200; // arbitrary in AAudioProperty_getMinimumSleepMicros() local315 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros); in AAudioProperty_getMinimumSleepMicros()327 const int32_t defaultMicros = 1000; // arbitrary in AAudioProperty_getHardwareBurstMinMicros() local329 int32_t prop = property_get_int32(AAUDIO_PROP_HW_BURST_MIN_USEC, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()332 prop, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()333 prop = defaultMicros; in AAudioProperty_getHardwareBurstMinMicros()