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.cpp52 #define MIN_TIMEOUT_NANOS (1000 * AAUDIO_NANOS_PER_MILLISECOND) macro
215 int64_t timeoutNanoseconds = MIN_TIMEOUT_NANOS; in close()
312 if (timeoutNanoseconds < MIN_TIMEOUT_NANOS) { // arbitrary number of seconds in calculateReasonableTimeout()
313 timeoutNanoseconds = MIN_TIMEOUT_NANOS; in calculateReasonableTimeout()