Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.cpp94 static const int32_t sMaxMicros = 1000 * 1000; // arbitrary in getAAudioHardwareBurstMinUsecFromSystemProperty() local
97 if (prop <= 0 || prop > sMaxMicros) { in getAAudioHardwareBurstMinUsecFromSystemProperty()