/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 113 double[] ReverseDouble(in double[] input, out double[] repeated); in ReverseDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 91 …::ndk::ScopedAStatus ReverseDouble(const std::vector<double>& in_input, std::vector<double>* out_r… in ReverseDouble() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 106 …@Override public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.Remot… in ReverseDouble() method in ITestService.Default 400 …@Override public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.Remot… in ReverseDouble() method in ITestService.Delegator 1968 …@Override public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.Remot… in ReverseDouble() method in ITestService.Stub.Proxy 3352 …public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.RemoteException; in ReverseDouble() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 243 public double[] ReverseDouble(double[] input, double[] repeated) throws RemoteException { in ReverseDouble() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 145 …::android::binder::Status ReverseDouble(const ::std::vector<double>& input, ::std::vector<double>*… in ReverseDouble() function
|
D | ITestService.h | 346 …::android::binder::Status ReverseDouble(const ::std::vector<double>& /*input*/, ::std::vector<doub… in ReverseDouble() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 820 ::android::binder::Status BpTestService::ReverseDouble(const ::std::vector<double>& input, ::std::v… in ReverseDouble() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 38 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::Result<Vec<f6… in ReverseDouble() method 114 …fn ReverseDouble<'a>(&'a self, _arg_input: &'a [f64], _arg_repeated: &'a mut Vec<f64>) -> binder::… in ReverseDouble() method 185 …async fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::Result<… in ReverseDouble() method 312 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::Result<Vec<f6… in new_async_binder() function 516 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::Result<Vec<f6… in ReverseDouble() method 676 …pub const ReverseDouble: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TR… constant 2116 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::Result<Vec<f6… in ReverseDouble() method 2603 …fn ReverseDouble<'a>(&'a self, _arg_input: &'a [f64], _arg_repeated: &'a mut Vec<f64>) -> binder::… in ReverseDouble() method 3223 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::Result<Vec<f6… in ReverseDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2145 ::ndk::ScopedAStatus BpTestService::ReverseDouble(const std::vector<double>& in_input, std::vector<… in ReverseDouble() function in aidl::android::aidl::tests::BpTestService 4235 ::ndk::ScopedAStatus ITestServiceDefault::ReverseDouble(const std::vector<double>& /*in_input*/, st… in ReverseDouble() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 380 Status ReverseDouble(const vector<double>& input, in ReverseDouble() function in __anon556d30440111::NativeService
|