Searched refs:repeatInt (Results 1 – 2 of 2) sorted by relevance
26 int repeatInt(int a); in repeatInt() method
71 ndk::ScopedAStatus repeatInt(int32_t in, int32_t* out) { in repeatInt() function in MyBinderNdkUnitTest954 EXPECT_TRUE(proxy->repeatInt(4, &out).isOk()); in TEST()