Home
last modified time | relevance | path

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

123

/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DGenericStructuredParcelable.java6 public class GenericStructuredParcelable<T,U,B> implements android.os.Parcelable class
10 …oid.os.Parcelable.Creator<GenericStructuredParcelable> CREATOR = new android.os.Parcelable.Creator…
12 public GenericStructuredParcelable createFromParcel(android.os.Parcel _aidl_source) {
13 GenericStructuredParcelable _aidl_out = new GenericStructuredParcelable();
18 public GenericStructuredParcelable[] newArray(int _aidl_size) {
19 return new GenericStructuredParcelable[_aidl_size];
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
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DGenericStructuredParcelable.java6 public class GenericStructuredParcelable<T,U,B> implements android.os.Parcelable class
10 …oid.os.Parcelable.Creator<GenericStructuredParcelable> CREATOR = new android.os.Parcelable.Creator…
12 public GenericStructuredParcelable createFromParcel(android.os.Parcel _aidl_source) {
13 GenericStructuredParcelable _aidl_out = new GenericStructuredParcelable();
18 public GenericStructuredParcelable[] newArray(int _aidl_size) {
19 return new GenericStructuredParcelable[_aidl_size];
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
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DGenericStructuredParcelable.h24 class GenericStructuredParcelable {
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 {
47 inline bool operator>=(const GenericStructuredParcelable& _rhs) const {
50 inline bool operator<=(const GenericStructuredParcelable& _rhs) const {
77 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure…
80 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
107 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DGenericStructuredParcelable.h24 class GenericStructuredParcelable {
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 {
47 inline bool operator>=(const GenericStructuredParcelable& _rhs) const {
50 inline bool operator<=(const GenericStructuredParcelable& _rhs) const {
77 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure…
80 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
107 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DGenericStructuredParcelable.rs8 pub struct r#GenericStructuredParcelable<T,U,B,> {
15 impl<T: Default,U: Default,B: Default,> Default for r#GenericStructuredParcelable<T,U,B,> { implementation
26 impl<T,U,B,> binder::Parcelable for r#GenericStructuredParcelable<T,U,B,> { implementation
46 binder::impl_serialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
47 binder::impl_deserialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
48 impl<T,U,B,> binder::binder_impl::ParcelableMetadata for r#GenericStructuredParcelable<T,U,B,> { implementation
52 …pub use super::r#GenericStructuredParcelable as _7_android_4_aidl_5_tests_27_GenericStructuredParc…
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
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DGenericStructuredParcelable.rs8 pub struct r#GenericStructuredParcelable<T,U,B,> {
15 impl<T: Default,U: Default,B: Default,> Default for r#GenericStructuredParcelable<T,U,B,> { implementation
26 impl<T,U,B,> binder::Parcelable for r#GenericStructuredParcelable<T,U,B,> { implementation
46 binder::impl_serialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
47 binder::impl_deserialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
48 impl<T,U,B,> binder::binder_impl::ParcelableMetadata for r#GenericStructuredParcelable<T,U,B,> { implementation
52 …pub use super::r#GenericStructuredParcelable as _7_android_4_aidl_5_tests_27_GenericStructuredParc…
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
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DGenericStructuredParcelable.h18 class GenericStructuredParcelable : public ::android::Parcelable {
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 {
37 inline bool operator<=(const GenericStructuredParcelable& _rhs) const {
65 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel()
96 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DGenericStructuredParcelable.h18 class GenericStructuredParcelable : public ::android::Parcelable {
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 {
37 inline bool operator<=(const GenericStructuredParcelable& _rhs) const {
65 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel()
96 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
/system/tools/aidl/tests/android/aidl/tests/
DICppJavaTests.aidl20 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()
DParcelableForToString.aidl19 import android.aidl.tests.GenericStructuredParcelable;
48 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> parcelableGeneric;
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h24 class GenericStructuredParcelable; variable
37GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
54GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl… in RepeatGenericParcelable()
DBpCppJavaTests.h20GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h24 class GenericStructuredParcelable; variable
37GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
54GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl… in RepeatGenericParcelable()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DGenericStructuredParcelable.cpp.d1 …ools/aidl/aidl-test-interface-ndk-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DGenericStructuredParcelable.cpp.d1 …ools/aidl/aidl-test-interface-ndk-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
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
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/
DGenericStructuredParcelable.cpp.d1 …/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/
DGenericStructuredParcelable.cpp.d1 …/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/GenericStructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/GenericStructuredParcelable.aidl
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java16GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
150 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
151 _arg0 = data.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in onTransact()
152 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
153 …_arg1 = new android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredPa… in onTransact()
155 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
283GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
287 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in RepeatGenericParcelable()
293 _result = _reply.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in RepeatGenericParcelable()
439GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java16GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
150 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
151 _arg0 = data.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in onTransact()
152 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
153 …_arg1 = new android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredPa… in onTransact()
155 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
283GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
287 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in RepeatGenericParcelable()
293 _result = _reply.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in RepeatGenericParcelable()
439GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()

123