OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uc_mgr
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c
48
snd_use_case_mgr_t *
uc_mgr
;
variable
110
if (
uc_mgr
) {
111
snd_use_case_mgr_close(
uc_mgr
);
112
uc_mgr
= NULL;
201
if (
uc_mgr
) {
202
snd_use_case_mgr_close(
uc_mgr
);
203
uc_mgr
= NULL;
206
err = snd_use_case_mgr_open(&
uc_mgr
, identifier);
211
snd_use_case_mgr_wait_for_parsing(
uc_mgr
);
231
if (!
uc_mgr
) {
[
all
...]
alsa_ucm.c
100
*
uc_mgr
- UCM structure pointer or NULL for card list
105
int snd_use_case_get_list(snd_use_case_mgr_t *
uc_mgr
,
117
pthread_mutex_lock(&
uc_mgr
->card_ctxt_ptr->card_lock);
118
if ((
uc_mgr
->snd_card_index >= (int)MAX_NUM_CARDS) ||
119
(
uc_mgr
->snd_card_index < 0) || (
uc_mgr
->card_ctxt_ptr == NULL)) {
121
pthread_mutex_unlock(&
uc_mgr
->card_ctxt_ptr->card_lock);
126
while(strncmp(
uc_mgr
->card_ctxt_ptr->verb_list[index],
129
uc_mgr
->card_ctxt_ptr->verb_list[index]);
132
*list = (char ***)
uc_mgr
->card_ctxt_ptr->verb_list
2126
snd_use_case_mgr_t **
uc_mgr
= (snd_use_case_mgr_t **)&
uc_mgr
_ptr;
local
[
all
...]
Completed in 628 milliseconds