OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acdb_send_audio_cal
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/hal/msm8960/
platform.c
88
acdb_send_audio_cal_t
acdb_send_audio_cal
;
member in struct:platform_data
313
my_data->
acdb_send_audio_cal
= (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
315
if (!my_data->
acdb_send_audio_cal
)
316
ALOGW("%s: Could not find the symbol
acdb_send_audio_cal
from %s",
430
if (my_data->
acdb_send_audio_cal
) {
438
my_data->
acdb_send_audio_cal
(acdb_dev_id, acdb_dev_type);
[
all
...]
/hardware/qcom/audio/hal/msm8974/
platform.c
84
acdb_send_audio_cal_t
acdb_send_audio_cal
;
member in struct:platform_data
757
my_data->
acdb_send_audio_cal
= (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
759
if (!my_data->
acdb_send_audio_cal
)
760
ALOGE("%s: Could not find the symbol
acdb_send_audio_cal
from %s",
[
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 36 milliseconds