Home
last modified time | relevance | path

Searched refs:RepeatDoubleArray (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl86 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/
DITest.aidl38 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/
DITest.aidl38 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/
DITest.aidl55 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/
DITest.aidl38 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/
DITest.aidl55 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java246 public double[] RepeatDoubleArray(double[] in_value, double[] repeated) { in RepeatDoubleArray() method in TestImpl
DJavaClientTest.java397 double[] out2 = mInterface.RepeatDoubleArray(value, out1); in testArrays()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h263 ::ndk::ScopedAStatus RepeatDoubleArray( in RepeatDoubleArray() function
Dtest_native_aidl_client.cpp583 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P()