Home
last modified time | relevance | path

Searched refs:RepeatLongEnumArray (Results 1 – 5 of 5) 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
H A DJavaClientTest.java511 long[] out2 = mInterface.RepeatLongEnumArray(value, out1); in testArrays()
/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
H A Dtest_native_aidl_client.cpp989 testRepeat<LongEnum>(iface, &ITest::RepeatLongEnumArray, in TEST_P()