Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl114 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java615 Assert.assertArrayEquals(null, mInterface.RepeatNullableFloatArray(null), 0.0f); in testNullableArrays()
616 … Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableFloatArray(emptyValue), 0.0f); in testNullableArrays()
617 Assert.assertArrayEquals(value, mInterface.RepeatNullableFloatArray(value), 0.0f); in testNullableArrays()
DTestImpl.java352 public float[] RepeatNullableFloatArray(float[] in_value) { in RepeatNullableFloatArray() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h398 ::ndk::ScopedAStatus RepeatNullableFloatArray( in RepeatNullableFloatArray() function
Dtest_native_aidl_client.cpp1117 testRepeat<float>(iface, &ITest::RepeatNullableFloatArray, in TEST_P()