Searched defs:section (Results 1 – 10 of 10) sorted by relevance
/system/bt/osi/src/ |
D | config.cc | 135 bool config_has_section(const config_t* config, const char* section) { in config_has_section() 142 bool config_has_key(const config_t* config, const char* section, in config_has_key() 151 int config_get_int(const config_t* config, const char* section, const char* key, in config_get_int() 165 bool config_get_bool(const config_t* config, const char* section, in config_get_bool() 180 const char* config_get_string(const config_t* config, const char* section, in config_get_string() 192 void config_set_int(config_t* config, const char* section, const char* key, in config_set_int() 203 void config_set_bool(config_t* config, const char* section, const char* key, in config_set_bool() 212 void config_set_string(config_t* config, const char* section, const char* key, in config_set_string() 234 bool config_remove_section(config_t* config, const char* section) { in config_remove_section() 244 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.cc | 246 bool btif_config_has_section(const char* section) { in btif_config_has_section() 254 bool btif_config_exist(const char* section, const char* key) { in btif_config_exist() 263 bool btif_config_get_int(const char* section, const char* key, int* value) { in btif_config_get_int() 276 bool btif_config_set_int(const char* section, const char* key, int value) { in btif_config_set_int() 287 bool btif_config_get_str(const char* section, const char* key, char* value, in btif_config_get_str() 306 bool btif_config_set_str(const char* section, const char* key, in btif_config_set_str() 318 bool btif_config_get_bin(const char* section, const char* key, uint8_t* value, in btif_config_get_bin() 343 size_t btif_config_get_bin_length(const char* section, const char* key) { in btif_config_get_bin_length() 356 bool btif_config_set_bin(const char* section, const char* key, in btif_config_set_bin() 393 const btif_config_section_iter_t* section) { in btif_config_section_next() [all …]
|
D | btif_config_transcode.cc | 55 const char* section = j->Attribute("Tag"); in btif_config_transcode() local
|
/system/bt/osi/test/ |
D | config_test.cc | 169 const config_section_node_t* section = config_section_begin(config); in TEST_F() local 179 const config_section_node_t* section = config_section_begin(config); in TEST_F() local 191 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 | 187 const auto& section = pair.second; in DumpFeatureSection() local
|
D | record_file_reader.cpp | 316 SectionDesc section = it->second; in ReadFeatureSection() local
|
D | read_elf.cpp | 102 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
|