Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp1089 int commonFlags = popcount(outputDesc->mProfile->mFlags & flags); in selectOutput() local
1090 if (commonFlags > maxCommonFlags) { in selectOutput()
1092 maxCommonFlags = commonFlags; in selectOutput()
1093 ALOGV("selectOutput() commonFlags for output %d, %04x", outputs[i], commonFlags); in selectOutput()