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

  /external/bluetooth/bluedroid/osi/test/
config_test.cpp 59 config_t *config = config_new("/meow");
63 TEST_F(ConfigTest, config_new) {
64 config_t *config = config_new(CONFIG_FILE);
74 config_t *config = config_new(CONFIG_FILE);
80 config_t *config = config_new(CONFIG_FILE);
87 config_t *config = config_new(CONFIG_FILE);
96 config_t *config = config_new(CONFIG_FILE);
104 config_t *config = config_new(CONFIG_FILE);
110 config_t *config = config_new(CONFIG_FILE);
  /external/bluetooth/bluedroid/osi/include/
config.h 32 config_t *config_new(const char *filename);
  /external/bluetooth/bluedroid/main/
bte_conf.c 43 config_t *config = config_new(path);
66 config_t *config = config_new(path);
88 config_t *config = config_new(p_path);
  /external/bluetooth/bluedroid/osi/src/
config.c 37 config_t *config_new(const char *filename) { function
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c     [all...]

Completed in 130 milliseconds