HomeSort by relevance Sort by last modified time
    Searched refs:Parcel (Results 1 - 25 of 1939) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/net/java/com/android/server/connectivity/
MetricsTestUtil.java 21 import android.os.Parcel;
37 static ConnectivityMetricsEvent describeIpEvent(Consumer<Parcel>... fs) {
38 Parcel p = Parcel.obtain();
39 for (Consumer<Parcel> f : fs) {
46 static Consumer<Parcel> aType(Class<?> c) {
50 static Consumer<Parcel> aBool(boolean b) {
54 static Consumer<Parcel> aByte(byte b) {
58 static Consumer<Parcel> anInt(int i) {
62 static Consumer<Parcel> aLong(long l)
    [all...]
  /frameworks/base/core/java/android/text/
ParcelableSpan.java 19 import android.os.Parcel;
42 * Internal implementation of {@link Parcelable#writeToParcel(Parcel, int)}
47 void writeToParcelInternal(Parcel dest, int flags);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockAttachment.java 18 import android.os.Parcel;
26 public MockAttachment(Parcel in) {
  /frameworks/av/media/libmedia/include/media/
IDrmClient.h 22 #include <binder/Parcel.h>
32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
41 const Parcel& data,
42 Parcel* reply,
IMediaPlayerClient.h 22 #include <binder/Parcel.h>
31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
40 const Parcel& data,
41 Parcel* reply,
MediaResourcePolicy.h 21 #include <binder/Parcel.h>
34 void readFromParcel(const Parcel &parcel);
35 void writeToParcel(Parcel *parcel) const;
  /system/bt/service/common/android/bluetooth/
advertise_data.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
39 // Write |this| parcelable to the given |parcel|. Keep in mind that
44 status_t writeToParcel(Parcel* parcel) const override;
46 // Read data from the given |parcel| into |this|. After readFromParcel
48 // wrote itself to the parcel.
51 status_t readFromParcel(const Parcel* parcel) override;
advertise_settings.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
41 // Write |this| parcelable to the given |parcel|. Keep in mind that
46 status_t writeToParcel(Parcel* parcel) const override;
48 // Read data from the given |parcel| into |this|. After readFromParcel
50 // wrote itself to the parcel.
53 status_t readFromParcel(const Parcel* parcel) override;
bluetooth_gatt_characteristic.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
40 // Write |this| parcelable to the given |parcel|. Keep in mind that
45 status_t writeToParcel(Parcel* parcel) const override;
47 // Read data from the given |parcel| into |this|. After readFromParcel
49 // wrote itself to the parcel.
52 status_t readFromParcel(const Parcel* parcel) override;
bluetooth_gatt_descriptor.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
40 // Write |this| parcelable to the given |parcel|. Keep in mind that
45 status_t writeToParcel(Parcel* parcel) const override;
47 // Read data from the given |parcel| into |this|. After readFromParcel
49 // wrote itself to the parcel.
52 status_t readFromParcel(const Parcel* parcel) override;
scan_filter.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
39 // Write |this| parcelable to the given |parcel|. Keep in mind that
44 status_t writeToParcel(Parcel* parcel) const override;
46 // Read data from the given |parcel| into |this|. After readFromParcel
48 // wrote itself to the parcel.
51 status_t readFromParcel(const Parcel* parcel) override;
scan_result.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
39 // Write |this| parcelable to the given |parcel|. Keep in mind that
44 status_t writeToParcel(Parcel* parcel) const override;
46 // Read data from the given |parcel| into |this|. After readFromParcel
48 // wrote itself to the parcel.
51 status_t readFromParcel(const Parcel* parcel) override;
scan_settings.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
39 // Write |this| parcelable to the given |parcel|. Keep in mind that
44 status_t writeToParcel(Parcel* parcel) const override;
46 // Read data from the given |parcel| into |this|. After readFromParcel
48 // wrote itself to the parcel.
51 status_t readFromParcel(const Parcel* parcel) override;
uuid.h 21 #include <binder/Parcel.h>
24 using android::Parcel;
38 // Write |this| parcelable to the given |parcel|. Keep in mind that
43 status_t writeToParcel(Parcel* parcel) const override;
45 // Read data from the given |parcel| into |this|. After readFromParcel
47 // wrote itself to the parcel.
50 status_t readFromParcel(const Parcel* parcel) override;
  /frameworks/av/camera/include/camera/camera2/
SubmitInfo.h 20 #include <binder/Parcel.h>
34 virtual status_t writeToParcel(android::Parcel *parcel) const override;
35 virtual status_t readFromParcel(const android::Parcel* parcel) override;
  /frameworks/av/media/common_time/
utils.h 22 #include <binder/Parcel.h>
28 extern void serializeSockaddr(Parcel* p, const struct sockaddr_storage* addr);
29 extern status_t deserializeSockaddr(const Parcel* p,
  /frameworks/base/core/java/android/security/keymaster/
KeymasterBooleanArgument.java 19 import android.os.Parcel;
39 public KeymasterBooleanArgument(int tag, Parcel in) {
44 public void writeValue(Parcel out) {
  /frameworks/base/libs/storage/include/storage/
IMountShutdownObserver.h 21 #include <binder/Parcel.h>
39 const Parcel& data,
40 Parcel* reply,
  /frameworks/native/libs/binder/include/binder/
Parcelable.h 27 class Parcel;
39 // Write |this| parcelable to the given |parcel|. Keep in mind that
44 virtual status_t writeToParcel(Parcel* parcel) const = 0;
46 // Read data from the given |parcel| into |this|. After readFromParcel
48 // wrote itself to the parcel.
51 virtual status_t readFromParcel(const Parcel* parcel) = 0;
  /packages/services/Car/libvehiclemonitor/include/
IVehicleMonitorListener.h 20 #include <binder/Parcel.h>
44 const Parcel& data,
45 Parcel* reply,
  /system/security/keystore/
Signature.cpp 20 #include <binder/Parcel.h>
26 status_t Signature::writeToParcel(Parcel* parcel) const {
27 return parcel->writeByteVector(sig_data_);
30 status_t Signature::readFromParcel(const Parcel* parcel) {
31 return parcel->readByteVector(&sig_data_);
  /frameworks/base/core/java/android/os/
BatteryProperty.java 18 import android.os.Parcel;
47 * Parcel read/write code must be kept in sync with
51 private BatteryProperty(Parcel p) {
55 public void readFromParcel(Parcel p) {
59 public void writeToParcel(Parcel p, int flags) {
65 public BatteryProperty createFromParcel(Parcel p) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
DcParamObject.java 20 import android.os.Parcel;
30 public DcParamObject(Parcel in) {
38 public void writeToParcel(Parcel dest, int flags) {
42 private void readFromParcel(Parcel in) {
47 public DcParamObject createFromParcel(Parcel in) {
  /frameworks/native/include/gui/view/
Surface.h 47 virtual status_t writeToParcel(Parcel* parcel) const override;
48 virtual status_t readFromParcel(const Parcel* parcel) override;
53 status_t writeToParcel(Parcel* parcel, bool nameAlreadyWritten) const;
58 status_t readFromParcel(const Parcel* parcel, bool nameAlreadyRead);
62 static String16 readMaybeEmptyString16(const Parcel* parcel);
    [all...]
  /packages/apps/Settings/src/com/android/settings/search2/
ResultPayloadUtils.java 21 import android.os.Parcel;
35 Parcel parcel = Parcel.obtain(); local
36 payload.writeToParcel(parcel, 0);
37 byte[] bytes = parcel.marshall();
38 parcel.recycle();
44 Parcel parcel = unmarshall(bytes); local
45 result = creator.createFromParcel(parcel);
51 Parcel parcel = Parcel.obtain(); local
    [all...]

Completed in 1607 milliseconds

1 2 3 4 5 6 7 8 91011>>