Home
last modified time | relevance | path

Searched refs:GET_CHILD_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c64 #define GET_CHILD_COUNT(p) (short)((int)(p)->used / sizeof(cfg_node)) macro
314 for(si = 0; si < GET_CHILD_COUNT(&root); si++) in btif_config_enum()
319 for(ki = 0; ki < GET_CHILD_COUNT(section_node); ki++) in btif_config_enum()
324 for(vi = 0; vi < GET_CHILD_COUNT(key_node); vi++) in btif_config_enum()
449 int count = GET_CHILD_COUNT(p); in find_inode()
466 int count = GET_CHILD_COUNT(p); in find_free_node()
560 bdla(0 <= start && start < GET_CHILD_COUNT(p)); in find_next_node()
561 …bdld("in, start:%d, child count:%d, max count:%d", start, GET_CHILD_COUNT(p), GET_CHILD_MAX_COUNT(… in find_next_node()
564 if(0 <= start && start < GET_CHILD_COUNT(p)) in find_next_node()
567 for(i = start; i < GET_CHILD_COUNT(p); i++) in find_next_node()
[all …]