Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder_internal.h50 rust_binder_context rust_binder_new_context(char *name);
H A Drust_binder_main.rs336 unsafe extern "C" fn rust_binder_new_context( in rust_binder_new_context() function
H A Drust_binderfs.c154 ctx = rust_binder_new_context(req->name); in binderfs_binder_device_create()