Searched refs:DEVICE_IN_ALL (Results 1 – 2 of 2) sorted by relevance
266 DEVICE_IN_ALL = (DEVICE_IN_COMMUNICATION | DEVICE_IN_AMBIENT | DEVICE_IN_BUILTIN_MIC | enumerator330 if ((popcount(device) == 1) && ((device & ~DEVICE_IN_ALL) == 0)) in isInputDevice()
465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice); in switchDevice()