Searched defs:commonFlags (Results 1 - 1 of 1) sorted by relevance

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

Completed in 50 milliseconds