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

  /system/bt/btif/src/
btif_config_transcode.cpp 44 config_t *config = config_new_empty();
btif_config.c 165 config = config_new_empty();
471 config = config_new_empty();
  /system/bt/osi/test/
config_test.cpp 61 TEST_F(ConfigTest, config_new_empty) {
62 config_t *config = config_new_empty();
  /system/bt/osi/src/
config.c 65 config_t *config_new_empty(void) { function
84 config_t *config = config_new_empty();
107 config_t *ret = config_new_empty();
  /system/bt/osi/include/
config.h 31 config_t *config_new_empty(void);

Completed in 926 milliseconds