Home
last modified time | relevance | path

Searched defs:ReverseDouble (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl94 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/
DITestService.rs35 …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/
DTestServiceServer.java209 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/
DITestService.cpp832 ::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/
DITestService.cpp1856 ::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/
DITestService.java105 …@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/
DITestService.h229 …::android::binder::Status ReverseDouble(const ::std::vector<double>&, ::std::vector<double>*, ::st… in ReverseDouble() function
/system/tools/aidl/tests/
Daidl_test_service.cpp389 Status ReverseDouble(const vector<double>& input, in ReverseDouble() function in __anonee08dd980111::NativeService