Home
last modified time | relevance | path

Searched refs:NULL_POINTER (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp60 NULL_POINTER = EX_NULL_POINTER, enumerator
/frameworks/native/libs/binder/rust/src/
Derror.rs78 e if e == ExceptionCode::NULL_POINTER as i32 => ExceptionCode::NULL_POINTER, in parse_exception_code()
Dbinder.rs772 $crate::ExceptionCode::NULL_POINTER,
/frameworks/native/libs/binder/rust/tests/
Dserialization.rs301 assert_eq!(status.exception_code(), ExceptionCode::NULL_POINTER); in on_transact()
315 ExceptionCode::NULL_POINTER, in on_transact()