Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/
Daidl_test_client_defaultimpl.cpp33 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()
Daidl_test_service_ndk.cpp639 ScopedAStatus UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonc70ad0540111::NativeService
Daidl_test_service.cpp761 Status UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl111 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/
DBnTestService.h35 ::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()
DBpTestService.h20 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
DITestService.h637 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/
DBnTestService.h35 ::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()
DBpTestService.h20 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
DITestService.h637 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/
DBnTestService.h102 ::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()
DBpTestService.h19 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
DITestService.h546 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/
DBnTestService.h102 ::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()
DBpTestService.h19 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
DITestService.h546 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/
DTestServiceClient.java851 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/
DITestService.rs21 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/
DITestService.rs21 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/
DITestService.java26 @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/
DITestService.java26 @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/
Dtest_service.rs151 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
Dtest_client.rs907 fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> { in UnimplementedMethod() method
919 let result = service.UnimplementedMethod(EXPECTED_ARG_VALUE); in test_default_impl()
Dtest_service_async.rs181 async fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java152 public int UnimplementedMethod(int arg) throws RemoteException { in UnimplementedMethod() method in TestServiceServer

12