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/
audio_hw.h
269
acdb_send_audio_cal_t
acdb_send_audio_cal
;
member in struct:audio_device
audio_hw.c
313
if (adev->
acdb_send_audio_cal
) {
321
adev->
acdb_send_audio_cal
(acdb_dev_id, acdb_dev_type);
323
ALOGW("%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 991 milliseconds