Searched refs:RepeatByte (Results 1 – 5 of 5) sorted by relevance
63 byte RepeatByte(byte value); in RepeatByte() method
136 public byte RepeatByte(byte in_value) { in RepeatByte() method in TestImpl
178 assertEquals((byte)3, mInterface.RepeatByte((byte)3)); in testRepeatPrimitives()
137 ::ndk::ScopedAStatus RepeatByte(int8_t in_value, in RepeatByte() function
285 ASSERT_OK(iface->RepeatByte(3, &out)); in TEST_P()