Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder_main.rs222 struct DeliverCode { struct
228 impl ListArcSafe<0> for DeliverCode { untracked; } argument
231 impl DeliverCode { implementation
248 impl DeliverToRead for DeliverCode { implementation
H A Dthread.rs34 BinderReturnWriter, DArc, DLArc, DTRWrap, DeliverCode, DeliverToRead,
1223 let list_completion = DTRWrap::arc_try_new(DeliverCode::new(BR_TRANSACTION_COMPLETE))?; in transaction_inner()
1262 let completion = DTRWrap::arc_try_new(DeliverCode::new(BR_TRANSACTION_COMPLETE))?; in reply_inner()
1300 let list_completion = DTRWrap::arc_try_new(DeliverCode::new(code))?; in oneway_transaction_inner()