Home
last modified time | relevance | path

Searched defs:RepeatNullableLongEnumArray (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl108 @nullable LongEnum[] RepeatNullableLongEnumArray(in @nullable LongEnum[] input); in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl56 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl56 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl73 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl56 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl73 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java354 public long[] RepeatNullableLongEnumArray(long[] in_value) { in RepeatNullableLongEnumArray() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h391 ::ndk::ScopedAStatus RepeatNullableLongEnumArray( in RepeatNullableLongEnumArray() function