Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl89 LongEnum[] RepeatLongEnumArray(in LongEnum[] input, out LongEnum[] repeated); in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl41 …test_package.LongEnum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.Lon… in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl41 …test_package.LongEnum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.Lon… in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl58 …test_package.LongEnum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.Lon… in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl41 …test_package.LongEnum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.Lon… in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl58 …test_package.LongEnum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.Lon… in RepeatLongEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java264 public long[] RepeatLongEnumArray(long[] in_value, long[] repeated) { in RepeatLongEnumArray() method in TestImpl
DJavaClientTest.java421 long[] out2 = mInterface.RepeatLongEnumArray(value, out1); in testArrays()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h284 ::ndk::ScopedAStatus RepeatLongEnumArray(const std::vector<LongEnum>& in_value, in RepeatLongEnumArray() function
Dtest_native_aidl_client.cpp601 testRepeat<LongEnum>(iface, &ITest::RepeatLongEnumArray, in TEST_P()