Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp36 static int (*csd_slow_talk)(uint8_t); variable
1752 if (csd_slow_talk == NULL) { in getUCMDevice()
1755 err = csd_slow_talk(flag); in getUCMDevice()
1802 csd_slow_talk = (int (*)(uint8_t))::dlsym(csd_handle,"csd_client_slow_talk"); in getUCMDevice()