Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs14 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32>; in UnimplementedMethod()
74 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod()
362 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod()
365 _aidl_data.write(&_arg_arg)?; in UnimplementedMethod()
370 return _aidl_default_impl.UnimplementedMethod(_arg_arg); in UnimplementedMethod()
1249 …fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { self.0.Unimpleme… in UnimplementedMethod()
1304 let _arg_arg: i32 = _aidl_data.read()?; in on_transact() localVariable
1305 let _aidl_return = _aidl_service.UnimplementedMethod(_arg_arg); in on_transact()