Home
last modified time | relevance | path

Searched refs:StructuredParcelable (Results 1 – 25 of 57) sorted by relevance

123

/system/tools/aidl/tests/android/aidl/tests/
DICppJavaTests.aidl23 import android.aidl.tests.StructuredParcelable;
32 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> RepeatGenericParcelable( in RepeatGenericParcelable() argument
33 in GenericStructuredParcelable<int, StructuredParcelable, IntEnum> input, in RepeatGenericParcelable()
34 out GenericStructuredParcelable<int, StructuredParcelable, IntEnum> repeat); in RepeatGenericParcelable()
DParcelableForToString.aidl22 import android.aidl.tests.StructuredParcelable;
48 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> parcelableGeneric;
DStructuredParcelable.aidl28 parcelable StructuredParcelable {
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java41 import android.aidl.tests.StructuredParcelable;
364 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> input = in testRepeatGenericParcelable()
365 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testRepeatGenericParcelable()
366 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> out_param = in testRepeatGenericParcelable()
367 new GenericStructuredParcelable<Integer, StructuredParcelable, Integer>(); in testRepeatGenericParcelable()
370 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> testing = input; in testRepeatGenericParcelable()
372 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> returned = in testRepeatGenericParcelable()
679 private void shouldBeTheSame(StructuredParcelable a, StructuredParcelable b) { in shouldBeTheSame()
687 private void shouldBeDifferent(StructuredParcelable a, StructuredParcelable b) { in shouldBeDifferent()
695 StructuredParcelable p = new StructuredParcelable(); in testStructuredParcelableEquality()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DStructuredParcelable.cpp.d1 …ystem/tools/aidl/aidl-test-interface-cpp-source/gen/android/aidl/tests/StructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DParcelableForToString.cpp.d6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DStructuredParcelable.cpp.d1 …ystem/tools/aidl/aidl-test-interface-ndk-source/gen/android/aidl/tests/StructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DParcelableForToString.cpp.d6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DStructuredParcelable.cpp9 const char* StructuredParcelable::descriptor = "android.aidl.tests.StructuredParcelable";
11 binder_status_t StructuredParcelable::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
408 binder_status_t StructuredParcelable::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
594 const char* StructuredParcelable::Empty::descriptor = "android.aidl.tests.StructuredParcelable.Empt…
596 binder_status_t StructuredParcelable::Empty::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
608 binder_status_t StructuredParcelable::Empty::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
DICircular.cpp.d8 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DStructuredParcelable.java.d1 …tem/tools/aidl/aidl-test-interface-java-source/gen/android/aidl/tests/StructuredParcelable.java : \
2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DStructuredParcelable.java5 public class StructuredParcelable implements android.os.Parcelable class
42 public android.aidl.tests.StructuredParcelable.Empty empty;
66 …al android.os.Parcelable.Creator<StructuredParcelable> CREATOR = new android.os.Parcelable.Creator…
68 public StructuredParcelable createFromParcel(android.os.Parcel _aidl_source) {
69 StructuredParcelable _aidl_out = new StructuredParcelable();
74 public StructuredParcelable[] newArray(int _aidl_size) {
75 return new StructuredParcelable[_aidl_size];
215 empty = _aidl_parcel.readTypedObject(android.aidl.tests.StructuredParcelable.Empty.CREATOR); in readFromParcel()
332 if (!(other instanceof StructuredParcelable)) return false; in equals()
333 StructuredParcelable that = (StructuredParcelable)other; in equals()
DParcelableForToString.java.d6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DStructuredParcelable.rs.d1 …ystem/tools/aidl/aidl-test-interface-rust-source/gen/android/aidl/tests/StructuredParcelable.rs : \
2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DStructuredParcelable.rs4 pub struct r#StructuredParcelable {
64 impl Default for r#StructuredParcelable { implementation
125 impl binder::Parcelable for r#StructuredParcelable { implementation
357 binder::impl_serialize_for_parcelable!(r#StructuredParcelable);
358 binder::impl_deserialize_for_parcelable!(r#StructuredParcelable);
359 impl binder::binder_impl::ParcelableMetadata for r#StructuredParcelable { implementation
391 pub use super::r#StructuredParcelable as _7_android_4_aidl_5_tests_20_StructuredParcelable;
DParcelableForToString.rs.d6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/
DStructuredParcelable.cpp.d1 …ls/aidl/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/StructuredParcelable.cpp : \
2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DParcelableForToString.cpp.d6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DICircular.cpp.d8 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DITestService.cpp.d13 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
DCircularParcelable.cpp.d8 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DStructuredParcelable.h25 class StructuredParcelable {
99 ::aidl::android::aidl::tests::StructuredParcelable::Empty empty;
125 inline bool operator!=(const StructuredParcelable& rhs) const {
128 inline bool operator<(const StructuredParcelable& rhs) const {
131 inline bool operator<=(const StructuredParcelable& rhs) const {
134 inline bool operator==(const StructuredParcelable& rhs) const {
137 inline bool operator>(const StructuredParcelable& rhs) const {
140 inline bool operator>=(const StructuredParcelable& rhs) const {
/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp44 using android::aidl::tests::StructuredParcelable;
94 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> input, out_param, returned; in TEST_F()
247 StructuredParcelable parcelable1; in TEST_F()
248 StructuredParcelable parcelable2; in TEST_F()
289 StructuredParcelable parcelable; in TEST_F()
358 EXPECT_EQ(StructuredParcelable::BIT0 | StructuredParcelable::BIT2, in TEST_F()
517 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> gen; in TEST_F()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DStructuredParcelable.h23 class StructuredParcelable : public ::android::Parcelable {
92 ::android::aidl::tests::StructuredParcelable::Empty empty;
114 inline bool operator!=(const StructuredParcelable& rhs) const {
117 inline bool operator<(const StructuredParcelable& rhs) const {
120 inline bool operator<=(const StructuredParcelable& rhs) const {
123 inline bool operator==(const StructuredParcelable& rhs) const {
126 inline bool operator>(const StructuredParcelable& rhs) const {
129 inline bool operator>=(const StructuredParcelable& rhs) const {
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java37 import android.aidl.tests.StructuredParcelable;
532 public void FillOutStructuredParcelable(StructuredParcelable parcelable) throws RemoteException { in FillOutStructuredParcelable()
553 parcelable.shouldSetBit0AndBit2 = StructuredParcelable.BIT0 | StructuredParcelable.BIT2; in FillOutStructuredParcelable()
642 public GenericStructuredParcelable<Integer, StructuredParcelable, Integer>
644 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> input, in RepeatGenericParcelable() argument
645 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> repeat) in RepeatGenericParcelable()

123