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.aidl88 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray()
89 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray()
90 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray()
91 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray()
92 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray()
93 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray()
94 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray()
95 ByteEnum[] RepeatByteEnumArray(in ByteEnum[] input, out ByteEnum[] repeated); in RepeatByteEnumArray()
96 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray()
97 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.java216 public boolean[] RepeatBooleanArray(boolean[] in_value, boolean[] repeated) { in RepeatBooleanArray()
222 public byte[] RepeatByteArray(byte[] in_value, byte[] repeated) { in RepeatByteArray()
228 public char[] RepeatCharArray(char[] in_value, char[] repeated) { in RepeatCharArray()
234 public int[] RepeatIntArray(int[] in_value, int[] repeated) { in RepeatIntArray()
240 public long[] RepeatLongArray(long[] in_value, long[] repeated) { in RepeatLongArray()
246 public float[] RepeatFloatArray(float[] in_value, float[] repeated) { in RepeatFloatArray()
252 public double[] RepeatDoubleArray(double[] in_value, double[] repeated) { in RepeatDoubleArray()
258 public byte[] RepeatByteEnumArray(byte[] in_value, byte[] repeated) { in RepeatByteEnumArray()
264 public int[] RepeatIntEnumArray(int[] in_value, int[] repeated) { in RepeatIntEnumArray()
270 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_dup/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/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/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/2/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java383 String inputId, Uri channelUri, long startTime, long duration, int repeated, in onRequestScheduleRecording()
1384 final int repeated = TvRecordingInfo.MONDAY | TvRecordingInfo.FRIDAY; in testRequestScheduleRecordingWithTime() local