Searched refs:RepeatInt (Results 1 – 6 of 6) sorted by relevance
39 public int RepeatInt(int in) throws android.os.RemoteException { in RepeatInt() method in ILegacyBinder.Stub51 reply.writeInt(RepeatInt(data.readInt())); in onTransact()72 public int RepeatInt(int in) throws android.os.RemoteException { in RepeatInt() method in ILegacyBinder.Stub.Proxy88 public int RepeatInt(int in) throws android.os.RemoteException; in RepeatInt() method
106 public int RepeatInt(int in_value) { in RepeatInt() method in TestImpl
172 assertEquals(1, mInterface.RepeatInt(1)); in testRepeatPrimitives()781 assertEquals(42, compatTest.RepeatInt(42)); in testLegacyBinder()
57 int RepeatInt(int value); in RepeatInt() method
107 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() function
249 ASSERT_OK(iface->RepeatInt(3, &out)); in TEST_P()