Home
last modified time | relevance | path

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

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