Home
last modified time | relevance | path

Searched refs:new_reply (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dtransaction.rs149 pub(crate) fn new_reply( in new_reply() method
H A Dthread.rs1321 let reply = Transaction::new_reply(self, process, info, allow_fds)?; in reply_inner()