Home
last modified time | relevance | path

Searched defs:repeated (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl85 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray()
86 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray()
87 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray()
88 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray()
89 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray()
90 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray()
91 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray()
92 ByteEnum[] RepeatByteEnumArray(in ByteEnum[] input, out ByteEnum[] repeated); in RepeatByteEnumArray()
93 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray()
94 LongEnum[] RepeatLongEnumArray(in LongEnum[] input, out LongEnum[] repeated); in RepeatLongEnumArray()
[all …]
DICompatTest.aidl24 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater()
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java210 public boolean[] RepeatBooleanArray(boolean[] in_value, boolean[] repeated) { in RepeatBooleanArray()
216 public byte[] RepeatByteArray(byte[] in_value, byte[] repeated) { in RepeatByteArray()
222 public char[] RepeatCharArray(char[] in_value, char[] repeated) { in RepeatCharArray()
228 public int[] RepeatIntArray(int[] in_value, int[] repeated) { in RepeatIntArray()
234 public long[] RepeatLongArray(long[] in_value, long[] repeated) { in RepeatLongArray()
240 public float[] RepeatFloatArray(float[] in_value, float[] repeated) { in RepeatFloatArray()
246 public double[] RepeatDoubleArray(double[] in_value, double[] repeated) { in RepeatDoubleArray()
252 public byte[] RepeatByteEnumArray(byte[] in_value, byte[] repeated) { in RepeatByteEnumArray()
258 public int[] RepeatIntEnumArray(int[] in_value, int[] repeated) { in RepeatIntEnumArray()
264 public long[] RepeatLongEnumArray(long[] in_value, long[] repeated) { in RepeatLongEnumArray()
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface_dup/1/test_package/
DICompatTest.aidl21 String RepeatStringNullableLater(String repeated); in RepeatStringNullableLater()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface/1/test_package/
DICompatTest.aidl21 String RepeatStringNullableLater(String repeated); in RepeatStringNullableLater()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface/2/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface_dup/2/test_package/
DICompatTest.aidl37 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface/current/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface_dup/current/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java339 String inputId, Uri channelUri, long startTime, long duration, int repeated, in onRequestScheduleRecording()
1239 final int repeated = TvRecordingInfo.MONDAY | TvRecordingInfo.FRIDAY; in testRequestScheduleRecordingWithTime() local