Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl106 …List<RegularPolygon> Repeat2RegularPolygonList(in List<RegularPolygon> input, out List<RegularPoly… in Repeat2RegularPolygonList() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java320 …public java.util.List<RegularPolygon> Repeat2RegularPolygonList(java.util.List<RegularPolygon> in_… in Repeat2RegularPolygonList() method in TestImpl
DJavaClientTest.java563 List<RegularPolygon> out2 = mInterface.Repeat2RegularPolygonList(value, out1); in testLists()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h353 ::ndk::ScopedAStatus Repeat2RegularPolygonList( in Repeat2RegularPolygonList() function
Dtest_native_aidl_client.cpp1032 iface, &ITest::Repeat2RegularPolygonList, in TEST_P()