Searched refs:defaultMicros (Results 1 – 1 of 1) sorted by relevance
297 const int32_t defaultMicros = 200; // arbitrary, based on some observed jitter in AAudioProperty_getWakeupDelayMicros() local299 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros); in AAudioProperty_getWakeupDelayMicros()312 const int32_t defaultMicros = 200; // arbitrary in AAudioProperty_getMinimumSleepMicros() local314 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros); in AAudioProperty_getMinimumSleepMicros()326 const int32_t defaultMicros = 1000; // arbitrary in AAudioProperty_getHardwareBurstMinMicros() local328 int32_t prop = property_get_int32(AAUDIO_PROP_HW_BURST_MIN_USEC, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()331 prop, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()332 prop = defaultMicros; in AAudioProperty_getHardwareBurstMinMicros()