OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:csd_mic_mute
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/hal/msm8960/
platform.c
99
csd_mic_mute_t
csd_mic_mute
;
member in struct:platform_data
359
my_data->
csd_mic_mute
= (csd_mic_mute_t)dlsym(my_data->csd_client,
587
if (my_data->
csd_mic_mute
== NULL) {
588
ALOGE("%s: dlsym error for
csd_mic_mute
", __func__);
590
ret = my_data->
csd_mic_mute
(state);
592
ALOGE("%s:
csd_mic_mute
error %d", __func__, ret);
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp
34
static int (*
csd_mic_mute
)(int);
variable
[
all
...]
/hardware/qcom/audio/hal/msm8974/
platform.c
[
all
...]
Completed in 150 milliseconds