/system/tools/aidl/tests/ |
D | aidl_test_client_defaultimpl.cpp | 33 Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 47 auto status = service->UnimplementedMethod(kExpectedArgValue, &returned_value); in TEST_F()
|
D | aidl_test_service.cpp | 589 Status UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 64 int UnimplementedMethod(int arg); in UnimplementedMethod() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 14 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/ |
D | test_client.rs | 591 fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> { in UnimplementedMethod() method 603 let result = service.UnimplementedMethod(EXPECTED_ARG_VALUE); in test_default_impl()
|
D | test_service.rs | 123 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/ |
D | BpTestService.h | 16 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 165 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/ |
D | BpTestService.h | 18 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 111 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/ |
D | TestServiceClient.java | 723 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/ |
D | ITestService.java | 21 @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/ |
D | TestServiceServer.java | 101 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/ |
D | ITestService.cpp | 34 ::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/ |
D | ITestService.cpp | 47 ::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()
|