Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.h28 int32_t getAAudioMixerBurstCountFromSystemProperty();
DPropertyUtils.cpp80 int32_t getAAudioMixerBurstCountFromSystemProperty() { in getAAudioMixerBurstCountFromSystemProperty() function
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp310 mAAudioBurstsPerBuffer = getAAudioMixerBurstCountFromSystemProperty(); in onFirstRef()