Searched refs:SND_USE_CASE_VERB_VOLTE (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | msm8960_use_cases.h | 215 #define SND_USE_CASE_VERB_VOLTE "VoLTE" macro
|
D | alsa_ucm.c | 940 !strncmp(useCase, SND_USE_CASE_VERB_VOLTE, in getUseCaseType() 941 MAX_LEN(useCase,SND_USE_CASE_VERB_VOLTE)) || in getUseCaseType()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioHardwareALSA.cpp | 1653 disableVoiceCall((char *)SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1662 enableVoiceCall((char *)SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1671 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1672 strlen(SND_USE_CASE_VERB_VOLTE))) || in routeVoLTECall() 1690 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1691 strlen(SND_USE_CASE_VERB_VOLTE))) || in routeVoLTECall()
|
D | alsa_default.cpp | 1261 !strncmp(useCase, SND_USE_CASE_VERB_VOLTE, in getUseCaseType() 1262 MAX_LEN(useCase,SND_USE_CASE_VERB_VOLTE)) || in getUseCaseType()
|