Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 21 of 21) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm_nvram_impl.cc70 for (auto attribute : attributes) { in MapAttributesToTpm() local
221 for (const auto& attribute : attributes) { in WriteSpace() local
260 for (const auto& attribute : attributes) { in ReadSpace() local
318 for (const auto& attribute : attributes) { in LockSpace() local
348 for (const auto& attribute : attributes) { in LockSpace() local
Dtpm_manager_service.cc299 for (auto attribute : attributes) { in GetSpaceInfoTask() local
Dtpm2_nvram_impl.cc69 for (auto attribute : attributes) { in MapAttributesToTpm() local
/system/connectivity/wificond/net/
Dnl80211_packet.h140 bool GetAttribute(int id, NL80211Attr<T>* attribute) const { in GetAttribute()
Dnl80211_attribute.h247 bool GetAttribute(int id, NL80211Attr<T>* attribute) const { in GetAttribute()
Dnl80211_packet.cpp172 void NL80211Packet::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute()
Dnl80211_attribute.cpp180 void NL80211NestedAttr::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute()
/system/bt/profile/avrcp/
Ddevice.cc518 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse() local
524 for (const auto& attribute : info.attributes) { in GetElementAttributesResponse() local
846 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse() local
854 for (const auto& attribute : info.attributes) { in GetItemAttributesNowPlayingResponse() local
903 for (const auto& attribute : attributes_requested) { in GetItemAttributesVFSResponse() local
913 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse() local
/system/bt/packet/avrcp/
Dget_element_attributes_packet.cc111 bool GetElementAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry()
Dget_item_attributes.cc46 bool GetItemAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry()
/system/bt/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc107 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
Dget_item_attributes_packet_test.cc56 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
/system/core/init/
Ddevices.h60 SysfsPermissions(const std::string& name, const std::string& attribute, mode_t perm, uid_t uid, in SysfsPermissions()
/system/core/adf/libadfhwc/
Dadfhwc.cpp119 const drm_mode_modeinfo &mode, const uint32_t attribute) in adf_display_attribute()
170 const drm_mode_modeinfo &mode, const uint32_t attribute) in adf_display_attribute_hwc2()
/system/tpm/tpm_manager/client/
Dmain.cc331 NvramSpaceAttribute* attribute) { in DecodeAttribute()
395 NvramSpaceAttribute attribute; in HandleDefineSpace() local
/system/tpm/attestation/common/
Dproto_print.py68 def AddField(self, attribute, field_type, field_name): argument
/system/bt/include/hardware/avrcp/
Davrcp_common.h149 AttributeEntry(const Attribute& attribute, const std::string& value) in AttributeEntry()
152 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {} in AttributeEntry()
156 Attribute attribute() const { return attribute_; } in attribute() function
/system/netd/server/
DNetlinkCommands.cpp203 uint32_t getRtmU32Attribute(const nlmsghdr *nlh, int attribute) { in getRtmU32Attribute()
/system/sepolicy/tests/
Dtreble_sepolicy_tests.py272 def TestViolatorAttribute(attribute): argument
/system/tpm/attestation/server/
Dpkcs11_key_store.cc113 CK_ATTRIBUTE attribute = {CKA_VALUE, nullptr, 0}; in Read() local
531 CK_ATTRIBUTE attribute = {CKA_LABEL, nullptr, 0}; in GetKeyName() local
/system/bt/stack/sdp/
Dsdpint.h124 tSDP_ATTRIBUTE attribute[SDP_MAX_REC_ATTR]; member