OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hfp_usecase
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/hal/audio_extn/
hfp.c
274
struct audio_usecase *
hfp_usecase
= NULL;
local
275
hfp_usecase
= get_usecase_from_list(adev, hfpmod.ucid);
277
if (
hfp_usecase
!= NULL)
/hardware/qcom/audio/hal/
audio_hw.c
814
struct audio_usecase *
hfp_usecase
= NULL;
local
850
hfp_usecase
= get_usecase_from_list(adev, hfp_ucid);
851
if (
hfp_usecase
->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) {
852
in_snd_device =
hfp_usecase
->in_snd_device;
853
out_snd_device =
hfp_usecase
->out_snd_device;
[
all
...]
Completed in 591 milliseconds