Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl96 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java264 public int[] RepeatIntEnumArray(int[] in_value, int[] repeated) { in RepeatIntEnumArray() method in TestImpl
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h291 ::ndk::ScopedAStatus RepeatIntEnumArray(const std::vector<IntEnum>& in_value, in RepeatIntEnumArray() function