Searched refs:fdio_remote_create (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/fdio/ |
| A D | remoteio.c | 370 *out_io = fdio_remote_create(channel, event); in fdio_from_channel() 424 io = fdio_remote_create(handle, 0); in fdio_from_handles() 433 io = fdio_remote_create(handle, 0); in fdio_from_handles() 436 io = fdio_remote_create(handle, info->file.event); in fdio_from_handles() 446 io = fdio_remote_create(handle, 0); in fdio_from_handles() 449 io = fdio_remote_create(handle, info->device.event); in fdio_from_handles() 503 io = fdio_remote_create(handles[0], 0); in fdio_create_fd() 506 io = fdio_remote_create(handles[0], handles[1]); in fdio_create_fd()
|
| A D | zxio.c | 466 fdio_t* fdio_remote_create(zx_handle_t control, zx_handle_t event) { in fdio_remote_create() function
|
| A D | unistd.c | 651 fdio_fdtab[arg_fd] = fdio_remote_create(h, event); in __libc_extensions_init()
|
| /system/ulib/fdio/include/lib/fdio/ |
| A D | util.h | 67 fdio_t* fdio_remote_create(zx_handle_t h, zx_handle_t event);
|
Completed in 15 milliseconds