Home
last modified time | relevance | path

Searched refs:optee_param (Results 1 – 2 of 2) sorted by relevance

/system/dev/tee/optee/
A Doptee-message.cpp53 MessageParam& optee_param = params()[starting_param_index + i]; in TryInitializeParameters() local
58 optee_param.attribute = MessageParam::kAttributeTypeNone; in TryInitializeParameters()
61 is_valid = TryInitializeValue(zx_param.value, &optee_param); in TryInitializeParameters()
64 is_valid = TryInitializeBuffer(zx_param.buffer, temp_memory_pool, &optee_param); in TryInitializeParameters()
208 const MessageParam& optee_param = params()[i]; in CreateOutputParameterSet() local
211 switch (optee_param.attribute) { in CreateOutputParameterSet()
220 zx_param.value = CreateOutputValueParameter(optee_param); in CreateOutputParameterSet()
246 switch (optee_param.attribute) { in CreateOutputValueParameter()
260 const MessageParam::Value& optee_value = optee_param.payload.value; in CreateOutputValueParameter()
270 zx_status_t Message::CreateOutputBufferParameter(const MessageParam& optee_param, in CreateOutputBufferParameter() argument
[all …]
A Doptee-message.h255 fuchsia_hardware_tee_Value CreateOutputValueParameter(const MessageParam& optee_param);
256 zx_status_t CreateOutputBufferParameter(const MessageParam& optee_param,

Completed in 8 milliseconds