Searched refs:attributeID (Results 1 - 2 of 2) sorted by relevance
/interface/sdk_c/tee/include/ |
H A D | tee_object_api.h | 148 * @param attributeID Indicates the ID of the attribute to obtain, for example, <b>TEE_ObjectAttribute</b>. 161 TEE_Result TEE_GetObjectBufferAttribute(TEE_ObjectHandle object, uint32_t attributeID, void *buffer, size_t *size); 170 * @param attributeID Indicates the ID of the attribute to obtain, for example, <b>TEE_ObjectAttribute</b>. 184 TEE_Result TEE_GetObjectValueAttribute(TEE_ObjectHandle object, uint32_t attributeID, uint32_t *a, uint32_t *b); 265 * @param attributeID Indicates the ID assigned to the <b>TEE_Attribute</b>. 272 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID, void *buffer, size_t length); 278 * @param attributeID Indicates the ID assigned to the <b>TEE_Attribute</b>. 285 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID, uint32_t a, uint32_t b);
|
H A D | tee_defines.h | 167 uint32_t attributeID; member
|
Completed in 3 milliseconds