Home
last modified time | relevance | path

Searched refs:RepeatNullablePolygon (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl79 @nullable RegularPolygon RepeatNullablePolygon(in @nullable RegularPolygon value); in RepeatNullablePolygon() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl63 …@nullable test_package.RegularPolygon RepeatNullablePolygon(in @nullable test_package.RegularPolyg… in RepeatNullablePolygon() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl63 …@nullable test_package.RegularPolygon RepeatNullablePolygon(in @nullable test_package.RegularPolyg… in RepeatNullablePolygon() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java210 public RegularPolygon RepeatNullablePolygon(RegularPolygon in_value) { in RepeatNullablePolygon() method in TestImpl
DJavaClientTest.java343 RegularPolygon result = mInterface.RepeatNullablePolygon(null); in testRepeatNullNullablePolygon()
354 RegularPolygon result = mInterface.RepeatNullablePolygon(polygon); in testRepeatPresentNullablePolygon()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp516 ASSERT_OK(iface->RepeatNullablePolygon(defaultPolygon, &outputPolygon)); in TEST_P()
524 ASSERT_OK(iface->RepeatNullablePolygon(defaultPolygon, &outputPolygon)); in TEST_P()
Ditest_impl.h217 ::ndk::ScopedAStatus RepeatNullablePolygon(const std::optional<RegularPolygon>& in_value, in RepeatNullablePolygon() function