Home
last modified time | relevance | path

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

/drivers/android/binder/
Drust_binder_internal.h27 typedef void *rust_binder_context; typedef
41 rust_binder_context ctx;
50 rust_binder_context rust_binder_new_context(char *name);
51 void rust_binder_remove_context(rust_binder_context device);
Drust_binder_main.rs60 pub type rust_binder_context = *mut kernel::ffi::c_void; typedef
65 pub ctx: rust_binder_context,
Drust_binderfs.c121 rust_binder_context ctx = NULL; in binderfs_binder_device_create()