Searched refs:sDefaultBursts (Results 1 – 1 of 1) sorted by relevance
81 static const int32_t sDefaultBursts = 2; // arbitrary, use 2 for double buffered in getAAudioMixerBurstCountFromSystemProperty() local84 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()