Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.cpp82 static const int32_t sMaxBursts = 1024; // arbitrary in getAAudioMixerBurstCountFromSystemProperty() local
85 if (prop <= 0 || prop > sMaxBursts) { in getAAudioMixerBurstCountFromSystemProperty()