Home
last modified time | relevance | path

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

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