Searched refs:memory_specs_param (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-client.cpp559 const MessageParam& memory_specs_param = params[0]; local
560 if (memory_specs_param.attribute != MessageParam::AttributeType::kAttributeTypeValueInput) {
569 auto& mem_specs = memory_specs_param.payload.value.allocate_memory_specs;
627 const MessageParam& memory_specs_param = params[0]; local
628 if (memory_specs_param.attribute != MessageParam::AttributeType::kAttributeTypeValueInput) {
635 auto& mem_specs = memory_specs_param.payload.value.free_memory_specs;

Completed in 76 milliseconds