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

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

Completed in 40 milliseconds