Home
last modified time | relevance | path

Searched refs:fluence_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c149 int fluence_type; member
1136 my_data->fluence_type = FLUENCE_NONE; in platform_init()
1145 my_data->fluence_type = FLUENCE_DUAL_MIC; in platform_init()
1147 my_data->fluence_type = FLUENCE_NONE; in platform_init()
1150 if (my_data->fluence_type != FLUENCE_NONE) { in platform_init()
2059 if (my_data->fluence_type != FLUENCE_NONE) {
2100 if (my_data->fluence_type != FLUENCE_NONE &&
2126 } else if (my_data->fluence_type != FLUENCE_NONE &&
2151 } else if (my_data->fluence_type != FLUENCE_NONE &&
2231 if (my_data->fluence_type == FLUENCE_NONE ||
[all …]
/aosp12/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c155 int fluence_type; member
1831 my_data->fluence_type = FLUENCE_PRO_ENABLE; in platform_init()
1833 my_data->fluence_type = FLUENCE_ENABLE; in platform_init()
1835 my_data->fluence_type = FLUENCE_DISABLE; in platform_init()
1838 if (my_data->fluence_type != FLUENCE_DISABLE) { in platform_init()
3117 if (my_data->fluence_type != FLUENCE_DISABLE) { in get_snd_device_for_voice_comm()
3121 if ((my_data->fluence_type & FLUENCE_PRO_ENABLE) && in get_snd_device_for_voice_comm()
3134 if (((my_data->fluence_type & FLUENCE_PRO_ENABLE) || in get_snd_device_for_voice_comm()
3135 (my_data->fluence_type & FLUENCE_ENABLE)) && in get_snd_device_for_voice_comm()
3376 if ((my_data->fluence_type == FLUENCE_PRO_ENABLE) && in platform_get_input_snd_device()
[all …]