Home
last modified time | relevance | path

Searched refs:RepeatLongEnumArray (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl97 LongEnum[] RepeatLongEnumArray(in LongEnum[] input, out LongEnum[] repeated); in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java270 public long[] RepeatLongEnumArray(long[] in_value, long[] repeated) { in RepeatLongEnumArray() method in TestImpl
DJavaClientTest.java511 long[] out2 = mInterface.RepeatLongEnumArray(value, out1); in testArrays()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h298 ::ndk::ScopedAStatus RepeatLongEnumArray(const std::vector<LongEnum>& in_value, in RepeatLongEnumArray() function
Dtest_native_aidl_client.cpp987 testRepeat<LongEnum>(iface, &ITest::RepeatLongEnumArray, in TEST_P()