Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl93 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java246 public float[] RepeatFloatArray(float[] in_value, float[] repeated) { in RepeatFloatArray() method in TestImpl
H A DJavaClientTest.java479 float[] out2 = mInterface.RepeatFloatArray(value, out1); in testArrays()
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h270 ::ndk::ScopedAStatus RepeatFloatArray( in RepeatFloatArray() function
H A Dtest_native_aidl_client.cpp965 testRepeat<float>(iface, &ITest::RepeatFloatArray, in TEST_P()