Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp363 const int32_t maxBursts = 1024; // arbitrary in AAudioProperty_getMixerBursts() local
365 if (prop < 1 || prop > maxBursts) { in AAudioProperty_getMixerBursts()