Home
last modified time | relevance | path

Searched refs:readFromParcel (Results 1 – 25 of 77) sorted by relevance

1234

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyConfigTest.java71 CarPropertyConfig<Float> configRead = readFromParcel(); in testWriteReadFloat()
96 CarPropertyConfig<Integer> configRead = readFromParcel(); in testWriteReadIntegerValue()
120 CarPropertyConfig<Long> configRead = readFromParcel(); in testWriteReadLongValue()
144 CarPropertyConfig<Integer[]> configRead = readFromParcel(); in testWriteReadIntegerArray()
163 CarPropertyConfig<Integer> integerConfig = readFromParcel(); in testWriteReadUnexpectedType()
171 CarPropertyConfig<?> rawTypeConfig = readFromParcel(); in testWriteReadUnexpectedType()
192 CarPropertyConfig<Object> configRead = readFromParcel(); in testWriteReadMixedType()
DCarPropertyValueTest.java40 CarPropertyValue<Float> valueRead = readFromParcel(); in testSimpleFloatValue()
51 CarPropertyValue<Object[]> valueRead = readFromParcel(); in testMixedValue()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/tests/
DLargeParcelableTest.cpp91 status = receiveData.readFromParcel(parcel.get()); in testWrapStableAidlWriteReadPayload()
131 status = receiveData.readFromParcel(parcel.get()); in TEST()
168 status = receiveData.readFromParcel(parcel.get()); in testParcelableToStableLargeParcelable()
202 status = largeParcelable.readFromParcel(parcel.get()); in testStableLargeParcelableToParcelable()
271 status = receiveData.readFromParcel(parcel.get()); in testWrapStableAidlVectorWriteReadPayload()
316 status = receiveData.readFromParcel(parcel.get()); in testParcelableVectorToStableLargeParcelable()
350 status = largeParcelable.readFromParcel(parcel.get()); in testStableLargeParcelableToParcelableVector()
/packages/apps/Contacts/src/com/android/contacts/logging/
DSearchState.java68 readFromParcel(source); in SearchState()
100 private void readFromParcel(Parcel source) { in readFromParcel() method in SearchState
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DParcelableException.java61 public static Throwable readFromParcel(Parcel in) { in readFromParcel() method in ParcelableException
95 return new ParcelableException(readFromParcel(source));
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyEventTest.java46 private <T extends Parcelable> T readFromParcel() { in readFromParcel() method in CarPropertyEventTest
78 CarPropertyEvent eventReadFromParcel = readFromParcel(); in testWriteAndReadEvent()
/packages/apps/Contacts/src/com/android/contacts/editor/
DViewIdGenerator.java114 private void readFromParcel(Parcel src) { in readFromParcel() method in ViewIdGenerator
123 vig.readFromParcel(in);
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingReport.java68 readFromParcel(in); in PeriodicAdvertisingReport()
85 private void readFromParcel(Parcel in) { in readFromParcel() method in PeriodicAdvertisingReport
DScanResult.java152 readFromParcel(in); in ScanResult()
179 private void readFromParcel(Parcel in) { in readFromParcel() method in ScanResult
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiAvailableChannel.java137 readFromParcel(in); in WifiAvailableChannel()
140 private void readFromParcel(@NonNull Parcel in) { in readFromParcel() method in WifiAvailableChannel
/packages/modules/Connectivity/framework/src/android/net/
DTcpKeepalivePacketData.java184 private static TcpKeepalivePacketData readFromParcel(Parcel in) throws InvalidPacketException { in readFromParcel() method in TcpKeepalivePacketData
205 return readFromParcel(in);
DStaticIpConfiguration.java303 return readFromParcel(in);
330 public static @NonNull StaticIpConfiguration readFromParcel(Parcel in) { in readFromParcel() method in StaticIpConfiguration
/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/
DLargeParcelableBase.h60 binder_status_t readFromParcel(const AParcel* parcel);
140 if (binder_status_t status = out->readFromParcel(parcel.get()); status != STATUS_OK) { in stableLargeParcelableToParcelable()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pWfdInfo.java482 private void readFromParcel(Parcel in) { in readFromParcel() method in WifiP2pWfdInfo
495 device.readFromParcel(in);
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
Dadvertise_data.cc29 status_t AdvertiseData::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::bluetooth::AdvertiseData
Dbluetooth_avrcp_register_notification_response.cc37 status_t BluetoothAvrcpRegisterNotificationResponse::readFromParcel( in readFromParcel() function in android::bluetooth::BluetoothAvrcpRegisterNotificationResponse
Dbluetooth_gatt_characteristic.h52 status_t readFromParcel(const Parcel* parcel) override;
Dadvertise_settings.h53 status_t readFromParcel(const Parcel* parcel) override;
Dadvertise_data.h51 status_t readFromParcel(const Parcel* parcel) override;
Dscan_filter.h51 status_t readFromParcel(const Parcel* parcel) override;
/packages/services/Car/procfs-inspector/server/
Dprocess.cpp11 status_t procfsinspector::ProcessInfo::readFromParcel(const Parcel* parcel) { in readFromParcel() function in procfsinspector::ProcessInfo
/packages/modules/NetworkStack/src/android/net/
DDhcpResults.java196 return readFromParcel(in);
221 private static DhcpResults readFromParcel(Parcel in) { in readFromParcel() method in DhcpResults
/packages/modules/Bluetooth/system/binder/android/os/
Dparcel_uuid.h43 android::status_t readFromParcel(const android::Parcel* parcel) override;
/packages/services/Car/car-lib/native/CarPowerManager/
DCarPowerPolicyFilter.cpp36 status_t CarPowerPolicyFilter::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::car::hardware::power::CarPowerPolicyFilter
/packages/services/Car/tools/keventreader/common/
Devent.h35 virtual status_t readFromParcel(const Parcel* parcel) override;

1234