Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5924 sp<IOProfile> firstInexact; in getInputProfile() local
5943 if (firstInexact == nullptr && profile->isCompatibleProfile(DeviceVector(device), in getInputProfile()
5953 firstInexact = profile; in getInputProfile()
5958 if (firstInexact != nullptr) { in getInputProfile()
5962 return firstInexact; in getInputProfile()