HomeSort by relevance Sort by last modified time
    Searched refs:config_section_next (Results 1 - 4 of 4) sorted by null

  /system/bt/osi/include/
config.h 115 // not be freed and must not be iterated on (must not call |config_section_next| on
121 // a pointer returned by either |config_section_begin| or |config_section_next|.
122 const config_section_node_t *config_section_next(const config_section_node_t *iter);
  /system/bt/osi/test/
config_test.cpp 178 TEST_F(ConfigTest, config_section_next) {
182 section = config_section_next(section);
193 section = config_section_next(section);
194 section = config_section_next(section);
  /system/bt/btif/src/
btif_config.c 426 return (const btif_config_section_iter_t *)config_section_next((const config_section_node_t *)section);
520 snode = config_section_next(snode);
526 snode = config_section_next(snode);
575 snode = config_section_next(snode);
  /system/bt/osi/src/
config.c 266 const config_section_node_t *config_section_next(const config_section_node_t *node) { function

Completed in 35 milliseconds