Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.h30 int32_t getAAudioHardwareBurstMinUsecFromSystemProperty();
DPropertyUtils.cpp92 int32_t getAAudioHardwareBurstMinUsecFromSystemProperty() { in getAAudioHardwareBurstMinUsecFromSystemProperty() function
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp311 mAAudioHwBurstMinMicros = getAAudioHardwareBurstMinUsecFromSystemProperty(); in onFirstRef()