Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl97 LongEnum[] RepeatLongEnumArray(in LongEnum[] input, out LongEnum[] repeated); in RepeatLongEnumArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java270 public long[] RepeatLongEnumArray(long[] in_value, long[] repeated) { in RepeatLongEnumArray() method in TestImpl
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h298 ::ndk::ScopedAStatus RepeatLongEnumArray(const std::vector<LongEnum>& in_value, in RepeatLongEnumArray() function