/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 93 float[] ReverseFloat(in float[] input, out float[] repeated); in ReverseFloat() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 34 …fn ReverseFloat(&self, _arg_input: &[f32], _arg_repeated: &mut Vec<f32>) -> binder::public_api::Re… in ReverseFloat() method 131 …fn ReverseFloat(&self, _arg_input: &[f32], _arg_repeated: &mut Vec<f32>) -> binder::public_api::Re… in ReverseFloat() method 248 pub const ReverseFloat: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 19; constant 689 …fn ReverseFloat(&self, _arg_input: &[f32], _arg_repeated: &mut Vec<f32>) -> binder::public_api::Re… in ReverseFloat() method 1268 …fn ReverseFloat(&self, _arg_input: &[f32], _arg_repeated: &mut Vec<f32>) -> binder::public_api::Re… in ReverseFloat() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 200 public float[] ReverseFloat(float[] input, float[] repeated) throws RemoteException { in ReverseFloat() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 786 ::android::binder::Status BpTestService::ReverseFloat(const ::std::vector<float>& input, ::std::vec… in ReverseFloat() 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 | 1809 ::ndk::ScopedAStatus BpTestService::ReverseFloat(const std::vector<float>& in_input, std::vector<fl… in ReverseFloat() function in aidl::android::aidl::tests::BpTestService 3311 ::ndk::ScopedAStatus ITestServiceDefault::ReverseFloat(const std::vector<float>& /*in_input*/, std:… in ReverseFloat() 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 | 101 …@Override public float[] ReverseFloat(float[] input, float[] repeated) throws android.os.RemoteExc… in ReverseFloat() method in ITestService.Default 1438 …@Override public float[] ReverseFloat(float[] input, float[] repeated) throws android.os.RemoteExc… in ReverseFloat() method in ITestService.Stub.Proxy 2453 public float[] ReverseFloat(float[] input, float[] repeated) throws android.os.RemoteException; in ReverseFloat() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 226 …::android::binder::Status ReverseFloat(const ::std::vector<float>&, ::std::vector<float>*, ::std::… in ReverseFloat() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 384 Status ReverseFloat(const vector<float>& input, in ReverseFloat() function in __anonee08dd980111::NativeService
|