OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_get_bool
(Results
1 - 4
of
4
) sorted by null
/system/bt/main/
stack_config.cc
75
return
config_get_bool
(config, CONFIG_DEFAULT_SECTION,
80
return
config_get_bool
(config, CONFIG_DEFAULT_SECTION, PTS_SECURE_ONLY_MODE,
85
return
config_get_bool
(config, CONFIG_DEFAULT_SECTION,
90
return
config_get_bool
(config, CONFIG_DEFAULT_SECTION,
bte_conf.cc
59
config_get_bool
(config, section_name, "primaryRecord", false);
/system/bt/osi/include/
config.h
75
bool
config_get_bool
(const config_t* config, const char* section,
/system/bt/osi/src/
config.cc
165
bool
config_get_bool
(const config_t* config, const char* section,
function
Completed in 73 milliseconds