| /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 __anon6380430e0111::NativeService
  | 
| D | aidl_test_service_ndk.cpp | 657   ScopedAStatus UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override {  in UnimplementedMethod()  function in __anon4c0400ca0111::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 | 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 | 645   virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0; 721   ::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 | 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 | 645   virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0; 721   ::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 | 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 | 553   virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0; 631 …::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 | 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 | 553   virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0; 631 …::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 | 866         public int UnimplementedMethod(int arg) throws RemoteException {  in testDefaultImpl() 876       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 | 29   fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 113 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3… 189   async fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 282       fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> {  in new_async_binder() 283         self._rt.block_on(self._inner.r#UnimplementedMethod(_arg_arg))  in new_async_binder() 508 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3…  in try_into_local_async() 509         Box::pin(self._native.try_as_async_server().unwrap().r#UnimplementedMethod(_arg_arg))  in try_into_local_async() 730   fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> { 945 …pub const r#UnimplementedMethod: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 1119         return _aidl_default_impl.r#UnimplementedMethod(_arg_arg);  in read_response_UnimplementedMethod() [all …] 
 | 
| /system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ | 
| D | ITestService.rs | 29   fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 113 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3… 189   async fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32>; 282       fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> {  in new_async_binder() 283         self._rt.block_on(self._inner.r#UnimplementedMethod(_arg_arg))  in new_async_binder() 508 …fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::BoxFuture<'a, binder::Result<i3…  in try_into_local_async() 509         Box::pin(self._native.try_as_async_server().unwrap().r#UnimplementedMethod(_arg_arg))  in try_into_local_async() 730   fn r#UnimplementedMethod<'a, >(&'a self, _arg_arg: i32) -> binder::Result<i32> { 945 …pub const r#UnimplementedMethod: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 1119         return _aidl_default_impl.r#UnimplementedMethod(_arg_arg);  in read_response_UnimplementedMethod() [all …] 
 | 
| /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
  | 
| /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
  | 
| /system/tools/aidl/tests/rust/ | 
| D | test_service.rs | 152     fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> {  in UnimplementedMethod()  method
  | 
| D | test_client.rs | 1007     fn UnimplementedMethod(&self, arg: i32) -> binder::Result<i32> {  in UnimplementedMethod()  method 1019     let result = service.UnimplementedMethod(EXPECTED_ARG_VALUE);  in test_default_impl()
  | 
| D | test_service_async.rs | 182     async fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> {  in UnimplementedMethod()  method
  | 
| /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
  |