Home
last modified time | relevance | path

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

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