OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixer_string
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/post_proc/
effect_api.c
59
char
mixer_string
[128];
local
61
snprintf(
mixer_string
, sizeof(
mixer_string
),
63
ALOGV("%s:
mixer_string
: %s", __func__,
mixer_string
);
70
ctl = mixer_get_ctl_by_name(mixer,
mixer_string
);
bundle.c
184
char
mixer_string
[128];
local
205
snprintf(
mixer_string
, sizeof(
mixer_string
),
215
out_ctxt->ctl = mixer_get_ctl_by_name(out_ctxt->mixer,
mixer_string
);
Completed in 63 milliseconds