Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_defaultimpl.cpp33 Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function
47 auto status = service->UnimplementedMethod(kExpectedArgValue, &returned_value); in TEST_F()
Daidl_test_service.cpp589 Status UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl64 int UnimplementedMethod(int arg); in UnimplementedMethod() method
/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() method
74 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod() method
229 pub const UnimplementedMethod: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0; constant
362 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod() method
363 …let _aidl_reply = self.binder.transact(transactions::UnimplementedMethod, binder::FLAG_CLEAR_BUF |… 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() method
1303 transactions::UnimplementedMethod => { in on_transact()
1305 let _aidl_return = _aidl_service.UnimplementedMethod(_arg_arg); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_client.rs591 fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> { in UnimplementedMethod() method
603 let result = service.UnimplementedMethod(EXPECTED_ARG_VALUE); in test_default_impl()
Dtest_service.rs123 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h16 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
DITestService.h165 virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0;
221 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h18 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
DITestService.h111 virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0;
169 ::android::binder::Status UnimplementedMethod(int32_t, int32_t*) override { in UnimplementedMethod() function
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java723 public int UnimplementedMethod(int arg) throws RemoteException { in testDefaultImpl()
733 int ret = service.UnimplementedMethod(expectedArg); in testDefaultImpl()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java21 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Default
283 int _result = this.UnimplementedMethod(_arg0); in onTransact()
969 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Stub.Proxy
980 return getDefaultImpl().UnimplementedMethod(arg); in UnimplementedMethod()
2427 public int UnimplementedMethod(int arg) throws android.os.RemoteException; in UnimplementedMethod() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java101 public int UnimplementedMethod(int arg) throws RemoteException { in UnimplementedMethod() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp34 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->UnimplementedMethod(in_arg, &_aidl_return); in _aidl_onTransact()
1016 ::ndk::ScopedAStatus BpTestService::UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) { in UnimplementedMethod() function in aidl::android::aidl::tests::BpTestService
1040 _aidl_status = ITestService::getDefaultImpl()->UnimplementedMethod(in_arg, _aidl_return); in UnimplementedMethod()
3216 ::ndk::ScopedAStatus ITestServiceDefault::UnimplementedMethod(int32_t /*in_arg*/, int32_t* /*_aidl_… in UnimplementedMethod() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp47 ::android::binder::Status BpTestService::UnimplementedMethod(int32_t arg, int32_t* _aidl_return) { in UnimplementedMethod() function in android::aidl::tests::BpTestService
64 return ITestService::getDefaultImpl()->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod()
2096 ::android::binder::Status _aidl_status(UnimplementedMethod(in_arg, &_aidl_return)); in onTransact()