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

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

Completed in 195 milliseconds