Searched defs:ipc_handle (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/trusty/user/app/storage/test/storage_host_test/ |
D | storageproxy_shim.c | 180 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/ |
D | tipc_ns.c | 138 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()
|
D | block_device_tipc.h | 91 handle_t ipc_handle; member 123 handle_t ipc_handle; member
|
D | block_device_tipc.c | 306 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 D | ipc.c | 16 sc_ipc_t ipc_handle; variable
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/sci/ |
D | ipc.c | 16 sc_ipc_t ipc_handle; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | CUDAEvent.h | 174 void ipc_handle(cudaIpcEventHandle_t * handle) { in ipc_handle() function
|
/aosp_15_r20/external/pytorch/torch/cuda/ |
H A D | streams.py | 227 def ipc_handle(self): member in Event
|