Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.cpp81 static const int32_t sDefaultBursts = 2; // arbitrary, use 2 for double buffered in getAAudioMixerBurstCountFromSystemProperty() local
84 int32_t prop = property_get_int32(sPropMixerBursts, sDefaultBursts); in getAAudioMixerBurstCountFromSystemProperty()
86 ALOGE("%s: invalid value %d, use default %d", __func__, prop, sDefaultBursts); in getAAudioMixerBurstCountFromSystemProperty()
87 prop = sDefaultBursts; in getAAudioMixerBurstCountFromSystemProperty()