Searched refs:RepeatInt (Results 1 – 10 of 10) sorted by relevance
51 int RepeatInt(int value); in RepeatInt() method
11 int RepeatInt(int value); in RepeatInt() method
28 int RepeatInt(int value); in RepeatInt() method
105 public int RepeatInt(int in_value) { in RepeatInt() method in TestImpl
156 assertEquals(1, mInterface.RepeatInt(1)); in testRepeatPrimitives()
99 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() function
185 ASSERT_OK(iface->RepeatInt(3, &out)); in TEST_P()