Searched refs:legacyDevices (Results 1 – 1 of 1) sorted by relevance
340 auto legacyDevices = *(uint32_t*)(pCmdData); in handleSetDevice() local342 const auto inputBit = legacyDevices & AUDIO_DEVICE_BIT_IN; in handleSetDevice()343 legacyDevices &= ~AUDIO_DEVICE_BIT_IN; in handleSetDevice()345 while (legacyDevices) { in handleSetDevice()347 const auto lowestBitDevice = legacyDevices & -legacyDevices; in handleSetDevice()352 legacyDevices -= lowestBitDevice; in handleSetDevice()