Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp58 #define MIN_TIMEOUT_NANOS (1000 * AAUDIO_NANOS_PER_MILLISECOND) macro
417 if (timeoutNanoseconds < MIN_TIMEOUT_NANOS) { // arbitrary number of seconds in calculateReasonableTimeout()
418 timeoutNanoseconds = MIN_TIMEOUT_NANOS; in calculateReasonableTimeout()