Searched refs:getUCMDevice (Results 1 – 1 of 1) sorted by relevance
198 static char *getUCMDevice(uint32_t devices, int input, char *rxDevice);464 rxDevice = getUCMDevice(devices & AudioSystem::DEVICE_OUT_ALL, 0, NULL); in switchDevice()465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice); in switchDevice()1310 char *getUCMDevice(uint32_t devices, int input, char *rxDevice) in getUCMDevice() function