Searched refs:RepeatDoubleArray (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
D | ITest.aidl | 86 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/ |
D | ITest.aidl | 38 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/ |
D | ITest.aidl | 38 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/ |
D | ITest.aidl | 55 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/ |
D | ITest.aidl | 38 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/ |
D | ITest.aidl | 55 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | TestImpl.java | 246 public double[] RepeatDoubleArray(double[] in_value, double[] repeated) { in RepeatDoubleArray() method in TestImpl
|
D | JavaClientTest.java | 397 double[] out2 = mInterface.RepeatDoubleArray(value, out1); in testArrays()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | itest_impl.h | 263 ::ndk::ScopedAStatus RepeatDoubleArray( in RepeatDoubleArray() function
|
D | test_native_aidl_client.cpp | 583 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P()
|