Searched refs:RepeatInt (Results 1 – 7 of 7) sorted by relevance
11 int RepeatInt(int value); in RepeatInt() method
48 int RepeatInt(int value); in RepeatInt() method
101 public int RepeatInt(int in_value) { in RepeatInt() method in TestImpl
147 assertEquals(1, mInterface.RepeatInt(1)); in testRepeatPrimitives()
96 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() function
167 ASSERT_OK(iface->RepeatInt(3, &out)); in TEST_P()