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

  /system/bt/btif/include/
btif_config_transcode.h 21 typedef struct config_t config_t; typedef in typeref:struct:config_t
23 config_t *btif_config_transcode(const char *xml_filename);
  /system/bt/osi/include/
config.h 25 typedef struct config_t config_t; typedef in typeref:struct:config_t
31 config_t *config_new_empty(void);
38 config_t *config_new(const char *filename);
47 config_t *config_new_clone(const config_t *src);
52 void config_free(config_t *config);
57 bool config_has_section(const config_t *config, const char *section);
61 bool config_has_key(const config_t *config, const char *section, const char *key);
67 int config_get_int(const config_t *config, const char *section, const char *key, int def_value)
    [all...]
  /system/bt/include/
stack_config.h 42 config_t *(*get_all)(void);
  /system/bt/osi/test/
config_test.cpp 62 config_t *config = config_new_empty();
68 config_t *config = config_new("/meow");
74 config_t *config = config_new(CONFIG_FILE);
84 config_t *config = config_new(CONFIG_FILE);
85 config_t *clone = config_new_clone(config);
97 config_t *config = config_new(CONFIG_FILE);
103 config_t *config = config_new(CONFIG_FILE);
110 config_t *config = config_new(CONFIG_FILE);
119 config_t *config = config_new(CONFIG_FILE);
127 config_t *config = config_new(CONFIG_FILE)
    [all...]
  /system/bt/btif/src/
btif_config_transcode.cpp 30 extern "C" config_t *btif_config_transcode(const char *xml_filename) {
44 config_t *config = config_new_empty();
btif_config.c 79 static void btif_config_remove_unpaired(config_t *config);
80 static void btif_config_remove_restricted(config_t *config);
81 static config_t *btif_config_open(const char* filename);
134 static config_t *config;
220 static config_t *btif_config_open(const char *filename) {
221 config_t *config = config_new(filename);
496 config_t *config_paired = config_new_clone(config);
503 static void btif_config_remove_unpaired(config_t *conf) {
565 static void btif_config_remove_restricted(config_t* config) {
  /system/bt/osi/src/
config.c 48 struct config_t { struct
55 static bool config_parse(FILE *fp, config_t *config);
59 static section_t *section_find(const config_t *config, const char *section);
63 static entry_t *entry_find(const config_t *config, const char *section, const char *key);
65 config_t *config_new_empty(void) {
66 config_t *config = osi_calloc(sizeof(config_t));
81 config_t *config_new(const char *filename) {
84 config_t *config = config_new_empty();
104 config_t *config_new_clone(const config_t *src)
    [all...]
  /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];
  /system/bt/main/
stack_config.c 38 static config_t *config;
117 static config_t *get_all(void) {
bte_conf.c 35 config_t *config = config_new(p_path);
bte_logmsg.c 219 static void load_levels_from_config(const config_t *config) {
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1722 } config_t; typedef in typeref:struct:__anon18680
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 312 config = parser.config_t(

Completed in 649 milliseconds