Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5436 sp<IOProfile> firstInexact; in loadConfig() local
5455 if (firstInexact == nullptr && profile->isCompatibleProfile(device, address, in loadConfig()
5465 firstInexact = profile; in loadConfig()
5470 if (firstInexact != nullptr) { in loadConfig()
5474 return firstInexact; in loadConfig()