Searched defs:readFromParcel (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dparcelable_update_engine_status.cc50 status_t ParcelableUpdateEngineStatus::readFromParcel(const Parcel* parcel) { function in class:android::brillo::ParcelableUpdateEngineStatus
/system/netd/server/binder/android/net/
H A DUidRange.cpp55 status_t UidRange::readFromParcel(const Parcel* parcel) { function in class:android::net::UidRange
57 * Keep implementation in sync with readFromParcel() in
/system/tools/aidl/tests/
H A Dsimple_parcelable.cpp42 status_t SimpleParcelable::readFromParcel(const Parcel* parcel) { function in class:android::aidl::tests::SimpleParcelable
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DSimpleParcelable.java39 public void readFromParcel(Parcel source) { method in class:SimpleParcelable
/system/security/keystore/
H A DIKeystoreService.cpp58 void OperationResult::readFromParcel(const Parcel& in) { function in class:android::OperationResult
79 outParams.readFromParcel(in);
105 void ExportResult::readFromParcel(const Parcel& in) { function in class:android::ExportResult
145 void KeymasterArguments::readFromParcel(const Parcel& in) { function in class:android::KeymasterArguments
179 void KeyCharacteristics::readFromParcel(const Parcel& in) { function in class:android::KeyCharacteristics
243 void KeymasterCertificateChain::readFromParcel(const Parcel& in) { function in class:android::KeymasterCertificateChain
1023 outCharacteristics->readFromParcel(reply);
1059 outCharacteristics->readFromParcel(reply);
1089 outCharacteristics->readFromParcel(reply);
1130 result->readFromParcel(repl
[all...]

Completed in 121 milliseconds