/system/tools/aidl/tests/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.aidl | 94 byte[3] RepeatBytes(in byte[3] input, out byte[3] repeated); in RepeatBytes() 95 int[3] RepeatInts(in int[3] input, out int[3] repeated); in RepeatInts() 96 IBinder[3] RepeatBinders(in IBinder[3] input, out IBinder[3] repeated); in RepeatBinders() 98 in IntParcelable[3] input, out IntParcelable[3] repeated); in RepeatParcelables() 100 byte[2][3] Repeat2dBytes(in byte[2][3] input, out byte[2][3] repeated); in Repeat2dBytes() 101 int[2][3] Repeat2dInts(in int[2][3] input, out int[2][3] repeated); in Repeat2dInts() 102 IBinder[2][3] Repeat2dBinders(in IBinder[2][3] input, out IBinder[2][3] repeated); in Repeat2dBinders() 104 in IntParcelable[2][3] input, out IntParcelable[2][3] repeated); in Repeat2dParcelables()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 189 public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws RemoteException { in ReverseBoolean() 198 public byte[] ReverseByte(byte[] input, byte[] repeated) throws RemoteException { in ReverseByte() 207 public char[] ReverseChar(char[] input, char[] repeated) throws RemoteException { in ReverseChar() 216 public int[] ReverseInt(int[] input, int[] repeated) throws RemoteException { in ReverseInt() 225 public long[] ReverseLong(long[] input, long[] repeated) throws RemoteException { in ReverseLong() 234 public float[] ReverseFloat(float[] input, float[] repeated) throws RemoteException { in ReverseFloat() 243 public double[] ReverseDouble(double[] input, double[] repeated) throws RemoteException { in ReverseDouble() 252 public String[] ReverseString(String[] input, String[] repeated) throws RemoteException { in ReverseString() 261 public byte[] ReverseByteEnum(byte[] input, byte[] repeated) throws RemoteException { in ReverseByteEnum() 270 public int[] ReverseIntEnum(int[] input, int[] repeated) throws RemoteException { in ReverseIntEnum() [all …]
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 107 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean() 108 byte[] ReverseByte(in byte[] input, out byte[] repeated); in ReverseByte() 109 char[] ReverseChar(in char[] input, out char[] repeated); in ReverseChar() 110 int[] ReverseInt(in int[] input, out int[] repeated); in ReverseInt() 111 long[] ReverseLong(in long[] input, out long[] repeated); in ReverseLong() 112 float[] ReverseFloat(in float[] input, out float[] repeated); in ReverseFloat() 113 double[] ReverseDouble(in double[] input, out double[] repeated); in ReverseDouble() 114 String[] ReverseString(in String[] input, out String[] repeated); in ReverseString() 115 ByteEnum[] ReverseByteEnum(in ByteEnum[] input, out ByteEnum[] repeated); in ReverseByteEnum() 116 IntEnum[] ReverseIntEnum(in IntEnum[] input, out IntEnum[] repeated); in ReverseIntEnum() [all …]
|
D | ICppJavaTests.aidl | 38 in SimpleParcelable[] input, out SimpleParcelable[] repeated); in ReverseSimpleParcelables() 40 in PersistableBundle[] input, out PersistableBundle[] repeated); in ReversePersistableBundles() 41 Union ReverseUnion(in Union input, out Union repeated); in ReverseUnion() 43 List<IBinder> ReverseNamedCallbackList(in List<IBinder> input, out List<IBinder> repeated); in ReverseNamedCallbackList() 47 in FileDescriptor[] input, out FileDescriptor[] repeated); in ReverseFileDescriptorArray()
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 360 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() 364 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() 368 …ndroid.os.IBinder[] RepeatBinders(android.os.IBinder[] input, android.os.IBinder[] repeated) throw… in RepeatBinders() 372 …izeArrayExample.IntParcelable[] input, android.aidl.fixedsizearray.FixedSizeArrayExample.IntParcel… in RepeatParcelables() 376 …@Override public byte[][] Repeat2dBytes(byte[][] input, byte[][] repeated) throws android.os.Remot… in Repeat2dBytes() 380 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() 384 …os.IBinder[][] Repeat2dBinders(android.os.IBinder[][] input, android.os.IBinder[][] repeated) thro… in Repeat2dBinders() 388 …ArrayExample.IntParcelable[][] input, android.aidl.fixedsizearray.FixedSizeArrayExample.IntParcela… in Repeat2dParcelables() 566 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() 585 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 82 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() 86 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() 90 …@Override public char[] ReverseChar(char[] input, char[] repeated) throws android.os.RemoteExcepti… in ReverseChar() 94 @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() 98 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() 102 …@Override public float[] ReverseFloat(float[] input, float[] repeated) throws android.os.RemoteExc… in ReverseFloat() 106 …@Override public double[] ReverseDouble(double[] input, double[] repeated) throws android.os.Remot… in ReverseDouble() 110 …lic java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] repeated) throws… in ReverseString() 114 …@Override public byte[] ReverseByteEnum(byte[] input, byte[] repeated) throws android.os.RemoteExc… in ReverseByteEnum() 118 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 127 …nder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* repeated, ::std… in ReverseBoolean() 130 …er::Status ReverseByte(const ::std::vector<uint8_t>& input, ::std::vector<uint8_t>* repeated, ::st… in ReverseByte() 133 …r::Status ReverseChar(const ::std::vector<char16_t>& input, ::std::vector<char16_t>* repeated, ::s… in ReverseChar() 136 …der::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<int32_t>* repeated, ::st… in ReverseInt() 139 …er::Status ReverseLong(const ::std::vector<int64_t>& input, ::std::vector<int64_t>* repeated, ::st… in ReverseLong() 142 …nder::Status ReverseFloat(const ::std::vector<float>& input, ::std::vector<float>* repeated, ::std… in ReverseFloat() 145 …er::Status ReverseDouble(const ::std::vector<double>& input, ::std::vector<double>* repeated, ::st… in ReverseDouble() 148 …ring(const ::std::vector<::android::String16>& input, ::std::vector<::android::String16>* repeated… in ReverseString() 151 …ector<::android::aidl::tests::ByteEnum>& input, ::std::vector<::android::aidl::tests::ByteEnum>* r… in ReverseByteEnum() 154 …vector<::android::aidl::tests::IntEnum>& input, ::std::vector<::android::aidl::tests::IntEnum>* re… in ReverseIntEnum() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 544 …TestService::ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* repeated, ::std… in ReverseBoolean() 590 …stService::ReverseByte(const ::std::vector<uint8_t>& input, ::std::vector<uint8_t>* repeated, ::st… in ReverseByte() 636 …tService::ReverseChar(const ::std::vector<char16_t>& input, ::std::vector<char16_t>* repeated, ::s… in ReverseChar() 682 …estService::ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<int32_t>* repeated, ::st… in ReverseInt() 728 …stService::ReverseLong(const ::std::vector<int64_t>& input, ::std::vector<int64_t>* repeated, ::st… in ReverseLong() 774 …TestService::ReverseFloat(const ::std::vector<float>& input, ::std::vector<float>* repeated, ::std… in ReverseFloat() 820 …stService::ReverseDouble(const ::std::vector<double>& input, ::std::vector<double>* repeated, ::st… in ReverseDouble() 866 …ring(const ::std::vector<::android::String16>& input, ::std::vector<::android::String16>* repeated… in ReverseString() 912 …ector<::android::aidl::tests::ByteEnum>& input, ::std::vector<::android::aidl::tests::ByteEnum>* r… in ReverseByteEnum() 958 …vector<::android::aidl::tests::IntEnum>& input, ::std::vector<::android::aidl::tests::IntEnum>* re… in ReverseIntEnum() [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 167 Status ReverseArray(const vector<T>& input, vector<T>* repeated, vector<T>* _aidl_return) { in ReverseArray() 218 vector<SimpleParcelable>* repeated, in ReverseSimpleParcelables() 223 vector<PersistableBundle>* repeated, in ReversePersistableBundles() 227 Status ReverseUnion(const Union& input, Union* repeated, Union* _aidl_return) override { in ReverseUnion() 249 Status ReverseNamedCallbackList(const vector<sp<IBinder>>& input, vector<sp<IBinder>>* repeated, in ReverseNamedCallbackList() 260 Status ReverseFileDescriptorArray(const vector<unique_fd>& input, vector<unique_fd>* repeated, in ReverseFileDescriptorArray() 351 vector<bool>* repeated, in ReverseBoolean() 356 vector<uint8_t>* repeated, in ReverseByte() 361 vector<char16_t>* repeated, in ReverseChar() 366 vector<int32_t>* repeated, in ReverseInt() [all …]
|
D | aidl_test_client_utf8_strings.cpp | 71 decltype(input) repeated; in TEST_F() local 92 decltype(input) repeated; in DoTest() local
|
D | aidl_test_client_file_descriptors.cpp | 91 std::vector<unique_fd> repeated; in TEST_F() local 138 std::vector<ParcelFileDescriptor> repeated; in TEST_F() local
|
D | aidl_test_client_ndk_strings_test.cpp | 76 decltype(input) repeated; in TEST_F() local 97 decltype(input) repeated; in DoTest() local
|
D | aidl_test_client_ndk_nullables.cpp | 109 std::vector<ndk::SpAIBinder> repeated; in TEST_F() local 130 std::optional<std::vector<ndk::SpAIBinder>> repeated; in TEST_F() local
|
D | aidl_test_client_nullables.cpp | 170 std::vector<sp<IBinder>> repeated; in TEST_F() local 187 std::optional<std::vector<sp<IBinder>>> repeated; in TEST_F() local
|
D | aidl_test_client_parcelables.cpp | 109 vector<SimpleParcelable> repeated; in TEST_F() local 170 vector<PersistableBundle> repeated; in TEST_F() local 188 Union repeated, reversed; in TEST_F() local
|
D | aidl_test_client_primitives.cpp | 48 U repeated; in DoTest() local 58 std::vector<T> repeated(input.size()); in DoTest() local
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 715 …:RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>* repeated, std::array<uin… in RepeatBytes() 756 …::RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* repeated, std::array<int… in RepeatInts() 797 …d::IBinder>, 3>& input, std::array<::android::sp<::android::IBinder>, 3>* repeated, std::array<::a… in RepeatBinders() 838 …:android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>* repeated, std::array<::a… in RepeatParcelables() 879 …std::array<uint8_t, 3>, 2>& input, std::array<std::array<uint8_t, 3>, 2>* repeated, std::array<std… in Repeat2dBytes() 920 …std::array<int32_t, 3>, 2>& input, std::array<std::array<int32_t, 3>, 2>* repeated, std::array<std… in Repeat2dInts() 961 …& input, std::array<std::array<::android::sp<::android::IBinder>, 3>, 2>* repeated, std::array<std… in Repeat2dBinders() 1002 …roid::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>, 2>* repeated, std::array<std… in Repeat2dParcelables()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | NullableTests.java | 113 IBinder[] repeated = new IBinder[input.length]; in testReverseIBinderArray() local 127 IBinder[] repeated = new IBinder[input.length]; in testReverseNullableIBinderArray() local
|
D | TestServiceClient.java | 390 SimpleParcelable[] repeated = new SimpleParcelable[3]; in testReverseParcelable() local 480 PersistableBundle[] repeated = new PersistableBundle[input.length]; in testReversePersistableBundleArray() local 542 FileDescriptor[] repeated = new FileDescriptor[kTestSize]; in testFileDescriptorArrayPassing() local 945 Union repeated = new Union(); in testReverseUnion() local 1008 int[] repeated = new int[3]; in testFixedSizeArrayOverBinder() local 1021 IntParcelable[][] repeated = new IntParcelable[2][3]; in testFixedSizeArrayOverBinder() local
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 134 … RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>* repeated, std::array<uin… in RepeatBytes() 137 …s RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* repeated, std::array<int… in RepeatInts() 140 …d::IBinder>, 3>& input, std::array<::android::sp<::android::IBinder>, 3>* repeated, std::array<::a… in RepeatBinders() 143 …:android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>* repeated, std::array<::a… in RepeatParcelables() 146 …std::array<uint8_t, 3>, 2>& input, std::array<std::array<uint8_t, 3>, 2>* repeated, std::array<std… in Repeat2dBytes() 149 …std::array<int32_t, 3>, 2>& input, std::array<std::array<int32_t, 3>, 2>* repeated, std::array<std… in Repeat2dInts() 152 …& input, std::array<std::array<::android::sp<::android::IBinder>, 3>, 2>* repeated, std::array<std… in Repeat2dBinders() 155 …roid::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>, 2>* repeated, std::array<std… in Repeat2dParcelables()
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 196 let mut repeated = vec![Default::default(); array.len()]; localVariable 366 let mut repeated = vec![]; in test_parcel_file_descriptor_array() localVariable 504 let mut repeated = None; localVariable 515 let mut repeated = Some(vec![Default::default(); array.len()]); localVariable 1081 let mut repeated = vec![Default::default(); array.len()]; in test_binder_array() localVariable 1095 let mut repeated = Some(vec![Default::default(); array.len()]); in test_nullable_binder_array() localVariable 1149 let mut repeated = Default::default(); localVariable 1159 let mut repeated = Default::default(); localVariable 1169 let mut repeated = Default::default(); localVariable
|