/system/tools/aidl/tests/ |
D | aidl_test_client_defaultimpl.cpp | 33 Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 46 auto status = service->UnimplementedMethod(kExpectedArgValue, &returned_value); in TEST_F() 58 auto status = service->UnimplementedMethod(kExpectedArgValue, &returned_value); in TEST_F()
|
D | aidl_test_service_ndk.cpp | 639 ScopedAStatus UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonc70ad0540111::NativeService
|
D | aidl_test_service.cpp | 761 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 | 111 int UnimplementedMethod(int arg); in UnimplementedMethod() method
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 35 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 36 return _impl->UnimplementedMethod(in_arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 20 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 637 virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0; 712 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 35 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 36 return _impl->UnimplementedMethod(in_arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 20 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 637 virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0; 712 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 102 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 103 return _aidl_delegate->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 19 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 546 virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0; 623 …::android::binder::Status UnimplementedMethod(int32_t /*arg*/, int32_t* /*_aidl_return*/) override… in UnimplementedMethod() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 102 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 103 return _aidl_delegate->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 19 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 546 virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0; 623 …::android::binder::Status UnimplementedMethod(int32_t /*arg*/, int32_t* /*_aidl_return*/) override… in UnimplementedMethod() function
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 851 public int UnimplementedMethod(int arg) throws RemoteException { in testDefaultImpl() 861 int ret = service.UnimplementedMethod(expectedArg); in testDefaultImpl()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 21 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32>; 101 …fn r#UnimplementedMethod<'a>(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i32>… 176 async fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32>; 268 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32> { in new_async_binder() 269 self._rt.block_on(self._inner.r#UnimplementedMethod(_arg_arg)) in new_async_binder() 484 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32> { 696 …pub const r#UnimplementedMethod: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 869 return _aidl_default_impl.r#UnimplementedMethod(_arg_arg); in read_response_UnimplementedMethod() 2149 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32> { 2151 …let _aidl_reply = self.binder.submit_transact(transactions::r#UnimplementedMethod, _aidl_data, bin… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 21 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32>; 101 …fn r#UnimplementedMethod<'a>(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i32>… 176 async fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32>; 268 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32> { in new_async_binder() 269 self._rt.block_on(self._inner.r#UnimplementedMethod(_arg_arg)) in new_async_binder() 484 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32> { 696 …pub const r#UnimplementedMethod: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 869 return _aidl_default_impl.r#UnimplementedMethod(_arg_arg); in read_response_UnimplementedMethod() 2149 fn r#UnimplementedMethod(&self, _arg_arg: i32) -> binder::Result<i32> { 2151 …let _aidl_reply = self.binder.submit_transact(transactions::r#UnimplementedMethod, _aidl_data, bin… [all …]
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 26 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Default 335 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Delegator 337 return mImpl.UnimplementedMethod(arg); in UnimplementedMethod() 974 int _result = this.UnimplementedMethod(_arg0); in onTransact() 1834 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Stub.Proxy 1846 return getDefaultImpl().UnimplementedMethod(arg); in UnimplementedMethod() 3761 public int UnimplementedMethod(int arg) throws android.os.RemoteException; in UnimplementedMethod() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 26 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Default 335 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Delegator 337 return mImpl.UnimplementedMethod(arg); in UnimplementedMethod() 974 int _result = this.UnimplementedMethod(_arg0); in onTransact() 1834 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Stub.Proxy 1846 return getDefaultImpl().UnimplementedMethod(arg); in UnimplementedMethod() 3761 public int UnimplementedMethod(int arg) throws android.os.RemoteException; in UnimplementedMethod() method
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 151 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
|
D | test_client.rs | 907 fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> { in UnimplementedMethod() method 919 let result = service.UnimplementedMethod(EXPECTED_ARG_VALUE); in test_default_impl()
|
D | test_service_async.rs | 181 async fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 152 public int UnimplementedMethod(int arg) throws RemoteException { in UnimplementedMethod() method in TestServiceServer
|