/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
H A D | GenericStructuredParcelable.rs | 2 pub struct GenericStructuredParcelable { struct 6 pub(crate) mod mangled { pub use super::GenericStructuredParcelable as _7_android_4_aidl_5_tests_27… argument 7 impl Default for GenericStructuredParcelable { implementation 15 impl binder::parcel::Serialize for GenericStructuredParcelable { implementation 20 impl binder::parcel::SerializeArray for GenericStructuredParcelable {} implementation 21 impl binder::parcel::SerializeOption for GenericStructuredParcelable { implementation 36 impl binder::parcel::Deserialize for GenericStructuredParcelable { implementation 43 impl binder::parcel::DeserializeArray for GenericStructuredParcelable {} implementation 44 impl binder::parcel::DeserializeOption for GenericStructuredParcelable { implementation
|
H A D | GenericStructuredParcelable.rs.d | 1 …ools/aidl/aidl-test-interface-rust-source/gen/android/aidl/tests/GenericStructuredParcelable.rs : \ 2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
|
H A D | ParcelableForToString.rs.d | 3 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl \
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
H A D | GenericStructuredParcelable.java | 5 public class GenericStructuredParcelable<T,U,B> implements android.os.Parcelable class 9 …oid.os.Parcelable.Creator<GenericStructuredParcelable> CREATOR = new android.os.Parcelable.Creator… 11 public GenericStructuredParcelable createFromParcel(android.os.Parcel _aidl_source) { 12 GenericStructuredParcelable _aidl_out = new GenericStructuredParcelable(); 17 public GenericStructuredParcelable[] newArray(int _aidl_size) { 18 return new GenericStructuredParcelable[_aidl_size];
|
H A D | GenericStructuredParcelable.java.d | 1 …ls/aidl/aidl-test-interface-java-source/gen/android/aidl/tests/GenericStructuredParcelable.java : \ 2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
|
H A D | ParcelableForToString.java.d | 3 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl \
|
H A D | ParcelableForToString.java | 28 …public android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcela… 147 …parcelableGeneric = android.aidl.tests.GenericStructuredParcelable.CREATOR.createFromParcel(_aidl_… in readFromParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | GenericStructuredParcelable.h | 18 class GenericStructuredParcelable { 29 inline bool operator!=(const GenericStructuredParcelable& rhs) const { 32 inline bool operator<(const GenericStructuredParcelable& rhs) const { 35 inline bool operator<=(const GenericStructuredParcelable& rhs) const { 38 inline bool operator==(const GenericStructuredParcelable& rhs) const { 41 inline bool operator>(const GenericStructuredParcelable& rhs) const { 44 inline bool operator>=(const GenericStructuredParcelable& rhs) const { 71 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure… 74 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* parcel) { in readFromParcel() 100 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* parcel) const { in writeToParcel()
|
H A D | ParcelableForToString.h | 48 …::aidl::android::aidl::tests::GenericStructuredParcelable<int32_t, ::aidl::android::aidl::tests::S…
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
H A D | GenericStructuredParcelable.h | 17 class GenericStructuredParcelable : public ::android::Parcelable { 19 inline bool operator!=(const GenericStructuredParcelable& rhs) const { 22 inline bool operator<(const GenericStructuredParcelable& rhs) const { 25 inline bool operator<=(const GenericStructuredParcelable& rhs) const { 28 inline bool operator==(const GenericStructuredParcelable& rhs) const { 31 inline bool operator>(const GenericStructuredParcelable& rhs) const { 34 inline bool operator>=(const GenericStructuredParcelable& rhs) const { 70 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel() 98 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
|
H A D | ParcelableForToString.h | 64 …::android::aidl::tests::GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredPar…
|
/aosp12/system/tools/aidl/tests/android/aidl/tests/ |
H A D | ICppJavaTests.aidl | 19 import android.aidl.tests.GenericStructuredParcelable; 30 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> RepeatGenericParcelable( in RepeatGenericParcelable() 31 in GenericStructuredParcelable<int, StructuredParcelable, IntEnum> input, in RepeatGenericParcelable() 32 out GenericStructuredParcelable<int, StructuredParcelable, IntEnum> repeat); in RepeatGenericParcelable()
|
H A D | ParcelableForToString.aidl | 19 import android.aidl.tests.GenericStructuredParcelable; 48 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> parcelableGeneric;
|
H A D | GenericStructuredParcelable.aidl | 20 parcelable GenericStructuredParcelable<T, U, B> {
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
H A D | GenericStructuredParcelable.cpp.d | 1 …ools/aidl/aidl-test-interface-cpp-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \ 2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
|
H A D | ParcelableForToString.cpp.d | 3 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl \
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | GenericStructuredParcelable.cpp.d | 1 …/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \ 2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
|
H A D | ParcelableForToString.cpp.d | 3 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl \
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/ |
H A D | TestServiceClient.java | 28 import android.aidl.tests.GenericStructuredParcelable; 300 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> input = in testRepeatGenericParcelable() 301 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testRepeatGenericParcelable() 302 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> out_param = in testRepeatGenericParcelable() 303 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testRepeatGenericParcelable() 306 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> testing = input; in testRepeatGenericParcelable() 308 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> returned = in testRepeatGenericParcelable() 763 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> gen = in testToString() 764 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testToString()
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/ |
H A D | TestServiceServer.java | 22 import android.aidl.tests.GenericStructuredParcelable; 458 public GenericStructuredParcelable<Integer, StructuredParcelable, Integer> 460 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> input, in RepeatGenericParcelable() 461 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> repeat) in RepeatGenericParcelable()
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_parcelables.cpp | 31 using android::aidl::tests::GenericStructuredParcelable; 64 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> input, out_param, returned; in TEST_F() 482 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> gen; in TEST_F()
|
H A D | aidl_test_service.cpp | 93 using android::aidl::tests::GenericStructuredParcelable; 190 const GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>& input, in RepeatGenericParcelable() 191 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>* repeat, in RepeatGenericParcelable() 192 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>* _aidl_return) { in RepeatGenericParcelable()
|
/aosp12/system/tools/aidl/ |
H A D | Android.bp | 280 "tests/android/aidl/tests/GenericStructuredParcelable.aidl",
|
H A D | aidl_unittest.cpp | 3324 TEST_P(AidlTest, GenericStructuredParcelable) { in TEST_P() argument
|