Searched refs:RepeatNullableInterface (Results 1 – 7 of 7) sorted by relevance
70 @nullable IEmpty RepeatNullableInterface(@nullable IEmpty value); in RepeatNullableInterface() method
57 @nullable test_package.IEmpty RepeatNullableInterface(@nullable test_package.IEmpty value); in RepeatNullableInterface() method
180 public IEmpty RepeatNullableInterface(IEmpty in_value) { in RepeatNullableInterface() method in TestImpl
208 assertEquals(empty, mInterface.RepeatNullableInterface(empty)); in testRepeatInterface()209 assertEquals(null, mInterface.RepeatNullableInterface(null)); in testRepeatInterface()
347 ASSERT_OK(iface->RepeatNullableInterface(empty, &ret)); in TEST_P()350 ASSERT_OK(iface->RepeatNullableInterface(nullptr, &ret)); in TEST_P()
170 ::ndk::ScopedAStatus RepeatNullableInterface( in RepeatNullableInterface() function