OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_set_int
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/
config.h
83
void
config_set_int
(config_t *config, const char *section, const char *key, int value);
/system/bt/btif/src/
btif_config.c
305
config_set_int
(config, section, key, value);
/system/bt/osi/src/
config.c
194
void
config_set_int
(config_t *config, const char *section, const char *key, int value) {
function
Completed in 608 milliseconds