Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp29 uint32_t *updatedSamplingRate, in isCompatibleProfile() argument
96 if (updatedSamplingRate != NULL) { in isCompatibleProfile()
97 *updatedSamplingRate = myUpdatedSamplingRate; in isCompatibleProfile()
DAudioProfileVectorHelper.cpp181 uint32_t &updatedSamplingRate) in checkCompatibleSamplingRate() argument
187 updatedSamplingRate = samplingRate; in checkCompatibleSamplingRate()
199 updatedSamplingRate = *desiredRate; in checkCompatibleSamplingRate()
207 updatedSamplingRate = candidate; in checkCompatibleSamplingRate()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h92 uint32_t *updatedSamplingRate,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5725 uint32_t updatedSamplingRate = 0; in getInputProfile() local
5745 &updatedSamplingRate, in getInputProfile()
5759 samplingRate = updatedSamplingRate; in getInputProfile()