Searched refs:acdb_get_default_app_type (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/msm8909/hal/msm8916/
H A Dplatform.c174 acdb_get_default_app_type_t acdb_get_default_app_type; member in struct:platform_data
1309 my_data->acdb_get_default_app_type = (acdb_get_default_app_type_t)dlsym(
1312 if (!my_data->acdb_get_default_app_type)
1313 ALOGE("%s: Could not find the symbol acdb_get_default_app_type from %s",
1550 if (my_data->acdb_get_default_app_type)
1551 return my_data->acdb_get_default_app_type();
/hardware/qcom/audio/msm8909/hal/msm8974/
H A Dplatform.c170 acdb_get_default_app_type_t acdb_get_default_app_type; member in struct:platform_data
1135 my_data->acdb_get_default_app_type = (acdb_get_default_app_type_t)dlsym(
1138 if (!my_data->acdb_get_default_app_type)
1139 ALOGE("%s: Could not find the symbol acdb_get_default_app_type from %s",
1402 if (my_data->acdb_get_default_app_type)
1403 return my_data->acdb_get_default_app_type();

Completed in 43 milliseconds