Home
last modified time | relevance | path

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

12345678

/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/native/libs/gui/
DITransactionCompletedListener.cpp67 status_t FrameEventHistoryStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::FrameEventHistoryStats
106 status_t JankData::readFromParcel(const Parcel* input) { in readFromParcel() function in android::JankData
132 status_t SurfaceStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::SurfaceStats
180 status_t TransactionStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::TransactionStats
218 status_t ListenerStats::readFromParcel(const Parcel* input) { in readFromParcel() function in android::ListenerStats
303 status_t CallbackId::readFromParcel(const Parcel* input) { in readFromParcel() function in android::CallbackId
317 status_t ReleaseCallbackId::readFromParcel(const Parcel* input) { in readFromParcel() function in android::ReleaseCallbackId
DScreenCaptureResults.cpp44 status_t ScreenCaptureResults::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::gui::ScreenCaptureResults
DLayerDebugInfo.cpp68 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::LayerDebugInfo
/frameworks/av/camera/
DCaptureResult.cpp29 status_t CaptureResultExtras::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::CaptureResultExtras
89 status_t PhysicalCaptureResultInfo::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::PhysicalCaptureResultInfo
138 status_t CaptureResult::readFromParcel(android::Parcel *parcel) { in readFromParcel() function in android::CaptureResult
/frameworks/native/libs/gui/view/
DSurface.cpp53 status_t Surface::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::view::Surface
57 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
94 status_t GpuStatsAppInfo::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::GpuStatsAppInfo
/frameworks/av/camera/camera2/
DConcurrentCamera.cpp38 status_t ConcurrentCameraIdCombination::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::hardware::camera2::utils::ConcurrentCameraIdCombination
87 status_t CameraIdAndSessionConfiguration::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::hardware::camera2::utils::CameraIdAndSessionConfiguration
DSubmitInfo.cpp36 status_t SubmitInfo::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::hardware::camera2::utils::SubmitInfo
/frameworks/base/core/tests/benchmarks/src/android/os/
DParcelableBenchmark.java107 void readFromParcel(Parcel in) { in readFromParcel() method in ParcelableBenchmark.PointArray
128 void readFromParcel(Parcel in) { in readFromParcel() method in ParcelableBenchmark.PointArrayFast
/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/services/powermanager/
DPowerSaveState.cpp25 status_t PowerSaveState::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::os::PowerSaveState
DCoolingDevice.cpp26 status_t CoolingDevice::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::os::CoolingDevice
DParcelDuration.cpp25 status_t ParcelDuration::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::os::ParcelDuration
DTemperature.cpp26 status_t Temperature::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::os::Temperature
DWorkSource.cpp25 status_t WorkSource::readFromParcel(const android::Parcel *parcel) { in readFromParcel() function in android::os::WorkSource
/frameworks/native/libs/binder/
DParcelFileDescriptor.cpp32 status_t ParcelFileDescriptor::readFromParcel(const Parcel* parcel) { in readFromParcel() function in android::os::ParcelFileDescriptor
/frameworks/base/core/java/android/hardware/
DCameraInfo.java43 public void readFromParcel(Parcel in) { in readFromParcel() method in CameraInfo
DCameraStatus.java47 public void readFromParcel(Parcel in) { in readFromParcel() method in CameraStatus
/frameworks/native/libs/input/
DInputWindow.cpp125 status_t InputWindowInfo::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::InputWindowInfo
209 status_t InputWindowHandle::readFromParcel(const android::Parcel* parcel) { in readFromParcel() function in android::InputWindowHandle
/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/base/libs/storage/
DObbInfo.cpp32 status_t ObbInfo::readFromParcel(const Parcel*) { in readFromParcel() function in android::ObbInfo
/frameworks/base/core/java/android/database/
DBulkCursorDescriptor.java69 public void readFromParcel(Parcel in) { in readFromParcel() method in BulkCursorDescriptor
/frameworks/base/core/java/android/service/quickaccesswallet/
DWalletServiceEventListenerRequest.java52 private static WalletServiceEventListenerRequest readFromParcel(Parcel source) { in readFromParcel() method in WalletServiceEventListenerRequest
/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

12345678