Searched refs:SND_USE_CASE_VERB_FM_REC (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | msm8960_use_cases.h | 204 #define SND_USE_CASE_VERB_FM_REC "FM REC" macro
|
D | alsa_ucm.c | 907 !strncmp(useCase, SND_USE_CASE_VERB_FM_REC, in getUseCaseType() 908 MAX_LEN(useCase,SND_USE_CASE_VERB_FM_REC)) || in getUseCaseType()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioStreamInALSA.cpp | 226 strlcpy(mHandle->useCase, SND_USE_CASE_VERB_FM_REC, sizeof(mHandle->useCase)); in read() 271 !strcmp(mHandle->useCase, SND_USE_CASE_VERB_FM_REC) || in read()
|
D | alsa_default.cpp | 1228 !strncmp(useCase, SND_USE_CASE_VERB_FM_REC, in getUseCaseType() 1229 MAX_LEN(useCase,SND_USE_CASE_VERB_FM_REC)) || in getUseCaseType()
|
D | AudioHardwareALSA.cpp | 1291 strlcpy(alsa_handle.useCase, SND_USE_CASE_VERB_FM_REC, sizeof(alsa_handle.useCase)); in openInputStream() 1351 !strcmp(it->useCase, SND_USE_CASE_VERB_FM_REC) || in openInputStream()
|