Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5724 sp<IOProfile> firstInexact; in getInputProfile() local
5743 if (firstInexact == nullptr && profile->isCompatibleProfile(DeviceVector(device), in getInputProfile()
5753 firstInexact = profile; in getInputProfile()
5758 if (firstInexact != nullptr) { in getInputProfile()
5762 return firstInexact; in getInputProfile()