Searched defs:section (Results 1 – 10 of 10) sorted by relevance
/system/bt/osi/src/ |
D | config.c | 136 bool config_has_section(const config_t *config, const char *section) { in config_has_section() 143 bool config_has_key(const config_t *config, const char *section, const char *key) { in config_has_key() 151 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) { in config_get_int() 165 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool() 182 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string() 194 void config_set_int(config_t *config, const char *section, const char *key, int value) { in config_set_int() 204 void config_set_bool(config_t *config, const char *section, const char *key, bool value) { in config_set_bool() 212 void config_set_string(config_t *config, const char *section, const char *key, const char *value) { in config_set_string() 232 bool config_remove_section(config_t *config, const char *section) { in config_remove_section() 243 bool config_remove_key(config_t *config, const char *section, const char *key) { in config_remove_key() [all …]
|
/system/bt/btif/src/ |
D | btif_config.c | 257 bool btif_config_has_section(const char *section) { in btif_config_has_section() 268 bool btif_config_exist(const char *section, const char *key) { in btif_config_exist() 280 bool btif_config_get_int(const char *section, const char *key, int *value) { in btif_config_get_int() 295 bool btif_config_set_int(const char *section, const char *key, int value) { in btif_config_set_int() 307 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str() 327 bool btif_config_set_str(const char *section, const char *key, const char *value) { in btif_config_set_str() 340 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) { in btif_config_get_bin() 368 size_t btif_config_get_bin_length(const char *section, const char *key) { in btif_config_get_bin_length() 384 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length)… in btif_config_set_bin() 419 …st btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *section)… in btif_config_section_next() [all …]
|
D | btif_config_transcode.cpp | 52 const char *section = j->Attribute("Tag"); in btif_config_transcode() local
|
/system/bt/osi/test/ |
D | config_test.cpp | 170 const config_section_node_t *section = config_section_begin(config); in TEST_F() local 180 const config_section_node_t *section = config_section_begin(config); in TEST_F() local 192 const config_section_node_t * section = config_section_begin(config); in TEST_F() local
|
/system/media/camera/tests/ |
D | camera_metadata_tests_fake_vendor.h | 163 int section; in get_fakevendor_tag_count() local 177 int section; in get_fakevendor_tags() local
|
/system/extras/simpleperf/ |
D | cmd_dumprecord.cpp | 192 const auto& section = pair.second; in DumpFeatureSection() local
|
D | record_file_reader.cpp | 189 SectionDesc section = it->second; in ReadFeatureSection() local
|
D | read_elf.cpp | 67 static bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 251 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument 1185 def any_visible(section, kind_name, visibilities): argument
|
D | metadata_model.py | 492 def _construct_kinds(self, section): argument
|