Searched refs:commonFlags (Results 1 – 1 of 1) sorted by relevance
718 int commonFlags = (int)AudioSystem::popCount(outputDesc->mProfile->mFlags & flags); in selectOutput() local719 if (commonFlags > maxCommonFlags) { in selectOutput()721 maxCommonFlags = commonFlags; in selectOutput()722 ALOGV("selectOutput() commonFlags for output %d, %04x", outputs[i], commonFlags); in selectOutput()