Home
last modified time | relevance | path

Searched refs:is_allocated (Results 1 - 5 of 5) sorted by relevance

/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_type.h123 bool is_allocated; member
/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h100 bool is_allocated; /* memory allocated flag, distinguish between registered or distributed */ member
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c383 bool condition = (sharedMem->is_allocated) && (sharedMem->buffer != NULL) && (sharedMem->buffer != ZERO_SIZE_PTR) && in ReleaseSharedMemory()
535 if (memRef->parent->is_allocated) { in TEEC_EncodePartialParam()
587 if (!memref->parent->is_allocated) { in TEEC_EncodeParam()
1256 sharedMem->is_allocated = false; in TEEC_RegisterSharedMemoryInner()
1311 sharedMem->is_allocated = shmInner->is_allocated; in TEEC_RegisterSharedMemory()
1375 sharedMem->is_allocated = true; in TEEC_AllocateSharedMemoryInner()
1432 sharedMem->is_allocated = shmInner->is_allocated; in TEEC_AllocateSharedMemory()
1513 shmInner.is_allocated in TEEC_ReleaseSharedMemory()
[all...]
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp618 shareMemBuf->is_allocated = *reinterpret_cast<bool *>(data + shmInfoOffset); in CopyToShareMemory()
662 if (!shareMemBuf->is_allocated) { in TeecOptDecodePartialMem()
1021 sharedMem->is_allocated = outShm->is_allocated; in RegisterSharedMemory()
1092 sharedMem->is_allocated = outShm->is_allocated; in AllocateSharedMemory()
/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp614 if (!shm->is_allocated) { in TeecOptDecodePartialMem()
816 bool nRet = optMem->WriteToAshmem(&(shm->is_allocated), (int32_t)(sizeof(bool)), in CovertEncodePtr()
880 if (!shm->is_allocated) { in TeecOptEncodePartialMem()
1230 tloge("reieve shmRet_is_allocated = %{public}d\n", shmRet->is_allocated); in FormatSharedMemory()
1233 sharedMem->is_allocated = shmRet->is_allocated; in FormatSharedMemory()
1450 if (sharedMem->is_allocated) { in ReleaseSharedMemory()

Completed in 8 milliseconds