Home
last modified time | relevance | path

Searched defs:RepeatNullableFloatArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl114 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java352 public float[] RepeatNullableFloatArray(float[] in_value) { in RepeatNullableFloatArray() method in TestImpl
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h398 ::ndk::ScopedAStatus RepeatNullableFloatArray( in RepeatNullableFloatArray() function