Searched refs:RepeatNullableInterface (Results 1 – 7 of 7) sorted by relevance
21 @nullable test_package.IEmpty RepeatNullableInterface(@nullable test_package.IEmpty value); in RepeatNullableInterface() method
59 @nullable IEmpty RepeatNullableInterface(@nullable IEmpty value); in RepeatNullableInterface() method
151 public IEmpty RepeatNullableInterface(IEmpty in_value) { in RepeatNullableInterface() method in TestImpl
175 assertEquals(empty, mInterface.RepeatNullableInterface(empty)); in testRepeatInterface()176 assertEquals(null, mInterface.RepeatNullableInterface(null)); in testRepeatInterface()
231 ASSERT_OK(iface->RepeatNullableInterface(empty, &ret)); in TEST_P()234 ASSERT_OK(iface->RepeatNullableInterface(nullptr, &ret)); in TEST_P()
148 ::ndk::ScopedAStatus RepeatNullableInterface( in RepeatNullableInterface() function