/system/tools/aidl/tests/android/aidl/tests/ |
D | ICppJavaTests.aidl | 22 import android.aidl.tests.StructuredParcelable; 30 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> RepeatGenericParcelable( in RepeatGenericParcelable() argument 31 in GenericStructuredParcelable<int, StructuredParcelable, IntEnum> input, in RepeatGenericParcelable() 32 out GenericStructuredParcelable<int, StructuredParcelable, IntEnum> repeat); in RepeatGenericParcelable()
|
D | ParcelableForToString.aidl | 22 import android.aidl.tests.StructuredParcelable; 48 GenericStructuredParcelable<int, StructuredParcelable, IntEnum> parcelableGeneric;
|
D | ITestService.aidl | 26 import android.aidl.tests.StructuredParcelable; 122 @nullable StructuredParcelable RepeatNullableParcelable( in RepeatNullableParcelable() 123 in @nullable StructuredParcelable input); in RepeatNullableParcelable() 150 void FillOutStructuredParcelable(inout StructuredParcelable parcel); in FillOutStructuredParcelable()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 34 import android.aidl.tests.StructuredParcelable; 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() 554 private void shouldBeTheSame(StructuredParcelable a, StructuredParcelable b) { in shouldBeTheSame() 562 private void shouldBeDifferent(StructuredParcelable a, StructuredParcelable b) { in shouldBeDifferent() 570 StructuredParcelable p = new StructuredParcelable(); in testStructurecParcelableEquality() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | StructuredParcelable.rs.d | 1 …ystem/tools/aidl/aidl-test-interface-rust-source/gen/android/aidl/tests/StructuredParcelable.rs : \ 2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | StructuredParcelable.rs | 2 pub struct StructuredParcelable { struct 60 pub(crate) mod mangled { pub use super::StructuredParcelable as _7_android_4_aidl_5_tests_20_Struct… argument 61 impl Default for StructuredParcelable { implementation 120 impl binder::parcel::Serialize for StructuredParcelable { implementation 125 impl binder::parcel::SerializeArray for StructuredParcelable {} implementation 126 impl binder::parcel::SerializeOption for StructuredParcelable { implementation 192 impl binder::parcel::Deserialize for StructuredParcelable { implementation 199 impl binder::parcel::DeserializeArray for StructuredParcelable {} implementation 200 impl binder::parcel::DeserializeOption for StructuredParcelable { implementation
|
D | ParcelableForToString.rs.d | 6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | ITestService.rs.d | 10 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | StructuredParcelable.cpp.d | 1 …ystem/tools/aidl/aidl-test-interface-cpp-source/gen/android/aidl/tests/StructuredParcelable.cpp : \ 2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | ParcelableForToString.cpp.d | 6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | ITestService.cpp.d | 10 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | StructuredParcelable.cpp.d | 1 …ls/aidl/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/StructuredParcelable.cpp : \ 2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | ParcelableForToString.cpp.d | 6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | ITestService.cpp.d | 10 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | StructuredParcelable.java.d | 1 …tem/tools/aidl/aidl-test-interface-java-source/gen/android/aidl/tests/StructuredParcelable.java : \ 2 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | StructuredParcelable.java | 5 public class StructuredParcelable implements android.os.Parcelable class 64 …al android.os.Parcelable.Creator<StructuredParcelable> CREATOR = new android.os.Parcelable.Creator… 66 public StructuredParcelable createFromParcel(android.os.Parcel _aidl_source) { 67 StructuredParcelable _aidl_out = new StructuredParcelable(); 72 public StructuredParcelable[] newArray(int _aidl_size) { 73 return new StructuredParcelable[_aidl_size]; 344 if (!(other instanceof StructuredParcelable)) return false; in equals() 345 StructuredParcelable that = (StructuredParcelable)other; in equals()
|
D | ParcelableForToString.java.d | 6 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl \
|
D | ITestService.java.d | 10 system/tools/aidl/tests/android/aidl/tests/StructuredParcelable.aidl
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 24 INamedCallback, INewName, IOldName, IntEnum::IntEnum, LongEnum::LongEnum, StructuredParcelable, 214 input: Option<&StructuredParcelable::StructuredParcelable>, in RepeatNullableParcelable() argument 215 ) -> binder::Result<Option<StructuredParcelable::StructuredParcelable>> { in RepeatNullableParcelable() argument 263 parcelable: &mut StructuredParcelable::StructuredParcelable, in FillOutStructuredParcelable() argument 285 parcelable.shouldSetBit0AndBit2 = StructuredParcelable::BIT0 | StructuredParcelable::BIT2; in FillOutStructuredParcelable()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 31 import android.aidl.tests.StructuredParcelable; 336 public StructuredParcelable RepeatNullableParcelable(StructuredParcelable input) in RepeatNullableParcelable() 399 public void FillOutStructuredParcelable(StructuredParcelable parcelable) throws RemoteException { in FillOutStructuredParcelable() 420 parcelable.shouldSetBit0AndBit2 = StructuredParcelable.BIT0 | StructuredParcelable.BIT2; in FillOutStructuredParcelable() 458 public GenericStructuredParcelable<Integer, StructuredParcelable, Integer> 460 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> input, in RepeatGenericParcelable() argument 461 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> repeat) in RepeatGenericParcelable()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 38 using android::aidl::tests::StructuredParcelable; 64 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> input, out_param, returned; in TEST_F() 216 StructuredParcelable parcelable1; in TEST_F() 217 StructuredParcelable parcelable2; in TEST_F() 258 StructuredParcelable parcelable; in TEST_F() 323 EXPECT_EQ(StructuredParcelable::BIT0 | StructuredParcelable::BIT2, in TEST_F() 482 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> gen; in TEST_F()
|
D | aidl_test_client_nullables.cpp | 40 using android::aidl::tests::StructuredParcelable; 98 auto input = std::make_optional<StructuredParcelable>(); in TEST_F() 101 std::optional<StructuredParcelable> output; in TEST_F()
|
D | aidl_test_service.cpp | 101 using android::aidl::tests::StructuredParcelable; 190 const GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>& input, in RepeatGenericParcelable() argument 191 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>* repeat, in RepeatGenericParcelable() 192 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>* _aidl_return) { in RepeatGenericParcelable() 496 Status RepeatNullableParcelable(const optional<StructuredParcelable>& input, in RepeatNullableParcelable() 497 optional<StructuredParcelable>* _aidl_return) { in RepeatNullableParcelable() 561 virtual ::android::binder::Status FillOutStructuredParcelable(StructuredParcelable* parcelable) { in FillOutStructuredParcelable() 582 parcelable->shouldSetBit0AndBit2 = StructuredParcelable::BIT0 | StructuredParcelable::BIT2; in FillOutStructuredParcelable()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | StructuredParcelable.h | 25 class StructuredParcelable : public ::android::Parcelable { 27 inline bool operator!=(const StructuredParcelable& rhs) const { 30 inline bool operator<(const StructuredParcelable& rhs) const { 33 inline bool operator<=(const StructuredParcelable& rhs) const { 36 inline bool operator==(const StructuredParcelable& rhs) const { 39 inline bool operator>(const StructuredParcelable& rhs) const { 42 inline bool operator>=(const StructuredParcelable& rhs) const {
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | StructuredParcelable.h | 22 class StructuredParcelable { 84 inline bool operator!=(const StructuredParcelable& rhs) const { 87 inline bool operator<(const StructuredParcelable& rhs) const { 90 inline bool operator<=(const StructuredParcelable& rhs) const { 93 inline bool operator==(const StructuredParcelable& rhs) const { 96 inline bool operator>(const StructuredParcelable& rhs) const { 99 inline bool operator>=(const StructuredParcelable& rhs) const {
|