Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp718 int commonFlags = (int)AudioSystem::popCount(outputDesc->mProfile->mFlags & flags); in selectOutput() local
719 if (commonFlags > maxCommonFlags) { in selectOutput()
721 maxCommonFlags = commonFlags; in selectOutput()
722 ALOGV("selectOutput() commonFlags for output %d, %04x", outputs[i], commonFlags); in selectOutput()