Home
last modified time | relevance | path

Searched refs:prepare_transact (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dbinder.rs210 fn prepare_transact(&self) -> Result<Parcel>; in prepare_transact() method
245 let mut parcel = self.prepare_transact()?; in transact()
Dproxy.rs229 fn prepare_transact(&self) -> Result<Parcel> { in prepare_transact() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs967 let parcel = service1.prepare_transact().unwrap(); in binder_parcel_mixup()