Home
last modified time | relevance | path

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

123

/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DGenericStructuredParcelable.h28 class GenericStructuredParcelable {
39 inline bool operator==(const GenericStructuredParcelable& _rhs) const {
42 inline bool operator<(const GenericStructuredParcelable& _rhs) const {
45 inline bool operator!=(const GenericStructuredParcelable& _rhs) const {
48 inline bool operator>(const GenericStructuredParcelable& _rhs) const {
51 inline bool operator>=(const GenericStructuredParcelable& _rhs) const {
54 inline bool operator<=(const GenericStructuredParcelable& _rhs) const {
81 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure…
84 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
111 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DGenericStructuredParcelable.h28 class GenericStructuredParcelable {
39 inline bool operator==(const GenericStructuredParcelable& _rhs) const {
42 inline bool operator<(const GenericStructuredParcelable& _rhs) const {
45 inline bool operator!=(const GenericStructuredParcelable& _rhs) const {
48 inline bool operator>(const GenericStructuredParcelable& _rhs) const {
51 inline bool operator>=(const GenericStructuredParcelable& _rhs) const {
54 inline bool operator<=(const GenericStructuredParcelable& _rhs) const {
81 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure…
84 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
111 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DGenericStructuredParcelable.java10 public class GenericStructuredParcelable<T,U,B> implements android.os.Parcelable class
14 …oid.os.Parcelable.Creator<GenericStructuredParcelable> CREATOR = new android.os.Parcelable.Creator…
16 public GenericStructuredParcelable createFromParcel(android.os.Parcel _aidl_source) {
17 GenericStructuredParcelable _aidl_out = new GenericStructuredParcelable();
22 public GenericStructuredParcelable[] newArray(int _aidl_size) {
23 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
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DGenericStructuredParcelable.java10 public class GenericStructuredParcelable<T,U,B> implements android.os.Parcelable class
14 …oid.os.Parcelable.Creator<GenericStructuredParcelable> CREATOR = new android.os.Parcelable.Creator…
16 public GenericStructuredParcelable createFromParcel(android.os.Parcel _aidl_source) {
17 GenericStructuredParcelable _aidl_out = new GenericStructuredParcelable();
22 public GenericStructuredParcelable[] newArray(int _aidl_size) {
23 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
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DGenericStructuredParcelable.h22 class LIBBINDER_EXPORTED GenericStructuredParcelable : public ::android::Parcelable {
26 inline bool operator==(const GenericStructuredParcelable& _rhs) const {
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 {
69 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel()
100 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DGenericStructuredParcelable.h22 class LIBBINDER_EXPORTED GenericStructuredParcelable : public ::android::Parcelable {
26 inline bool operator==(const GenericStructuredParcelable& _rhs) const {
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 {
69 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel()
100 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DGenericStructuredParcelable.rs12 pub struct r#GenericStructuredParcelable<T,U,B,> {
19 impl<T: Default,U: Default,B: Default,> Default for r#GenericStructuredParcelable<T,U,B,> { implementation
30 impl<T,U,B,> binder::Parcelable for r#GenericStructuredParcelable<T,U,B,> { implementation
50 binder::impl_serialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
51 binder::impl_deserialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
52 impl<T,U,B,> binder::binder_impl::ParcelableMetadata for r#GenericStructuredParcelable<T,U,B,> { implementation
56 …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
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DGenericStructuredParcelable.rs12 pub struct r#GenericStructuredParcelable<T,U,B,> {
19 impl<T: Default,U: Default,B: Default,> Default for r#GenericStructuredParcelable<T,U,B,> { implementation
30 impl<T,U,B,> binder::Parcelable for r#GenericStructuredParcelable<T,U,B,> { implementation
50 binder::impl_serialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
51 binder::impl_deserialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
52 impl<T,U,B,> binder::binder_impl::ParcelableMetadata for r#GenericStructuredParcelable<T,U,B,> { implementation
56 …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
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java20GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
154 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
155 _arg0 = data.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in onTransact()
156 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
157 …_arg1 = new android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredPa… in onTransact()
159 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
291GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
295 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in RepeatGenericParcelable()
301 _result = _reply.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in RepeatGenericParcelable()
447GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java20GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
154 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
155 _arg0 = data.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in onTransact()
156 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
157 …_arg1 = new android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredPa… in onTransact()
159 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in onTransact()
291GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
295 …android.aidl.tests.GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Int… in RepeatGenericParcelable()
301 _result = _reply.readTypedObject(android.aidl.tests.GenericStructuredParcelable.CREATOR); in RepeatGenericParcelable()
447GenericStructuredParcelable<Integer,android.aidl.tests.StructuredParcelable,Integer> RepeatGeneric… in RepeatGenericParcelable()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h28 class GenericStructuredParcelable; variable
41GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
58GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl… in RepeatGenericParcelable()
DBpCppJavaTests.h24GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
DBnCppJavaTests.h42GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl… in RepeatGenericParcelable()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h28 class GenericStructuredParcelable; variable
41GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
58GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl… in RepeatGenericParcelable()
DBpCppJavaTests.h24GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl…
DBnCppJavaTests.h42GenericStructuredParcelable<int32_t, ::android::aidl::tests::StructuredParcelable, ::android::aidl… in RepeatGenericParcelable()
/aosp_15_r20/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()
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java35 import android.aidl.tests.GenericStructuredParcelable;
365 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> input = in testRepeatGenericParcelable()
366 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testRepeatGenericParcelable()
367 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> out_param = in testRepeatGenericParcelable()
368 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testRepeatGenericParcelable()
371 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> testing = input; in testRepeatGenericParcelable()
373 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> returned = in testRepeatGenericParcelable()
894 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> gen = in testToString()
895 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testToString()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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

123