Searched refs:rust_binder_context (Results 1 – 3 of 3) sorted by relevance
27 typedef void *rust_binder_context; typedef41 rust_binder_context ctx;50 rust_binder_context rust_binder_new_context(char *name);51 void rust_binder_remove_context(rust_binder_context device);
60 pub type rust_binder_context = *mut kernel::ffi::c_void; typedef65 pub ctx: rust_binder_context,
121 rust_binder_context ctx = NULL; in binderfs_binder_device_create()