Home
last modified time | relevance | path

Searched refs:popCount (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DALSAStreamOps.cpp84 static inline uint32_t popCount(uint32_t u) in popCount() function
101 if (mHandle->channels != popCount(*channels)) in set()
DAudioHardwareALSA.cpp859 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()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioSystemLegacy.h318 static uint32_t popCount(uint32_t u) { in popCount() function