Home
last modified time | relevance | path

Searched refs:RepeatIntEnumArray (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl93 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl73 …test_package.IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnu… in RepeatIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl73 …test_package.IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnu… in RepeatIntEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java268 public int[] RepeatIntEnumArray(int[] in_value, int[] repeated) { in RepeatIntEnumArray() method in TestImpl
DJavaClientTest.java443 int[] out2 = mInterface.RepeatIntEnumArray(value, out1); in testArrays()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h284 ::ndk::ScopedAStatus RepeatIntEnumArray(const std::vector<IntEnum>& in_value, in RepeatIntEnumArray() function
Dtest_native_aidl_client.cpp707 testRepeat<IntEnum>(iface, &ITest::RepeatIntEnumArray, in TEST_P()