Searched refs:RepeatNullableByteArray (Results 1 – 7 of 7) sorted by relevance
105 @nullable byte[] RepeatNullableByteArray(in @nullable byte[] input); in RepeatNullableByteArray() method
81 @nullable byte[] RepeatNullableByteArray(in @nullable byte[] input); in RepeatNullableByteArray() method
527 Assert.assertArrayEquals(null, mInterface.RepeatNullableByteArray(null)); in testNullableArrays()528 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableByteArray(emptyValue)); in testNullableArrays()529 Assert.assertArrayEquals(value, mInterface.RepeatNullableByteArray(value)); in testNullableArrays()
324 public byte[] RepeatNullableByteArray(byte[] in_value) { in RepeatNullableByteArray() method in TestImpl
350 ::ndk::ScopedAStatus RepeatNullableByteArray( in RepeatNullableByteArray() function
798 testRepeat<uint8_t>(iface, &ITest::RepeatNullableByteArray, in TEST_P()