Home
last modified time | relevance | path

Searched refs:defaultMicros (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp298 const int32_t defaultMicros = 200; // arbitrary, based on some observed jitter in AAudioProperty_getWakeupDelayMicros() local
300 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() local
315 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() local
329 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()