Searched defs:NodeRef (Results 1 – 5 of 5) sorted by relevance
| /drivers/android/binder/ |
| D | node.rs | 787 pub(crate) struct NodeRef { struct 789 /// How many times does this NodeRef hold a refcount on the Node? argument 792 /// How many times does userspace hold a refcount on this NodeRef? argument 797 impl NodeRef { implementation 843 pub(crate) fn clone(&self, strong: bool) -> Result<NodeRef> { in clone() 902 impl Drop for NodeRef { implementation
|
| D | process.rs | 220 ) -> NodeRef { in new_node_ref() 232 ) -> Result<NodeRef, CouldNotDeliverCriticalIncrement> { in new_node_ref_with_thread() 335 fn new(node_ref: NodeRef, handle: u32, process: Arc<Process>) -> impl PinInit<Self> { in new() 744 ) -> Result<Result<NodeRef, CouldNotDeliverCriticalIncrement>> { in get_node_inner() 778 ) -> Result<NodeRef> { in get_node() 796 node_ref: NodeRef, in insert_or_update_handle() 865 pub(crate) fn get_transaction_node(&self, handle: u32) -> BinderResult<NodeRef> { in get_transaction_node() 874 pub(crate) fn get_node_from_handle(&self, handle: u32, strong: bool) -> Result<NodeRef> { in get_node_from_handle()
|
| D | context.rs | 144 pub(crate) fn get_manager_node(&self, strong: bool) -> Result<NodeRef, BinderError> { in get_manager_node()
|
| D | allocation.rs | 159 pub(crate) fn set_info_target_node(&mut self, target_node: NodeRef) { in set_info_target_node() 371 node_ref: NodeRef, in transfer_binder_object()
|
| D | transaction.rs | 70 node_ref: NodeRef, in new()
|