Home
last modified time | relevance | path

Searched refs:repeatFoo (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl128 Foo repeatFoo(in Foo inFoo); in repeatFoo() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java402 public Foo repeatFoo(Foo inFoo) { in repeatFoo() method in TestImpl
DJavaClientTest.java709 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h524 ::ndk::ScopedAStatus repeatFoo(const Foo& in_inFoo, Foo* _aidl_return) { in repeatFoo() function
Dtest_native_aidl_client.cpp865 ASSERT_OK(iface->repeatFoo(foo, &retFoo)); in TEST_P()