Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectConversionHelperAidl.cpp340 auto legacyDevices = *(uint32_t*)(pCmdData); in handleSetDevice() local
342 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()