Home
last modified time | relevance | path

Searched refs:rust_binder_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dtrace.rs13 unsafe fn rust_binder_ioctl(cmd: c_uint, arg: c_ulong);
25 unsafe { rust_binder_ioctl(cmd, arg as c_ulong) } in trace_ioctl()
H A Drust_binder_events.h18 TRACE_EVENT(rust_binder_ioctl,
H A Drust_binder_main.rs322 unlocked_ioctl: Some(rust_binder_ioctl),
411 unsafe extern "C" fn rust_binder_ioctl( in rust_binder_ioctl() function