NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
TEEC_TempMemoryReference Struct Reference

Detailed Description

This type defines a Temporary Memory Reference.

It is used as a TEEC_Operation parameter when the corresponding parameter type is one of TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_OUTPUT, or TEEC_MEMREF_TEMP_INOUT.

Definition at line 103 of file tee_client_datatypes.h.

Data Fields

void * buffer
 pointer of buffer to be shared More...
 
size_t size
 size of buffer More...
 

Field Documentation

◆ buffer

void* TEEC_TempMemoryReference::buffer

pointer of buffer to be shared

Definition at line 106 of file tee_client_datatypes.h.

◆ size

size_t TEEC_TempMemoryReference::size

size of buffer

Definition at line 108 of file tee_client_datatypes.h.


The documentation for this struct was generated from the following file: