Home
last modified time | relevance | path

Searched defs:section (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/src/
Dbtif_config.c167 bool btif_config_has_section(const char *section) { in btif_config_has_section()
178 bool btif_config_exist(const char *section, const char *key) { in btif_config_exist()
190 bool btif_config_get_int(const char *section, const char *key, int *value) { in btif_config_get_int()
205 bool btif_config_set_int(const char *section, const char *key, int value) { in btif_config_set_int()
217 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str()
237 bool btif_config_set_str(const char *section, const char *key, const char *value) { in btif_config_set_str()
250 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) { in btif_config_get_bin()
278 size_t btif_config_get_bin_length(const char *section, const char *key) { in btif_config_get_bin_length()
294 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length)… in btif_config_set_bin()
331 …st btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *section)… in btif_config_section_next()
[all …]
Dbtif_config_transcode.cpp52 const char *section = j->Attribute("Tag"); in btif_config_transcode() local
/system/bt/osi/src/
Dconfig.c134 bool config_has_section(const config_t *config, const char *section) { in config_has_section()
141 bool config_has_key(const config_t *config, const char *section, const char *key) { in config_has_key()
149 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) { in config_get_int()
163 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool()
180 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string()
192 void config_set_int(config_t *config, const char *section, const char *key, int value) { in config_set_int()
202 void config_set_bool(config_t *config, const char *section, const char *key, bool value) { in config_set_bool()
210 void config_set_string(config_t *config, const char *section, const char *key, const char *value) { in config_set_string()
230 bool config_remove_section(config_t *config, const char *section) { in config_remove_section()
241 bool config_remove_key(config_t *config, const char *section, const char *key) { in config_remove_key()
[all …]
/system/bt/osi/test/
Dconfig_test.cpp170 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/
Dcamera_metadata_tests_fake_vendor.h162 int section; in get_fakevendor_tag_count() local
176 int section; in get_fakevendor_tags() local
/system/extras/simpleperf/
Dread_elf.cpp39 static bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
Dcmd_dumprecord.cpp172 SectionDesc& section = sections[i]; in DumpFeatureSection() local
/system/media/camera/docs/
Dmetadata_helpers.py170 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument
1007 def any_visible(section, kind_name, visibilities): argument
Dmetadata_model.py477 def _construct_kinds(self, section): argument