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

/system/core/include/cutils/
H A Dbitops.h24 static inline int popcount(unsigned int x) function
/system/core/include/system/
H A Daudio.h391 (popcount(device) == 1) && ((device & ~AUDIO_DEVICE_OUT_ALL) == 0))
401 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_IN_ALL) == 0))
415 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_ALL_A2DP))
424 if ((popcount(device) == 1) && (device & (AUDIO_DEVICE_OUT_ALL_SCO |
433 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_ALL_USB))
441 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_REMOTE_SUBMIX))

Completed in 38 milliseconds