Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl95 ByteEnum[] RepeatByteEnumArray(in ByteEnum[] input, out ByteEnum[] repeated); in RepeatByteEnumArray() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java258 public byte[] RepeatByteEnumArray(byte[] in_value, byte[] repeated) { in RepeatByteEnumArray() method in TestImpl
H A DJavaClientTest.java495 byte[] out2 = mInterface.RepeatByteEnumArray(value, out1); in testArrays()
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h284 ::ndk::ScopedAStatus RepeatByteEnumArray(const std::vector<ByteEnum>& in_value, in RepeatByteEnumArray() function
H A Dtest_native_aidl_client.cpp977 testRepeat<ByteEnum>(iface, &ITest::RepeatByteEnumArray, in TEST_P()