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

  /external/bluetooth/bluedroid/osi/include/
config.h 24 struct config_t;
25 typedef struct config_t config_t; typedef in typeref:struct:config_t
32 config_t *config_new(const char *filename);
37 void config_free(config_t *config);
42 bool config_has_section(const config_t *config, const char *section);
46 bool config_has_key(const config_t *config, const char *section, const char *key);
52 int config_get_int(const config_t *config, const char *section, const char *key, int def_value);
57 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value);
63 const char *config_get_string(const config_t *config, const char *section, const char *key, const char *def_value)
    [all...]
  /external/bluetooth/bluedroid/osi/src/
config.c 23 struct config_t { struct
27 static void config_parse(FILE *fp, config_t *config);
31 static section_t *section_find(const config_t *config, const char *section);
35 static entry_t *entry_find(const config_t *config, const char *section, const char *key);
37 config_t *config_new(const char *filename) {
46 config_t *config = calloc(1, sizeof(config_t));
48 ALOGE("%s unable to allocate memory for config_t.", __func__);
61 void config_free(config_t *config) {
69 bool config_has_section(const config_t *config, const char *section)
    [all...]
  /external/bluetooth/bluedroid/osi/test/
config_test.cpp 59 config_t *config = config_new("/meow");
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);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 39 struct config_t { struct in struct:android::VideoFormats
116 static const config_t mResolutionTable[kNumResolutionTypes][32];
117 config_t mConfigs[kNumResolutionTypes][32];
VideoFormats.cpp 28 const VideoFormats::config_t VideoFormats::mResolutionTable[][32] = {
281 const config_t *config = &mResolutionTable[type][index];
  /external/bluetooth/bluedroid/main/
bte_conf.c 34 void bte_trace_conf_config(const config_t *config);
43 config_t *config = config_new(path);
66 config_t *config = config_new(path);
88 config_t *config = config_new(p_path);
bte_logmsg.c 349 void bte_trace_conf_config(const config_t *config) {
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1722 } config_t; typedef in typeref:struct:__anon10539
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.py 312 config = parser.config_t(
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 312 config = parser.config_t(
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c     [all...]

Completed in 1188 milliseconds