HomeSort by relevance Sort by last modified time
    Searched refs:acdb_send_audio_cal (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/audio/hal/msm8960/
platform.c 90 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
328 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
330 if (!my_data->acdb_send_audio_cal)
331 ALOGW("%s: Could not find the symbol acdb_send_audio_cal from %s",
465 if (my_data->acdb_send_audio_cal) {
473 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 43 acdb_send_audio_cal_t acdb_send_audio_cal; variable
308 if (value && acdb_send_audio_cal)
309 acdb_send_audio_cal(AFE_PROXY_ACDB_ID, ACDB_DEV_TYPE_OUT);
631 acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(acdb_handle,
633 if (!acdb_send_audio_cal)
634 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c 145 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 131 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 66 static void (*acdb_send_audio_cal)(int,int); variable
802 acdb_send_audio_cal = dlsym(uc_mgr->acdb_handle,"acdb_loader_send_audio_cal");
803 if (acdb_send_audio_cal == NULL) {
806 acdb_send_audio_cal(ctrl_list[uc_index].acdb_id,
    [all...]

Completed in 732 milliseconds