Searched refs:getUCMDevice (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp198 static char *getUCMDevice(uint32_t devices, int input, char *rxDevice);
464 rxDevice = getUCMDevice(devices & AudioSystem::DEVICE_OUT_ALL, 0, NULL);
465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice);
1310 char *getUCMDevice(uint32_t devices, int input, char *rxDevice) function in namespace:android_audio_legacy

Completed in 26 milliseconds