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

/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-client.cpp420 message.set_return_code(TEEC_ERROR_NOT_SUPPORTED);
427 message.set_return_code(TEEC_ERROR_NOT_SUPPORTED);
434 message.set_return_code(TEEC_ERROR_NOT_SUPPORTED);
448 message->set_return_code(TEEC_ERROR_BAD_PARAMETERS);
465 message->set_return_code(TEEC_ERROR_BAD_PARAMETERS);
473 message->set_return_code(TEEC_ERROR_BAD_PARAMETERS);
501 message->set_return_code(TEEC_ERROR_ITEM_NOT_FOUND);
504 message->set_return_code(TEEC_ERROR_GENERIC);
510 message->set_return_code(TEEC_ERROR_GENERIC);
518 message->set_return_code(TEEC_SUCCES
[all...]
H A Doptee-message.cpp101 set_return_code(TEEC_ERROR_BAD_PARAMETERS);
116 set_return_code(TEEC_ERROR_BAD_PARAMETERS);
138 set_return_code(TEEC_ERROR_NOT_IMPLEMENTED);
144 set_return_code(TEEC_ERROR_BAD_PARAMETERS);
H A Doptee-message.h287 void set_return_code(uint32_t return_code) { function

Completed in 85 milliseconds