Home
last modified time | relevance | path

Searched defs:UnimplementedMethod (Results 1 – 11 of 11) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_defaultimpl.cpp33 Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function
Daidl_test_service.cpp589 Status UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl64 int UnimplementedMethod(int arg); in UnimplementedMethod() method
/system/tools/aidl/tests/rust/
Dtest_service.rs123 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() method
Dtest_client.rs591 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/
DITestService.rs14 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/
DTestServiceServer.java101 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/
DITestService.cpp47 ::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/
DITestService.cpp1016 ::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/
DITestService.java21 @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/
DITestService.h169 ::android::binder::Status UnimplementedMethod(int32_t, int32_t*) override { in UnimplementedMethod() function