Lines Matching full:binder
5 //! This module defines the `Process` type, which represents a process using a particular binder
8 //! The `Process` object keeps track of all of the resources that this process owns in the binder
11 //! There is one `Process` object for each binder fd that a process has opened, so processes using
12 //! several binder contexts have several `Process` objects. This ensures that the contexts are
127 /// Process is frozen and unable to service binder transactions.
198 // a thread that called into (e)poll is handling non-binder in push_work()
417 /// A process using binder.
419 /// Strictly speaking, there can be multiple of these per process. There is one for each binder fd
420 /// that a process has opened, so processes using several binder contexts have several `Process`
636 seq_print!(m, " has delivered dead binder\n"); in debug_print()
725 // is safe to access the `binder` field. in set_as_manager()
726 unsafe { obj.__bindgen_anon_1.binder }, in set_as_manager()
916 // To preserve original binder behaviour, we only fail requests where the manager tries to in update_ref()
1499 // Very unlikely for there to be more than 3, since a process normally uses at most binder and in ioctl_freeze()