Home
last modified time | relevance | path

Searched defs:FixedParcelable (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DFixedSize.rs29 pub mod FixedParcelable { module
31 pub struct FixedParcelable { struct
32 pub booleanValue: bool,
33 pub byteValue: i8,
34 pub charValue: u16,
35 pub intValue: i32,
36 pub longValue: i64,
37 pub floatValue: f32,
38 pub doubleValue: f64,
39 pub enumValue: crate::mangled::_7_android_4_aidl_5_tests_8_LongEnum,
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java46 public static class FixedParcelable implements android.os.Parcelable class in FixedSize