Searched refs:repeatFoo (Results 1 – 7 of 7) sorted by relevance
121 Foo repeatFoo(in Foo inFoo); in repeatFoo() method
92 test_package.Foo repeatFoo(in test_package.Foo inFoo); in repeatFoo() method
384 public Foo repeatFoo(Foo inFoo) { in repeatFoo() method in TestImpl
644 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo()
483 ::ndk::ScopedAStatus repeatFoo(const Foo& in_inFoo, Foo* _aidl_return) { in repeatFoo() function
591 ASSERT_OK(iface->repeatFoo(foo, &retFoo)); in TEST_P()