Searched defs:NodeRef (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | node.rs | 763 pub(crate) struct NodeRef { struct 765 /// How many times does this NodeRef hold a refcount on the Node? argument 768 /// How many times does userspace hold a refcount on this NodeRef? argument 773 impl NodeRef { implementation 819 pub(crate) fn clone(&self, strong: bool) -> Result<NodeRef> { in clone() 878 impl Drop for NodeRef { implementation
|
| H A D | process.rs | 245 ) -> NodeRef { in new_node_ref() 257 ) -> Result<NodeRef, CouldNotDeliverCriticalIncrement> { in new_node_ref_with_thread() 360 fn new(node_ref: NodeRef, handle: u32, process: Arc<Process>) -> impl PinInit<Self> { in new() 762 ) -> Result<Result<NodeRef, CouldNotDeliverCriticalIncrement>> { in get_node_inner() 796 ) -> Result<NodeRef> { in get_node() 814 node_ref: NodeRef, in insert_or_update_handle() 899 pub(crate) fn get_transaction_node(&self, handle: u32) -> BinderResult<NodeRef> { in get_transaction_node() 908 pub(crate) fn get_node_from_handle(&self, handle: u32, strong: bool) -> Result<NodeRef> { in get_node_from_handle()
|
| H A D | context.rs | 125 pub(crate) fn get_manager_node(&self, strong: bool) -> Result<NodeRef, BinderError> { in get_manager_node()
|
| H A D | allocation.rs | 159 pub(crate) fn set_info_target_node(&mut self, target_node: NodeRef) { in set_info_target_node() 364 node_ref: NodeRef, in transfer_binder_object()
|
| H A D | transaction.rs | 65 node_ref: NodeRef, in new()
|