Searched refs:rust_binder_ioctl (Results 1 – 3 of 3) sorted by relevance
13 unsafe fn rust_binder_ioctl(cmd: c_uint, arg: c_ulong);25 unsafe { rust_binder_ioctl(cmd, arg as c_ulong) } in trace_ioctl()
18 TRACE_EVENT(rust_binder_ioctl,
322 unlocked_ioctl: Some(rust_binder_ioctl),411 unsafe extern "C" fn rust_binder_ioctl( in rust_binder_ioctl() function