Home
last modified time | relevance | path

Searched defs:RepeatDoubleArray (Results 1 – 3 of 3) 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
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h277 ::ndk::ScopedAStatus RepeatDoubleArray( in RepeatDoubleArray() function