Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6318 sp<IOProfile> firstInexact; in getInputProfile() local
6337 if (firstInexact == nullptr && profile->isCompatibleProfile(DeviceVector(device), in getInputProfile()
6347 firstInexact = profile; in getInputProfile()
6352 if (firstInexact != nullptr) { in getInputProfile()
6356 return firstInexact; in getInputProfile()