Searched refs:Parcelable (Results 1 – 25 of 47) sorted by relevance
12
/system/tools/aidl/tests/java_app/src/android/aidl/tests/generic/ |
D | Pair.java | 20 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/ |
D | SimpleParcelable.java | 20 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/ |
D | scan_settings.h | 25 using android::Parcelable; 31 class ScanSettings : public Parcelable, public ::bluetooth::ScanSettings {
|
D | scan_result.h | 25 using android::Parcelable; 31 class ScanResult : public Parcelable, public ::bluetooth::ScanResult {
|
D | advertise_data.h | 25 using android::Parcelable; 31 class AdvertiseData : public Parcelable, public ::bluetooth::AdvertiseData {
|
D | advertise_settings.h | 25 using android::Parcelable; 31 class AdvertiseSettings : public Parcelable,
|
D | scan_filter.h | 25 using android::Parcelable; 31 class ScanFilter : public Parcelable, public ::bluetooth::ScanFilter {
|
D | bluetooth_gatt_characteristic.h | 25 using android::Parcelable; 31 class BluetoothGattCharacteristic : public Parcelable,
|
D | bluetooth_gatt_descriptor.h | 25 using android::Parcelable; 31 class BluetoothGattDescriptor : public Parcelable,
|
D | bluetooth_avrcp_int_value.h | 25 using android::Parcelable; 31 class BluetoothAvrcpIntValue : public Parcelable,
|
D | bluetooth_remote_device_props.h | 25 using android::Parcelable; 31 class BluetoothRemoteDeviceProps : public Parcelable,
|
D | bluetooth_avrcp_string_value.h | 25 using android::Parcelable; 31 class BluetoothAvrcpStringValue : public Parcelable,
|
D | bluetooth_avrcp_register_notification_response.h | 25 using android::Parcelable; 32 : public Parcelable,
|
D | bluetooth_a2dp_codec_config.h | 25 using android::Parcelable; 31 class BluetoothA2dpCodecConfig : public Parcelable,
|
D | bluetooth_avrcp_media_attr.h | 25 using android::Parcelable; 31 class BluetoothAvrcpMediaAttr : public Parcelable,
|
D | bluetooth_gatt_service.h | 26 using android::Parcelable; 32 class BluetoothGattService : public Parcelable, public ::bluetooth::Service {
|
D | uuid.h | 25 using android::Parcelable; 31 class UUID : public Parcelable {
|
D | bluetooth_gatt_included_service.h | 25 using android::Parcelable; 33 class BluetoothGattIncludedService : public Parcelable {
|
/system/iorap/include/binder/ |
D | auto_parcelable.h | 36 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/ |
D | bluetooth_device.h | 27 class BluetoothDevice : public android::Parcelable {
|
/system/bt/binder/android/os/ |
D | parcel_uuid.h | 26 class ParcelUuid : public android::Parcelable {
|
/system/security/keystore/include/keystore/ |
D | ExportResult.h | 26 struct ExportResult : public ::android::Parcelable {
|
D | KeymasterBlob.h | 25 struct KeymasterBlob : public ::android::Parcelable {
|
D | KeymasterCertificateChain.h | 26 struct KeymasterCertificateChain : public ::android::Parcelable {
|
/system/connectivity/wificond/scanning/ |
D | hidden_network.h | 31 class HiddenNetwork : public ::android::Parcelable {
|
12