Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DJavaClientTest.java587 Assert.assertArrayEquals(null, mInterface.RepeatNullableByteArray(null)); in testNullableArrays()
588 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableByteArray(emptyValue)); in testNullableArrays()
589 Assert.assertArrayEquals(value, mInterface.RepeatNullableByteArray(value)); in testNullableArrays()
H A DTestImpl.java332 public byte[] RepeatNullableByteArray(byte[] in_value) { in RepeatNullableByteArray() method in TestImpl
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl110 @nullable byte[] RepeatNullableByteArray(in @nullable byte[] input); in RepeatNullableByteArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h374 ::ndk::ScopedAStatus RepeatNullableByteArray( in RepeatNullableByteArray() function
H A Dtest_native_aidl_client.cpp1091 testRepeat<uint8_t>(iface, &ITest::RepeatNullableByteArray, in TEST_P()