OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mdls
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/health/
mcap.c
216
for (l = mcl->
mdls
; l; l = l->next) {
296
l = g_slist_find_custom(mcl->
mdls
, &st, cmp_mdl_state);
298
mcl->
mdls
= g_slist_remove(mcl->
mdls
, mdl);
305
l = g_slist_find_custom(mcl->
mdls
, &st, cmp_mdl_state);
311
for (l = mcl->
mdls
; l; l = l->next) {
322
l = g_slist_find_custom(mcl->
mdls
, &st, cmp_mdl_state);
379
for (l = mcl->
mdls
; l; l = l->next) {
510
mcl->
mdls
= g_slist_insert_sorted(mcl->
mdls
, mcap_mdl_ref(mdl)
[
all
...]
mcap_internal.h
94
GSList *
mdls
; /* List of Data Channels shorted by mdlid */
member in struct:mcap_mcl
Completed in 2347 milliseconds