Home | History | Annotate | Download | only in audiopolicy

Lines Matching full:popcount

1214             int commonFlags = popcount(outputDesc->mProfile->mFlags & flags);
4825 bool shouldMute = outputDesc->isActive() && (popcount(device) >= 2);
5306 if ((popcount(device) == 1) && ((device & ~APM_AUDIO_IN_DEVICE_VIRTUAL_ALL) == 0))
5347 } else if (popcount(device) > 1) {
5371 ALOGW_IF(popcount(device) != 1,