Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp51 #define MIN_TIMEOUT_NANOS (1000 * AAUDIO_NANOS_PER_MILLISECOND) macro
346 if (timeoutNanoseconds < MIN_TIMEOUT_NANOS) { // arbitrary number of seconds in calculateReasonableTimeout()
347 timeoutNanoseconds = MIN_TIMEOUT_NANOS; in calculateReasonableTimeout()