Home
last modified time | relevance | path

Searched defs:RepeatNullablePolygon (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl80 @nullable RegularPolygon RepeatNullablePolygon(in @nullable RegularPolygon value); in RepeatNullablePolygon() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java201 public RegularPolygon RepeatNullablePolygon(RegularPolygon in_value) { in RepeatNullablePolygon() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h218 ::ndk::ScopedAStatus RepeatNullablePolygon(const std::optional<RegularPolygon>& in_value, in RepeatNullablePolygon() function