Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/libalsa-intf/
Dmsm8960_use_cases.h208 #define SND_USE_CASE_VERB_DL_REC "DL REC" macro
Dalsa_ucm.c926 !strncmp(useCase, SND_USE_CASE_VERB_DL_REC, in getUseCaseType()
927 MAX_LEN(useCase,SND_USE_CASE_VERB_DL_REC)) || in getUseCaseType()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp220 strlcpy(mHandle->useCase, SND_USE_CASE_VERB_DL_REC, in read()
275 !strcmp(mHandle->useCase, SND_USE_CASE_VERB_DL_REC) || in read()
Dalsa_default.cpp1245 !strncmp(useCase, SND_USE_CASE_VERB_DL_REC, in getUseCaseType()
1246 MAX_LEN(useCase,SND_USE_CASE_VERB_DL_REC)) || in getUseCaseType()
DAudioHardwareALSA.cpp1285 strlcpy(alsa_handle.useCase, SND_USE_CASE_VERB_DL_REC, in openInputStream()
1354 !strcmp(it->useCase, SND_USE_CASE_VERB_DL_REC) || in openInputStream()