Searched refs:SND_USE_CASE_VERB_VOLTE (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/audio/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/alsa_sound/ |
D | AudioHardwareALSA.cpp | 1643 disableVoiceCall((char *)SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1652 enableVoiceCall((char *)SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1661 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1662 strlen(SND_USE_CASE_VERB_VOLTE))) || in routeVoLTECall() 1680 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOLTE, in routeVoLTECall() 1681 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()
|