Home
last modified time | relevance | path

Searched refs:CreateOutputParameterSet (Results 1 – 3 of 3) sorted by relevance

/system/dev/tee/optee/
A Doptee-message.h226 zx_status_t CreateOutputParameterSet(size_t starting_param_index,
277 zx_status_t CreateOutputParameterSet(fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() function
278 return Message::CreateOutputParameterSet(kNumFixedOpenSessionParams, out_parameter_set); in CreateOutputParameterSet()
321 zx_status_t CreateOutputParameterSet(fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() function
322 return Message::CreateOutputParameterSet(0, out_parameter_set); in CreateOutputParameterSet()
A Doptee-client.cpp226 if (message.CreateOutputParameterSet(&result.parameter_set) != ZX_OK) { in OpenSession()
277 if (message.CreateOutputParameterSet(&result.parameter_set) != ZX_OK) { in InvokeCommand()
A Doptee-message.cpp178 Message::CreateOutputParameterSet(size_t starting_param_index, in CreateOutputParameterSet() function in optee::Message

Completed in 14 milliseconds