Home
last modified time | relevance | path

Searched defs:ipc_handle (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/trusty/user/app/storage/test/storage_host_test/
Dstorageproxy_shim.c180 int ns_open_file(handle_t ipc_handle, in ns_open_file()
218 void ns_close_file(handle_t ipc_handle, ns_handle_t handle) { in ns_close_file()
282 int ns_get_max_size(handle_t ipc_handle, in ns_get_max_size()
290 int ns_read_pos(handle_t ipc_handle, in ns_read_pos()
303 int ns_write_pos(handle_t ipc_handle, in ns_write_pos()
/aosp_15_r20/trusty/user/app/storage/
Dtipc_ns.c138 int ns_open_file(handle_t ipc_handle, in ns_open_file()
188 void ns_close_file(handle_t ipc_handle, ns_handle_t handle) { in ns_close_file()
216 int ns_get_max_size(handle_t ipc_handle, in ns_get_max_size()
277 int ns_read_pos(handle_t ipc_handle, in ns_read_pos()
323 int ns_write_pos(handle_t ipc_handle, in ns_write_pos()
Dblock_device_tipc.h91 handle_t ipc_handle; member
123 handle_t ipc_handle; member
Dblock_device_tipc.c306 handle_t ipc_handle, in block_device_tipc_init_dev_ns()
926 handle_t ipc_handle, in block_device_tipc_init()
1052 handle_t ipc_handle, in block_device_tipc_reconnect()
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/sci/
H A Dipc.c16 sc_ipc_t ipc_handle; variable
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/sci/
Dipc.c16 sc_ipc_t ipc_handle; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAEvent.h174 void ipc_handle(cudaIpcEventHandle_t * handle) { in ipc_handle() function
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dstreams.py227 def ipc_handle(self): member in Event