Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dconfig_test.cpp190 TEST_F(ConfigTest, config_section_end) { in TEST_F() argument
195 EXPECT_EQ(section, config_section_end(config)); in TEST_F()
/system/bt/osi/include/
Dconfig.h117 const config_section_node_t *config_section_end(const config_t *config);
/system/bt/btif/src/
Dbtif_config.c416 return (const btif_config_section_iter_t *)config_section_end(config); in btif_config_section_end()
507 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired()
565 while (snode != config_section_end(config)) { in btif_config_remove_restricted()
/system/bt/osi/src/
Dconfig.c261 const config_section_node_t *config_section_end(const config_t *config) { in config_section_end() function