Searched defs:AidlErrorCode (Results 1 – 2 of 2) sorted by relevance
153 pub fn err_code(&self) -> AidlErrorCode { in err_code()257 pub enum AidlErrorCode { enum
404 fn onError(&self, cid: i32, error_code: AidlErrorCode, message: &str) -> BinderResult<()> { in onError()