Home
last modified time | relevance | path

Searched refs:attr_it (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_sr_hash.cc32 auto attr_it = attr_list->begin(); in calculate_database_info_size() local
33 for (; attr_it != attr_list->end(); attr_it++) { in calculate_database_info_size()
64 auto attr_it = attr_list->begin(); in fill_database_info() local
65 for (; attr_it != attr_list->end(); attr_it++) { in fill_database_info()
69 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()
80 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()
88 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()
101 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()
102 UINT16_TO_STREAM(p_data, attr_it->uuid.As16Bit()); in fill_database_info()
105 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()
[all …]
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp31 UnknownAttrsMap::const_iterator attr_it = m_UnknownAttrs.find(pTag); in getAttributeValue() local
33 if (attr_it == m_UnknownAttrs.end()) { in getAttributeValue()
36 return &attr_it->second; in getAttributeValue()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/
H A Ddisplay_base.cpp556 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local
557 os << attr_it.first << ": " << attr_it.second << in Dump()
558 std::setw(6 - INT(attr_it.second.length())) << " "; in Dump()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Ddisplay_base.cpp733 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local
734 os << std::right << " " << attr_it.first << ": " << attr_it.second; in Dump()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Ddisplay_base.cpp758 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local
759 os << std::right << " " << attr_it.first << ": " << attr_it.second; in Dump()