Searched refs:popCount (Results 1 – 3 of 3) sorted by relevance
84 static inline uint32_t popCount(uint32_t u) in popCount() function101 if (mHandle->channels != popCount(*channels)) in set()
859 alsa_handle.channels = AudioSystem::popCount(*channels); in openOutputStream()897 ALOGD("channels: %d", AudioSystem::popCount(*channels)); in openOutputStream()1192 it->channels = AudioSystem::popCount(*channels); in openInputStream()1311 it->channels = AudioSystem::popCount((*channels) & in openInputStream()
318 static uint32_t popCount(uint32_t u) { in popCount() function