Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dconfig.cc44 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/
Dsection_test.cc103 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/
Dbtif_config.cc318 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 …]
Dbtif_config_transcode.cc51 const char* section = j->Attribute("Tag"); in btif_config_transcode() local
Dbtif_storage.cc457 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/
Dunwind_reg_info.cpp66 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation()
205 DwarfSection* section = interface->eh_frame(); in GetInfo() local
Dunwind_info.cpp84 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
/system/media/camera/tests/
Dcamera_metadata_tests_fake_vendor.h163 int section; in get_fakevendor_tag_count() local
177 int section; in get_fakevendor_tags() local
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h46 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator()
/system/netd/resolv/
Dres_debug.cpp159 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/
Dmetadata_helpers.py255 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
Dmetadata_model.py494 def _construct_kinds(self, section): argument
/system/extras/simpleperf/
Dcmd_dumprecord.cpp225 const auto& section = pair.second; in DumpFeatureSection() local
Drecord_file_reader.cpp340 SectionDesc section = it->second; in ReadFeatureSection() local
Dread_elf.cpp103 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
/system/core/libunwindstack/
DElfInterface.cpp482 DwarfSection* section = nullptr; in Step() local