Home
last modified time | relevance | path

Searched defs:RepeatPolygon (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl79 RegularPolygon RepeatPolygon(in RegularPolygon value); in RepeatPolygon() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java196 public RegularPolygon RepeatPolygon(RegularPolygon in_value) { in RepeatPolygon() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h213 ::ndk::ScopedAStatus RepeatPolygon(const RegularPolygon& in_value, in RepeatPolygon() function
Dtest_native_aidl_client.cpp524 TEST_P(NdkBinderTest_Aidl, RepeatPolygon) { in TEST_P() argument