Searched refs:defaultMicros (Results 1 – 1 of 1) sorted by relevance
588 const int32_t defaultMicros = 200; // arbitrary, based on some observed jitter in AAudioProperty_getWakeupDelayMicros() local590 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros); in AAudioProperty_getWakeupDelayMicros()603 const int32_t defaultMicros = 200; // arbitrary in AAudioProperty_getMinimumSleepMicros() local605 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros); in AAudioProperty_getMinimumSleepMicros()617 const int32_t defaultMicros = 1000; // arbitrary in AAudioProperty_getHardwareBurstMinMicros() local619 int32_t prop = property_get_int32(AAUDIO_PROP_HW_BURST_MIN_USEC, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()622 prop, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()623 prop = defaultMicros; in AAudioProperty_getHardwareBurstMinMicros()631 const int32_t defaultMicros = 0; // arbitrary in AAudioProperty_getMMapOffsetMicros() local633 int32_t prop = property_get_int32(propertyName, defaultMicros); in AAudioProperty_getMMapOffsetMicros()