Home
last modified time | relevance | path

Searched refs:Parcelable (Results 1 – 25 of 47) sorted by relevance

12

/system/tools/aidl/tests/java_app/src/android/aidl/tests/generic/
DPair.java20 import android.os.Parcelable;
22 public class Pair<A, B> implements Parcelable {
41 public static final Parcelable.Creator<Pair> CREATOR = new Parcelable.Creator<Pair>() {
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DSimpleParcelable.java20 import android.os.Parcelable;
22 public class SimpleParcelable implements Parcelable {
63 public static final Parcelable.Creator<SimpleParcelable> CREATOR =
64 new Parcelable.Creator<SimpleParcelable>() {
/system/bt/service/common/android/bluetooth/
Dscan_settings.h25 using android::Parcelable;
31 class ScanSettings : public Parcelable, public ::bluetooth::ScanSettings {
Dscan_result.h25 using android::Parcelable;
31 class ScanResult : public Parcelable, public ::bluetooth::ScanResult {
Dadvertise_data.h25 using android::Parcelable;
31 class AdvertiseData : public Parcelable, public ::bluetooth::AdvertiseData {
Dadvertise_settings.h25 using android::Parcelable;
31 class AdvertiseSettings : public Parcelable,
Dscan_filter.h25 using android::Parcelable;
31 class ScanFilter : public Parcelable, public ::bluetooth::ScanFilter {
Dbluetooth_gatt_characteristic.h25 using android::Parcelable;
31 class BluetoothGattCharacteristic : public Parcelable,
Dbluetooth_gatt_descriptor.h25 using android::Parcelable;
31 class BluetoothGattDescriptor : public Parcelable,
Dbluetooth_avrcp_int_value.h25 using android::Parcelable;
31 class BluetoothAvrcpIntValue : public Parcelable,
Dbluetooth_remote_device_props.h25 using android::Parcelable;
31 class BluetoothRemoteDeviceProps : public Parcelable,
Dbluetooth_avrcp_string_value.h25 using android::Parcelable;
31 class BluetoothAvrcpStringValue : public Parcelable,
Dbluetooth_avrcp_register_notification_response.h25 using android::Parcelable;
32 : public Parcelable,
Dbluetooth_a2dp_codec_config.h25 using android::Parcelable;
31 class BluetoothA2dpCodecConfig : public Parcelable,
Dbluetooth_avrcp_media_attr.h25 using android::Parcelable;
31 class BluetoothAvrcpMediaAttr : public Parcelable,
Dbluetooth_gatt_service.h26 using android::Parcelable;
32 class BluetoothGattService : public Parcelable, public ::bluetooth::Service {
Duuid.h25 using android::Parcelable;
31 class UUID : public Parcelable {
Dbluetooth_gatt_included_service.h25 using android::Parcelable;
33 class BluetoothGattIncludedService : public Parcelable {
/system/iorap/include/binder/
Dauto_parcelable.h36 struct AutoParcelable : public ::android::Parcelable {
40 using Parcelable = android::Parcelable; member
128 if constexpr (std::is_base_of_v<Parcelable, D>) { in writeAnyToParcel()
157 if constexpr (std::is_base_of_v<Parcelable, D>) { in readAnyFromParcel()
/system/bt/binder/android/bluetooth/
Dbluetooth_device.h27 class BluetoothDevice : public android::Parcelable {
/system/bt/binder/android/os/
Dparcel_uuid.h26 class ParcelUuid : public android::Parcelable {
/system/security/keystore/include/keystore/
DExportResult.h26 struct ExportResult : public ::android::Parcelable {
DKeymasterBlob.h25 struct KeymasterBlob : public ::android::Parcelable {
DKeymasterCertificateChain.h26 struct KeymasterCertificateChain : public ::android::Parcelable {
/system/connectivity/wificond/scanning/
Dhidden_network.h31 class HiddenNetwork : public ::android::Parcelable {

12