Searched refs:RepeatInterface (Results 1 – 10 of 10) sorted by relevance
64 IEmpty RepeatInterface(IEmpty value); in RepeatInterface() method
23 test_package.IEmpty RepeatInterface(test_package.IEmpty value); in RepeatInterface() method
40 test_package.IEmpty RepeatInterface(test_package.IEmpty value); in RepeatInterface() method
165 public IEmpty RepeatInterface(IEmpty in_value) { in RepeatInterface() method in TestImpl
189 assertEquals(empty, mInterface.RepeatInterface(empty)); in testRepeatInterface()
273 TEST_P(NdkBinderTest_Aidl, RepeatInterface) { in TEST_P() argument279 ASSERT_OK(iface->RepeatInterface(empty, &ret)); in TEST_P()
157 ::ndk::ScopedAStatus RepeatInterface( in RepeatInterface() function