Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1090 int commonFlags = popcount(outputDesc->mProfile->getFlags() & flags); in selectOutput() local
1091 if (commonFlags >= maxCommonFlags) { in selectOutput()
1092 if (commonFlags == maxCommonFlags) { in selectOutput()
1101 maxCommonFlags = commonFlags; in selectOutput()
1104 ALOGV("selectOutput() commonFlags for output %d, %04x", output, commonFlags); in selectOutput()