Home
last modified time | relevance | path

Searched defs:readFromParcel (Results 1 – 25 of 167) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DWrappedApplicationKeyTest.java77 WrappedApplicationKey readFromParcel = in writeToParcel_writesAliasToParcel() local
87 WrappedApplicationKey readFromParcel = in writeToParcel_writesKeyMaterial() local
97 WrappedApplicationKey readFromParcel = in writeToParcel_writesMetadata_nonNull() local
107 WrappedApplicationKey readFromParcel = in writeToParcel_writesMetadata_null() local
117 WrappedApplicationKey readFromParcel = in writeToParcel_writesMetadata_absent() local
/frameworks/av/camera/
DCaptureResult.cpp29 status_t CaptureResultExtras::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::CaptureResultExtras
83 status_t PhysicalCaptureResultInfo::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::PhysicalCaptureResultInfo
126 status_t CaptureResult::readFromParcel(android::Parcel *parcel) { in readFromParcel() function in android::CaptureResult
/frameworks/av/include/media/
DIAudioFlinger.h58 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
135 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
193 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
259 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
DAudioClient.h38 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h58 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
135 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
193 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
259 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
DAudioClient.h38 status_t readFromParcel(const Parcel *parcel) override { in readFromParcel() function
/frameworks/av/media/libaudioclient/
DAudioPolicy.cpp27 status_t AudioDeviceTypeAddr::readFromParcel(Parcel *parcel) { in readFromParcel() function in android::AudioDeviceTypeAddr
56 status_t AudioMixMatchCriterion::readFromParcel(Parcel *parcel) in readFromParcel() function in android::AudioMixMatchCriterion
90 status_t AudioMix::readFromParcel(Parcel *parcel) in readFromParcel() function in android::AudioMix
DAudioAttributes.cpp27 status_t AudioAttributes::readFromParcel(const Parcel *parcel) in readFromParcel() function in android::AudioAttributes
/frameworks/native/libs/gui/view/
DSurface.cpp51 status_t Surface::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::view::Surface
55 status_t Surface::readFromParcel(const Parcel* parcel, bool nameAlreadyRead) { in readFromParcel() function in android::view::Surface
/frameworks/native/libs/graphicsenv/
DGpuStatsInfo.cpp45 status_t GpuStatsGlobalInfo::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::GpuStatsGlobalInfo
92 status_t GpuStatsAppInfo::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::GpuStatsAppInfo
/frameworks/native/libs/gui/
DITransactionCompletedListener.cpp54 status_t SurfaceStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::SurfaceStats
102 status_t TransactionStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::TransactionStats
140 status_t ListenerStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::ListenerStats
DLayerDebugInfo.cpp67 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::LayerDebugInfo
/frameworks/base/core/java/android/service/autofill/
DFieldClassification.java80 private static FieldClassification readFromParcel(Parcel parcel) { in readFromParcel() method in FieldClassification
162 private static Match readFromParcel(@NonNull Parcel parcel) { in readFromParcel() method in FieldClassification.Match
/frameworks/native/libs/binder/
DParcelFileDescriptor.cpp32 status_t ParcelFileDescriptor::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::os::ParcelFileDescriptor
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp75 status_t AAudioStreamConfiguration::readFromParcel(const Parcel* parcel) { in readFromParcel() function in AAudioStreamConfiguration
DAAudioStreamRequest.cpp65 status_t AAudioStreamRequest::readFromParcel(const Parcel* parcel) { in readFromParcel() function in AAudioStreamRequest
/frameworks/av/camera/camera2/
DSubmitInfo.cpp36 status_t SubmitInfo::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::hardware::camera2::utils::SubmitInfo
/frameworks/base/core/java/android/hardware/
DCameraInfo.java43 public void readFromParcel(Parcel in) { in readFromParcel() method in CameraInfo
DCameraStatus.java45 public void readFromParcel(Parcel in) { in readFromParcel() method in CameraStatus
/frameworks/base/libs/storage/
DObbInfo.cpp32 status_t ObbInfo::readFromParcel(const Parcel*) { in readFromParcel() function in android::ObbInfo
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_unique_fd.cpp25 status_t ParcelableUniqueFd::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::dvr::ParcelableUniqueFd
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_parcelable.cpp47 status_t BufferHubQueueParcelable<Magic>::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::dvr::BufferHubQueueParcelable
/frameworks/av/media/libmedia/
DMediaResourcePolicy.cpp33 void MediaResourcePolicy::readFromParcel(const Parcel &parcel) { in readFromParcel() function in android::MediaResourcePolicy
/frameworks/base/core/java/android/database/
DBulkCursorDescriptor.java69 public void readFromParcel(Parcel in) { in readFromParcel() method in BulkCursorDescriptor
/frameworks/base/core/java/android/security/
DKeystoreArguments.java67 private void readFromParcel(Parcel in) { in readFromParcel() method in KeystoreArguments

1234567