Searched refs:readFromParcel (Results 151 - 175 of 231) sorted by relevance

12345678910

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp80 readFromParcel(&parcel);
83 status_t OutputConfiguration::readFromParcel(const android::Parcel* parcel) { function in class:android::OutputConfiguration
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java147 readFromParcel(in);
174 private void readFromParcel(Parcel in) { method in class:ScanResult
/frameworks/base/core/java/android/content/pm/
H A DIntentFilterVerificationInfo.java82 readFromParcel(source);
234 private void readFromParcel(Parcel source) { method in class:IntentFilterVerificationInfo
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java223 readFromParcel(in);
324 private void readFromParcel(Parcel in) { method in class:ImsCallProfile
/frameworks/base/telephony/java/com/android/ims/internal/uce/common/
H A DCapInfo.java413 readFromParcel(source);
416 public void readFromParcel(Parcel source) { method in class:CapInfo
/frameworks/av/include/media/
H A DMediaAnalyticsItem.h166 int32_t readFromParcel(const Parcel&);
H A DOMXBuffer.h89 status_t readFromParcel(const Parcel *parcel);
/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp114 status_t OMXBuffer::readFromParcel(const Parcel *parcel) { function in class:android::OMXBuffer
H A DIMediaPlayer.cpp190 err = buffering->readFromParcel(&reply);
512 status = state->readFromParcel(reply);
630 buffering.readFromParcel(&data);
854 status = configuration->readFromParcel(data);
861 status = operation->readFromParcel(data);
/frameworks/av/media/libmedia/include/media/
H A DOMXBuffer.h89 status_t readFromParcel(const Parcel *parcel);
/frameworks/av/media/libmediametrics/include/
H A DMediaAnalyticsItem.h166 int32_t readFromParcel(const Parcel&);
/frameworks/base/core/java/android/view/
H A DWindowInfo.java139 boundsInScreen.readFromParcel(parcel);
H A DSurface.java86 s.readFromParcel(source);
159 * Create an empty surface, which will later be filled in by readFromParcel().
504 public void readFromParcel(Parcel source) { method in class:Surface
/frameworks/base/libs/services/src/os/
H A DDropBoxManager.cpp105 DropBoxManager::Entry::readFromParcel(const Parcel* in) function in class:android::os::DropBoxManager::Entry
/frameworks/base/services/core/java/com/android/server/accounts/
H A DCryptoHelper.java97 decryptedBundle.readFromParcel(decryptedParcel);
/frameworks/native/libs/binder/
H A DStatus.cpp69 status_t Status::readFromParcel(const Parcel& parcel) { function in class:android::binder::Status
H A DValue.cpp356 status_t Value::readFromParcel(const Parcel* parcel) function in class:android::binder::Value
364 ALOGE("readFromParcel: Parcel type %d is not supported", value_type); \
374 RETURN_IF_FAILED(static_cast<Content<T>*>(mContent)->mValue.readFromParcel(parcel)); \
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_composer_frame.cpp60 status_t ParcelableComposerFrame::readFromParcel(const Parcel* parcel) { function in class:android::dvr::ParcelableComposerFrame
/frameworks/base/core/java/android/os/
H A DMessage.java560 msg.readFromParcel(source);
599 private void readFromParcel(Parcel source) { method in class:Message
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsTimeBaseTest.java208 * Test writeToParcel and readFromParcel
222 tb2.readFromParcel(parcel);
229 * Test writeToParcel and readFromParcel
243 tb2.readFromParcel(parcel);
/frameworks/base/graphics/java/android/graphics/
H A DRectF.java546 * a parcel, use readFromParcel()
562 r.readFromParcel(in);
580 public void readFromParcel(Parcel in) { method in class:RectF
/frameworks/support/design/src/android/support/design/widget/
H A DBottomNavigationView.java447 readFromParcel(source, loader);
456 private void readFromParcel(Parcel in, ClassLoader loader) { method in class:BottomNavigationView.SavedState
/frameworks/av/camera/
H A DCameraMetadata.cpp454 status_t CameraMetadata::readFromParcel(const Parcel& data, function in class:android::CameraMetadata
527 // also failed, therefore the readFromParcel was a failure.
640 status_t CameraMetadata::readFromParcel(const Parcel *parcel) { function in class:android::CameraMetadata
658 res = CameraMetadata::readFromParcel(*parcel, &buffer);
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java444 request.readFromParcel(in);
463 private void readFromParcel(Parcel in) { method in class:CaptureRequest
464 mSettings.readFromParcel(in);
/frameworks/native/libs/input/
H A DInput.cpp148 status_t PointerCoords::readFromParcel(Parcel* parcel) { function in class:android::PointerCoords
424 status_t MotionEvent::readFromParcel(Parcel* parcel) { function in class:android::MotionEvent
465 status_t status = mSamplePointerCoords.editTop().readFromParcel(parcel);

Completed in 773 milliseconds

12345678910