Home
last modified time | relevance | path

Searched defs:NodeRefInfo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs337 pub(crate) struct NodeRefInfo { struct
344 /// Used to store this `NodeRefInfo` in the node's `refs` list. argument
347 /// The handle for this `NodeRefInfo`. argument
353 impl NodeRefInfo { implementation
H A Dnode.rs300 info: &NodeRefInfo, in remove_node_info()
301 ) -> Option<ListArc<NodeRefInfo, { NodeRefInfo::LIST_NODE }>> { in remove_node_info()