HomeSort by relevance Sort by last modified time
    Searched full:config_set_int (Results 1 - 3 of 3) sorted by null

  /system/bt/osi/include/
config.h 74 void config_set_int(config_t *config, const char *section, const char *key, int value);
  /system/bt/btif/src/
btif_config.c 201 config_set_int(config, section, key, value);
  /system/bt/osi/src/
config.c 165 void config_set_int(config_t *config, const char *section, const char *key, int value) { function

Completed in 274 milliseconds