Searched refs:repeatFoo (Results 1 – 10 of 10) sorted by relevance
116 Foo repeatFoo(in Foo inFoo); in repeatFoo() method
59 test_package.Foo repeatFoo(in test_package.Foo inFoo); in repeatFoo() method
76 test_package.Foo repeatFoo(in test_package.Foo inFoo); in repeatFoo() method
374 public Foo repeatFoo(Foo inFoo) { in repeatFoo() method in TestImpl
609 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo()632 Foo newFoo = mInterface.repeatFoo(foo); in testNewField()
434 ASSERT_OK(iface->repeatFoo(foo, &outFoo)); in TEST_P()481 ASSERT_OK(iface->repeatFoo(foo, &retFoo)); in TEST_P()
436 ::ndk::ScopedAStatus repeatFoo(const Foo& in_inFoo, Foo* _aidl_return) { in repeatFoo() function