Searched refs:TEEC_ERROR_OUT_OF_MEMORY (Results 1 – 5 of 5) sorted by relevance
104 TEEC_ERROR_OUT_OF_MEMORY = 0xFFFF000C, enumerator
163 return (int)TEEC_ERROR_OUT_OF_MEMORY; in FillMsgBuffer()
479 teeRet = TEEC_ERROR_OUT_OF_MEMORY; in TranslateRetValue()1371 ret = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_AllocateSharedMemoryInner()
114 HKS_IF_NULL_LOGE_RETURN(localSession, (TEEC_Result)TEEC_ERROR_OUT_OF_MEMORY, "out of memory!") in OpenSession()143 HKS_IF_NULL_LOGE_RETURN(g_context, TEEC_ERROR_OUT_OF_MEMORY, "memory allocate failed!") in TeecOpen()
1305 return TEEC_ERROR_OUT_OF_MEMORY; in MapSharedMemory()