Searched defs:section (Results 1 – 9 of 9) sorted by relevance
| /system/bt/btif/src/ |
| D | btif_config.c | 167 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 …]
|
| D | btif_config_transcode.cpp | 52 const char *section = j->Attribute("Tag"); in btif_config_transcode() local
|
| /system/bt/osi/src/ |
| D | config.c | 134 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/ |
| 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 | 162 int section; in get_fakevendor_tag_count() local 176 int section; in get_fakevendor_tags() local
|
| /system/extras/simpleperf/ |
| D | read_elf.cpp | 39 static bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
|
| D | cmd_dumprecord.cpp | 172 SectionDesc& section = sections[i]; in DumpFeatureSection() local
|
| /system/media/camera/docs/ |
| D | metadata_helpers.py | 170 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument 1007 def any_visible(section, kind_name, visibilities): argument
|
| D | metadata_model.py | 477 def _construct_kinds(self, section): argument
|