Searched refs:repeatFoo (Results 1 – 5 of 5) sorted by relevance
128 Foo repeatFoo(in Foo inFoo); in repeatFoo() method
402 public Foo repeatFoo(Foo inFoo) { in repeatFoo() method in TestImpl
709 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo()
524 ::ndk::ScopedAStatus repeatFoo(const Foo& in_inFoo, Foo* _aidl_return) { in repeatFoo() function
865 ASSERT_OK(iface->repeatFoo(foo, &retFoo)); in TEST_P()