Searched refs:RepeatLongEnumArray (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
D | ITest.aidl | 89 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/ |
D | ITest.aidl | 41 …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/ |
D | ITest.aidl | 41 …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/ |
D | ITest.aidl | 58 …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/ |
D | ITest.aidl | 41 …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/ |
D | ITest.aidl | 58 …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/ |
D | TestImpl.java | 264 public long[] RepeatLongEnumArray(long[] in_value, long[] repeated) { in RepeatLongEnumArray() method in TestImpl
|
D | JavaClientTest.java | 421 long[] out2 = mInterface.RepeatLongEnumArray(value, out1); in testArrays()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | itest_impl.h | 284 ::ndk::ScopedAStatus RepeatLongEnumArray(const std::vector<LongEnum>& in_value, in RepeatLongEnumArray() function
|
D | test_native_aidl_client.cpp | 601 testRepeat<LongEnum>(iface, &ITest::RepeatLongEnumArray, in TEST_P()
|