Home
last modified time | relevance | path

Searched refs:Binder (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/
H A DKconfig5 bool "Android Binder IPC Driver"
10 Binder is used in Android for both communication between processes,
14 Android process, using Binder to identify, invoke and pass arguments
18 bool "Rust version of Android Binder IPC Driver"
21 This enables the Rust implementation of the Binder driver.
23 Binder is used in Android for both communication between processes,
27 Android process, using Binder to identify, invoke and pass arguments
35 Binderfs is a pseudo-filesystem for the Android Binder IPC driver
43 string "Android Binder devices"
55 tristate "KUnit Tests for Android Binder Alloc" if !KUNIT_ALL_TESTS
/linux/Documentation/admin-guide/
H A Dbinderfs.rst7 allows to dynamically add and remove binder devices at runtime. Binder devices
76 Binder features
/linux/drivers/android/binder/
H A Dallocation.rs460 Binder(&'a mut uapi::flat_binder_object), enumerator
524 BINDER_TYPE_WEAK_BINDER | BINDER_TYPE_BINDER => Binder(&mut self.fbo), in as_ref()
H A Dthread.rs659 BinderObjectRef::Binder(obj) => { in translate_object()