Searched refs:RepeatPolygon (Results 1 – 10 of 10) sorted by relevance
73 RegularPolygon RepeatPolygon(in RegularPolygon value); in RepeatPolygon() method
29 test_package.RegularPolygon RepeatPolygon(in test_package.RegularPolygon value); in RepeatPolygon() method
46 test_package.RegularPolygon RepeatPolygon(in test_package.RegularPolygon value); in RepeatPolygon() method
195 public RegularPolygon RepeatPolygon(RegularPolygon in_value) { in RepeatPolygon() method in TestImpl
294 RegularPolygon result = mInterface.RepeatPolygon(polygon); in testRepeatPolygon()302 RegularPolygon result = mInterface.RepeatPolygon(null); in testRepeatUnexpectedNullPolygon()
401 TEST_P(NdkBinderTest_Aidl, RepeatPolygon) { in TEST_P() argument404 ASSERT_OK(iface->RepeatPolygon(defaultPolygon, &outputPolygon)); in TEST_P()
205 ::ndk::ScopedAStatus RepeatPolygon(const RegularPolygon& in_value, in RepeatPolygon() function