Home
last modified time | relevance | path

Searched refs:GenericStructuredParcelable (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DGenericStructuredParcelable.rs2 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 DGenericStructuredParcelable.rs.d1 …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 DParcelableForToString.rs.d3 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 DGenericStructuredParcelable.java5 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 DGenericStructuredParcelable.java.d1 …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 DParcelableForToString.java.d3 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl \
H A DParcelableForToString.java28 …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 DGenericStructuredParcelable.h18 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 DParcelableForToString.h48 …::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 DGenericStructuredParcelable.h17 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 DParcelableForToString.h64 …::android::aidl::tests::GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredPar…
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DICppJavaTests.aidl19 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 DParcelableForToString.aidl19 import android.aidl.tests.GenericStructuredParcelable;
48 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> parcelableGeneric;
H A DGenericStructuredParcelable.aidl20 parcelable GenericStructuredParcelable<T, U, B> {
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DGenericStructuredParcelable.cpp.d1 …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 DParcelableForToString.cpp.d3 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 DGenericStructuredParcelable.cpp.d1 …/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
H A DParcelableForToString.cpp.d3 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl \
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java28 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 DTestServiceServer.java22 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 Daidl_test_client_parcelables.cpp31 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 Daidl_test_service.cpp93 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 DAndroid.bp280 "tests/android/aidl/tests/GenericStructuredParcelable.aidl",
H A Daidl_unittest.cpp3324 TEST_P(AidlTest, GenericStructuredParcelable) { in TEST_P() argument