Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl94 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java252 public double[] RepeatDoubleArray(double[] in_value, double[] repeated) { in RepeatDoubleArray() method in TestImpl
DJavaClientTest.java487 double[] out2 = mInterface.RepeatDoubleArray(value, out1); in testArrays()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h277 ::ndk::ScopedAStatus RepeatDoubleArray( in RepeatDoubleArray() function
Dtest_native_aidl_client.cpp969 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P()