/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 94 double[] ReverseDouble(in double[] input, out double[] repeated); in ReverseDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 35 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() method 134 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() method 249 pub const ReverseDouble: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 20; constant 708 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() method 1269 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 209 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/android/aidl/tests/ |
D | ITestService.cpp | 832 ::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-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1856 ::ndk::ScopedAStatus BpTestService::ReverseDouble(const std::vector<double>& in_input, std::vector<… in ReverseDouble() function in aidl::android::aidl::tests::BpTestService 3316 ::ndk::ScopedAStatus ITestServiceDefault::ReverseDouble(const std::vector<double>& /*in_input*/, st… in ReverseDouble() 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 | 105 …@Override public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.Remot… in ReverseDouble() method in ITestService.Default 1468 …@Override public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.Remot… in ReverseDouble() method in ITestService.Stub.Proxy 2454 …public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.RemoteException; in ReverseDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 229 …::android::binder::Status ReverseDouble(const ::std::vector<double>&, ::std::vector<double>*, ::st… in ReverseDouble() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 389 Status ReverseDouble(const vector<double>& input, in ReverseDouble() function in __anonee08dd980111::NativeService
|