Searched refs:defaultMicros (Results 1 – 1 of 1) sorted by relevance
578 const int32_t defaultMicros = 200; // arbitrary, based on some observed jitter in AAudioProperty_getWakeupDelayMicros() local580 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros); in AAudioProperty_getWakeupDelayMicros()596 const int32_t defaultMicros = 100; // arbitrary in AAudioProperty_getMinimumSleepMicros() local598 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros); in AAudioProperty_getMinimumSleepMicros()612 const int32_t defaultMicros = 0; // arbitrary in AAudioProperty_getMMapOffsetMicros() local614 int32_t prop = property_get_int32(propertyName, defaultMicros); in AAudioProperty_getMMapOffsetMicros()