Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Derror.rs154 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception() method
172 Self::new_exception(exception, message.and_then(to_cstring).as_deref()) in new_exception_str()
Dbinder.rs927 let status = $crate::Status::new_exception(
/frameworks/native/libs/binder/rust/tests/
Dserialization.rs300 reply.write(&Status::new_exception( in on_transact()