Home
last modified time | relevance | path

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

/system/ulib/tee-client-api/
A Dtee-client-api.c185 static TEEC_Result preprocess_whole_memref(const TEEC_RegisteredMemoryReference* memory_ref, in preprocess_whole_memref() argument
187 ZX_DEBUG_ASSERT(memory_ref); in preprocess_whole_memref()
190 if (!memory_ref->parent) { in preprocess_whole_memref()
194 TEEC_SharedMemory* shared_mem = memory_ref->parent; in preprocess_whole_memref()
222 const TEEC_RegisteredMemoryReference* memory_ref, in preprocess_partial_memref() argument
224 ZX_DEBUG_ASSERT(memory_ref); in preprocess_partial_memref()
227 if (!memory_ref->parent) { in preprocess_partial_memref()
252 TEEC_SharedMemory* shared_mem = memory_ref->parent; in preprocess_partial_memref()
267 out_zx_param->buffer.offset = memory_ref->offset; in preprocess_partial_memref()
268 out_zx_param->buffer.size = memory_ref->size; in preprocess_partial_memref()

Completed in 4 milliseconds