Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientSMC.c69 TeecResult = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_SMC_OpenSession()
81 TeecResult = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_SMC_OpenSession()
164 TeecResult = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_SMC_CloseSession()
212 TeecResult = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_SMC_InvokeCommand()
H A DOpteeClientRPC.c44 TeecResult = TEEC_ERROR_OUT_OF_MEMORY; in OpteeRpcAlloc()
H A DOpteeClientApiLib.c233 TeecResult = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_AllocateSharedMemory()
H A DOpteeClientRkNewFs_v1.c1163 return TEEC_ERROR_OUT_OF_MEMORY; in ree_fs_new_write()
H A DOpteeClientRkNewFs_v2.c1150 return TEEC_ERROR_OUT_OF_MEMORY; in ree_fs_new_write()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h149 #define TEEC_ERROR_OUT_OF_MEMORY 0xFFFF000C macro