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

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

Completed in 11 milliseconds