| /system/bt/osi/src/ |
| D | config.cc | 44 static auto section_find(T& config, const std::string& section) { in section_find() 51 const std::string& section, in entry_find() 112 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() 116 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() 121 int config_get_int(const config_t& config, const std::string& section, in config_get_int() 131 uint64_t config_get_uint64(const config_t& config, const std::string& section, in config_get_uint64() 141 bool config_get_bool(const config_t& config, const std::string& section, in config_get_bool() 153 const std::string& section, in config_get_string() 162 void config_set_int(config_t* config, const std::string& section, in config_set_int() 167 void config_set_uint64(config_t* config, const std::string& section, in config_set_uint64() [all …]
|
| /system/linkerconfig/modules/tests/ |
| D | section_test.cc | 103 android::linkerconfig::modules::Section section("test_section"); in TEST() local 124 android::linkerconfig::modules::Section section("test_section"); in TEST() local 135 android::linkerconfig::modules::Section section("test_section"); in TEST() local
|
| /system/bt/btif/src/ |
| D | btif_config.cc | 318 bool btif_config_has_section(const char* section) { in btif_config_has_section() 326 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist() 333 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int() 345 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int() 355 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() 367 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() 377 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() 395 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() 404 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() 438 size_t btif_config_get_bin_length(const std::string& section, in btif_config_get_bin_length() [all …]
|
| D | btif_config_transcode.cc | 51 const char* section = j->Attribute("Tag"); in btif_config_transcode() local
|
| D | btif_storage.cc | 457 for (const section_t& section : btif_config_sections()) { in btif_in_fetch_bonded_devices() local 880 for (const section_t& section : btif_config_sections()) { in remove_devices_with_sample_ltk() local 1373 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hid_info() local 1521 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hearing_aids() local 1719 for (const section_t& section : btif_config_sections()) { in btif_storage_load_hidd() local 1750 for (const section_t& section : btif_config_sections()) { in btif_storage_set_hidd() local
|
| /system/core/libunwindstack/tools/ |
| D | unwind_reg_info.cpp | 66 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation() 205 DwarfSection* section = interface->eh_frame(); in GetInfo() local
|
| D | unwind_info.cpp | 84 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
|
| /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/core/libunwindstack/include/unwindstack/ |
| D | DwarfSection.h | 46 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator()
|
| /system/netd/resolv/ |
| D | res_debug.cpp | 159 static void do_section(ns_msg* handle, ns_sect section) { in do_section() 474 const char* p_section(int section, int opcode) { in p_section()
|
| /system/media/camera/docs/ |
| D | metadata_helpers.py | 255 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument 1308 def any_visible(section, kind_name, visibilities): argument 1528 def find_first_older_used_hal_version(section, hal_major_version, hal_minor_version): argument
|
| D | metadata_model.py | 494 def _construct_kinds(self, section): argument
|
| /system/extras/simpleperf/ |
| D | cmd_dumprecord.cpp | 225 const auto& section = pair.second; in DumpFeatureSection() local
|
| D | record_file_reader.cpp | 340 SectionDesc section = it->second; in ReadFeatureSection() local
|
| D | read_elf.cpp | 103 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
|
| /system/core/libunwindstack/ |
| D | ElfInterface.cpp | 482 DwarfSection* section = nullptr; in Step() local
|