Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/msm8916/
Dplatform.c158 int fluence_type; member
1219 my_data->fluence_type = FLUENCE_NONE; in platform_init()
1227 my_data->fluence_type = FLUENCE_QUAD_MIC | FLUENCE_DUAL_MIC; in platform_init()
1229 my_data->fluence_type = FLUENCE_DUAL_MIC; in platform_init()
1231 my_data->fluence_type = FLUENCE_NONE; in platform_init()
1234 if (my_data->fluence_type != FLUENCE_NONE) { in platform_init()
1476 int fluence_type = FLUENCE_NONE; in platform_set_fluence_type() local
1481 ALOGV("%s: fluence type:%d", __func__, my_data->fluence_type); in platform_set_fluence_type()
1488 fluence_type = FLUENCE_DUAL_MIC; in platform_set_fluence_type()
1497 fluence_type = FLUENCE_NONE; in platform_set_fluence_type()
[all …]
/hardware/qcom/audio/msm8909/hal/msm8974/
Dplatform.c154 int fluence_type; member
1064 my_data->fluence_type = FLUENCE_NONE; in platform_init()
1071 my_data->fluence_type = FLUENCE_QUAD_MIC | FLUENCE_DUAL_MIC; in platform_init()
1073 my_data->fluence_type = FLUENCE_DUAL_MIC; in platform_init()
1075 my_data->fluence_type = FLUENCE_NONE; in platform_init()
1078 if (my_data->fluence_type != FLUENCE_NONE) { in platform_init()
1318 int fluence_type = FLUENCE_NONE; in platform_set_fluence_type() local
1323 ALOGV("%s: fluence type:%d", __func__, my_data->fluence_type); in platform_set_fluence_type()
1330 fluence_type = FLUENCE_DUAL_MIC; in platform_set_fluence_type()
1339 fluence_type = FLUENCE_NONE; in platform_set_fluence_type()
[all …]
/hardware/qcom/audio/msm8909/hal/msm8960/
Dplatform.c81 int fluence_type; member
255 my_data->fluence_type = FLUENCE_NONE; in platform_init()
259 my_data->fluence_type = FLUENCE_QUAD_MIC; in platform_init()
261 my_data->fluence_type = FLUENCE_DUAL_MIC; in platform_init()
263 my_data->fluence_type = FLUENCE_NONE; in platform_init()
266 if (my_data->fluence_type != FLUENCE_NONE) { in platform_init()
786 if (my_data->fluence_type == FLUENCE_NONE || in platform_get_input_snd_device()
801 if (my_data->fluence_type != FLUENCE_NONE && in platform_get_input_snd_device()
804 if(my_data->fluence_type == FLUENCE_DUAL_MIC) { in platform_get_input_snd_device()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c117 int fluence_type; member
1105 my_data->fluence_type = FLUENCE_PRO_ENABLE; in platform_init()
1107 my_data->fluence_type = FLUENCE_ENABLE; in platform_init()
1109 my_data->fluence_type = FLUENCE_DISABLE; in platform_init()
1112 if (my_data->fluence_type != FLUENCE_DISABLE) { in platform_init()
1154 __func__, my_data->fluence_type, my_data->max_mic_count, my_data->source_mic_type, in platform_init()
2071 if ((my_data->fluence_type == FLUENCE_PRO_ENABLE) && in platform_get_input_snd_device()
2077 } else if ((my_data->fluence_type == FLUENCE_PRO_ENABLE) && in platform_get_input_snd_device()
2083 } else if (((my_data->fluence_type == FLUENCE_PRO_ENABLE) || in platform_get_input_snd_device()
2084 (my_data->fluence_type == FLUENCE_ENABLE)) && in platform_get_input_snd_device()