Searched refs:MIN_TIMEOUT_NANOS (Results 1 – 1 of 1) sorted by relevance
52 #define MIN_TIMEOUT_NANOS (1000 * AAUDIO_NANOS_PER_MILLISECOND) macro239 int64_t timeoutNanoseconds = MIN_TIMEOUT_NANOS; in close()336 if (timeoutNanoseconds < MIN_TIMEOUT_NANOS) { // arbitrary number of seconds in calculateReasonableTimeout()337 timeoutNanoseconds = MIN_TIMEOUT_NANOS; in calculateReasonableTimeout()