/aosp_15_r20/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.cpp | 774 Status UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonf414188e0111::NativeService
|
D | aidl_test_service_ndk.cpp | 657 ScopedAStatus UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anon0586964a0111::NativeService
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 39 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 40 return _impl->UnimplementedMethod(in_arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 24 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 642 virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0; 718 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 39 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 40 return _impl->UnimplementedMethod(in_arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 24 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 642 virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0; 718 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 111 int UnimplementedMethod(int arg); in UnimplementedMethod() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 107 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 108 return _aidl_delegate->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 23 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 550 virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0; 628 …::android::binder::Status UnimplementedMethod(int32_t /*arg*/, int32_t* /*_aidl_return*/) override… in UnimplementedMethod() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 107 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function 108 return _aidl_delegate->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod()
|
D | BpTestService.h | 23 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
|
D | ITestService.h | 550 virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0; 628 …::android::binder::Status UnimplementedMethod(int32_t /*arg*/, int32_t* /*_aidl_return*/) override… in UnimplementedMethod() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 25 fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 109 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3… 185 async fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 278 fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> { in new_async_binder() 279 self._rt.block_on(self._inner.r#UnimplementedMethod(_arg_arg)) in new_async_binder() 504 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3… in try_into_local_async() 505 Box::pin(self._native.try_as_async_server().unwrap().r#UnimplementedMethod(_arg_arg)) in try_into_local_async() 726 fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> { 941 …pub const r#UnimplementedMethod: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 1115 return _aidl_default_impl.r#UnimplementedMethod(_arg_arg); in read_response_UnimplementedMethod() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 25 fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 109 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3… 185 async fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 278 fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> { in new_async_binder() 279 self._rt.block_on(self._inner.r#UnimplementedMethod(_arg_arg)) in new_async_binder() 504 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3… in try_into_local_async() 505 Box::pin(self._native.try_as_async_server().unwrap().r#UnimplementedMethod(_arg_arg)) in try_into_local_async() 726 fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> { 941 …pub const r#UnimplementedMethod: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 1115 return _aidl_default_impl.r#UnimplementedMethod(_arg_arg); in read_response_UnimplementedMethod() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 854 public int UnimplementedMethod(int arg) throws RemoteException { in testDefaultImpl() 864 int ret = service.UnimplementedMethod(expectedArg); in testDefaultImpl()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 30 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Default 344 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Delegator 346 return mImpl.UnimplementedMethod(arg); in UnimplementedMethod() 993 int _result = this.UnimplementedMethod(_arg0); in onTransact() 1899 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Stub.Proxy 1911 return getDefaultImpl().UnimplementedMethod(arg); in UnimplementedMethod() 3854 public int UnimplementedMethod(int arg) throws android.os.RemoteException; in UnimplementedMethod() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 30 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Default 344 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Delegator 346 return mImpl.UnimplementedMethod(arg); in UnimplementedMethod() 993 int _result = this.UnimplementedMethod(_arg0); in onTransact() 1899 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Stub.Proxy 1911 return getDefaultImpl().UnimplementedMethod(arg); in UnimplementedMethod() 3854 public int UnimplementedMethod(int arg) throws android.os.RemoteException; in UnimplementedMethod() method
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_client.rs | 939 fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> { in UnimplementedMethod() method 951 let result = service.UnimplementedMethod(EXPECTED_ARG_VALUE); in test_default_impl()
|
D | test_service.rs | 152 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
|
D | test_service_async.rs | 182 async fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 153 public int UnimplementedMethod(int arg) throws RemoteException { in UnimplementedMethod() method in TestServiceServer
|