HomeSort by relevance Sort by last modified time
    Searched refs:sharedMem (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 511 TEEC_SharedMemory* sharedMem)
517 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem);
522 sCommand.sRegisterSharedMemory.nMemoryFlags = sharedMem->flags;
523 sCommand.sRegisterSharedMemory.nSharedMemSize = sharedMem->size;
525 sCommand.sRegisterSharedMemory.nSharedMemDescriptors[0] = (uint32_t)sharedMem->buffer;
536 sharedMem->imp._pContext = context;
537 sharedMem->imp._hBlock = sAnswer.sRegisterSharedMemory.hBlock;
546 TEEC_SharedMemory* sharedMem)
549 sharedMem->imp._pContext = NULL;
550 sharedMem->imp._hBlock = S_HANDLE_NULL
    [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 152 TEEC_SharedMemory* sharedMem);
156 TEEC_SharedMemory* sharedMem);
159 TEEC_SharedMemory* sharedMem);
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]

Completed in 1141 milliseconds