Searched refs:_arg_code (Results 1 – 1 of 1) sorted by relevance
45 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()>; in ThrowServiceException()164 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { in ThrowServiceException()892 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { in ThrowServiceException()895 _aidl_data.write(&_arg_code)?; in ThrowServiceException()900 return _aidl_default_impl.ThrowServiceException(_arg_code); in ThrowServiceException()1279 …n ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { self.0.ThrowSer… in ThrowServiceException()1694 let _arg_code: i32 = _aidl_data.read()?; in on_transact() localVariable1695 let _aidl_return = _aidl_service.ThrowServiceException(_arg_code); in on_transact()