Searched defs:attributes (Results 1 - 10 of 10) sorted by relevance

/system/connectivity/shill/net/
H A Dgeneric_netlink_message.h31 // payload that consists of a list of structured attributes (it's possible that
44 // value 3 will always mean the same thing for attributes in the same family).
45 // EXCEPTION: Some attributes are nested (that is, they contain a list of other
46 // attributes rather than a single value). Each nested attribute defines the
47 // meaning of the nla_types in the context of attributes that are nested under
57 // | nl | | | | attributes | |
83 AttributeListRefPtr attributes() { return attributes_; } function in class:shill::GenericNetlinkMessage
H A Dnetlink_packet.cc74 const AttributeListRefPtr& attributes) {
75 bool result = attributes->Decode(GetPayload(), consumed_bytes_, factory);
72 ConsumeAttributes( const AttributeList::NewFromIdMethod& factory, const AttributeListRefPtr& attributes) argument
H A Drtnl_message.cc156 // We hit a parse error while going through the attributes
387 ByteString attributes; local
400 attributes.Append(attr_header);
404 attributes.Append(attr_data);
408 packet.Append(attributes);
/system/bt/service/
H A Dgatt_server.h218 std::deque<AttributeEntry> attributes; member in struct:bluetooth::GattServer::ServiceDeclaration
/system/core/adf/libadfhwc/
H A Dadfhwc.cpp146 uint32_t config, const uint32_t *attributes, int32_t *values)
161 for (int i = 0; attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE; i++)
163 attributes[i]);
145 adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc25 #include <chaps/attributes.h>
180 const std::vector<uint8_t>& attributes,
183 std::string label = GetValue(attributes, CKA_LABEL);
185 values_[label] = GetValue(attributes, CKA_VALUE);
212 parsed.attributes()[0].type == CKA_LABEL)
215 (parsed.attributes()[0].type != CKA_VALUE &&
216 parsed.attributes()[0].type != CKA_LABEL) ||
217 (parsed.attributes()[0].pValue &&
218 parsed.attributes()[0].ulValueLen != value.size()))
220 parsed.attributes()[
178 CreateObject(const brillo::SecureBlob& isolate, uint64_t session_id, const std::vector<uint8_t>& attributes, uint64_t* new_object_handle) argument
228 SetAttributeValue( const brillo::SecureBlob& isolate, uint64_t session_id, uint64_t object_handle, const std::vector<uint8_t>& attributes) argument
239 FindObjectsInit(const brillo::SecureBlob& isolate, uint64_t session_id, const std::vector<uint8_t>& attributes) argument
281 GetValue(const std::vector<uint8_t>& attributes, CK_ATTRIBUTE_TYPE type) argument
[all...]
H A Dpkcs11_key_store.cc160 CK_ATTRIBUTE attributes[] = { local
183 attributes,
184 arraysize(attributes),
461 CK_ATTRIBUTE attributes[] = { local
480 attributes,
481 arraysize(attributes)) != CKR_OK) ||
540 CK_ATTRIBUTE attributes[] = { local
555 attributes,
556 arraysize(attributes)) != CKR_OK) ||
663 CK_ATTRIBUTE attributes[] local
[all...]
/system/sepolicy/tools/
H A Dcheckfc.c80 static bool ebitmap_attribute_assertion_init(ebitmap_t *assertions, const char * const attributes[]) argument
83 while (*attributes) {
85 int bit_pos = get_attr_bit(global_state.sepolicy.pdb, *attributes);
96 attributes++;
/system/tpm/trunks/
H A Dresource_manager.cc559 BYTE attributes; local
560 result = Parse_BYTE(&buffer, &attributes, nullptr);
570 command_info->session_continued.push_back((attributes & 1) == 1);
633 BYTE attributes; local
634 result = Parse_BYTE(&buffer, &attributes, nullptr);
643 response_info->session_continued.push_back((attributes & 1) == 1);
H A Dtpm_generated.h949 TPMA_ALGORITHM attributes; member in struct:trunks::TPMS_ALGORITHM_DESCRIPTION
1576 TPMA_NV attributes; member in struct:trunks::TPMS_NV_PUBLIC

Completed in 1298 milliseconds