Home
last modified time | relevance | path

Searched refs:RepeatRegularPolygonArray (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl99 …RegularPolygon[] RepeatRegularPolygonArray(in RegularPolygon[] input, out RegularPolygon[] repeate… in RepeatRegularPolygonArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java282 …public RegularPolygon[] RepeatRegularPolygonArray(RegularPolygon[] in_value, RegularPolygon[] repe… in RepeatRegularPolygonArray() method in TestImpl
H A DJavaClientTest.java533 RegularPolygon[] out2 = mInterface.RepeatRegularPolygonArray(value, out1); in testArrays()
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h313 ::ndk::ScopedAStatus RepeatRegularPolygonArray( in RepeatRegularPolygonArray() function
H A Dtest_native_aidl_client.cpp1001 testRepeat<RegularPolygon>(iface, &ITest::RepeatRegularPolygonArray, in TEST_P()