Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl121 Foo repeatFoo(in Foo inFoo); in repeatFoo() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl92 test_package.Foo repeatFoo(in test_package.Foo inFoo); in repeatFoo() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl92 test_package.Foo repeatFoo(in test_package.Foo inFoo); in repeatFoo() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java384 public Foo repeatFoo(Foo inFoo) { in repeatFoo() method in TestImpl
DJavaClientTest.java644 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h483 ::ndk::ScopedAStatus repeatFoo(const Foo& in_inFoo, Foo* _aidl_return) { in repeatFoo() function
Dtest_native_aidl_client.cpp591 ASSERT_OK(iface->repeatFoo(foo, &retFoo)); in TEST_P()