/system/tools/aidl/tests/ |
D | aidl_test_client_defaultimpl.cpp | 33 Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function
|
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/rust/ |
D | test_service.rs | 123 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
|
D | test_client.rs | 591 fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> { 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 1249 …fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { self.0.Unimpleme… 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-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
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1016 ::ndk::ScopedAStatus BpTestService::UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) { in UnimplementedMethod() function in aidl::android::aidl::tests::BpTestService 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-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 969 @Override public int UnimplementedMethod(int arg) throws android.os.RemoteException in UnimplementedMethod() method in ITestService.Stub.Proxy 2427 public int UnimplementedMethod(int arg) throws android.os.RemoteException; in UnimplementedMethod() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 169 ::android::binder::Status UnimplementedMethod(int32_t, int32_t*) override { in UnimplementedMethod() function
|