HomeSort by relevance Sort by last modified time
    Searched full:parcel (Results 126 - 150 of 1116) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 19 import android.os.Parcel;
59 InputBindResult(Parcel source) {
77 * Used to package this object into a {@link Parcel}.
79 * @param dest The {@link Parcel} to be written.
83 public void writeToParcel(Parcel dest, int flags) {
101 public InputBindResult createFromParcel(Parcel source) {
  /frameworks/base/core/java/android/os/
UserHandle.java 251 public void writeToParcel(Parcel out, int flags) {
256 * Write a UserHandle to a Parcel, handling null pointers. Must be
257 * read with {@link #readFromParcel(Parcel)}.
260 * @param out The Parcel in which the UserHandle will be placed.
262 * @see #readFromParcel(Parcel)
264 public static void writeToParcel(UserHandle h, Parcel out) {
273 * Read a UserHandle from a Parcel that was previously written
274 * with {@link #writeToParcel(UserHandle, Parcel)}, returning either
277 * @param in The Parcel from which to read the UserHandle
281 * @see #writeToParcel(UserHandle, Parcel)
    [all...]
Messenger.java 87 public void writeToParcel(Parcel out, int flags) {
93 public Messenger createFromParcel(Parcel in) {
105 * a Parcel. You must use this with {@link #readMessengerOrNullFromParcel}
112 Parcel out) {
119 * a Parcel. You must have previously written the Messenger with
122 * @param in The Parcel containing the written Messenger.
124 * @return Returns the Messenger read from the Parcel, or null if null had
127 public static Messenger readMessengerOrNullFromParcel(Parcel in) {
Parcel.java 43 * be sent through an IBinder. A Parcel can contain both flattened data
48 * connected with the original IBinder in the Parcel.
50 * <p class="note">Parcel is <strong>not</strong> a general-purpose
52 * {@link Parcelable} API for placing arbitrary objects into a Parcel) is
54 * appropriate to place any Parcel data in to persistent storage: changes
55 * in the underlying implementation of any of the data in the Parcel can
58 * <p>The bulk of the Parcel API revolves around reading and writing data
109 * methods write both the class type and its data to the Parcel, allowing
132 * data contents into a Parcel. The methods to use are
138 * <p>An unusual feature of Parcel is the ability to read and write activ
    [all...]
  /frameworks/base/core/java/android/print/
PrintDocumentInfo.java 19 import android.os.Parcel;
131 * @param parcel Data from which to initialize.
133 private PrintDocumentInfo(Parcel parcel) {
134 mName = parcel.readString();
135 mPageCount = parcel.readInt();
136 mContentType = parcel.readInt();
137 mDataSize = parcel.readLong();
200 public void writeToParcel(Parcel parcel, int flags)
    [all...]
  /frameworks/av/include/media/
IMediaPlayer.h 22 #include <binder/Parcel.h>
32 class Parcel;
64 virtual status_t setParameter(int key, const Parcel& request) = 0;
65 virtual status_t getParameter(int key, Parcel* reply) = 0;
72 // @param request Parcel that must start with the media player
74 // @param[out] reply Parcel to hold the reply data. Cannot be null.
76 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
79 // @param filter A set of allow and drop rules serialized in a Parcel.
81 virtual status_t setMetadataFilter(const Parcel& filter) = 0
    [all...]
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 21 import android.os.Parcel;
52 private ParceledListSlice(Parcel p, ClassLoader loader) {
75 Parcel data = Parcel.obtain();
76 Parcel reply = Parcel.obtain();
108 * Write this to another Parcel. Note that this discards the internal Parcel
113 public void writeToParcel(Parcel dest, int flags) {
131 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags
    [all...]
PackageCleanItem.java 19 import android.os.Parcel;
63 public void writeToParcel(Parcel dest, int parcelableFlags) {
71 public PackageCleanItem createFromParcel(Parcel source) {
80 private PackageCleanItem(Parcel source) {
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 19 import android.os.Parcel;
115 public ProviderProperties createFromParcel(Parcel in) {
141 public void writeToParcel(Parcel parcel, int flags) {
142 parcel.writeInt(mRequiresNetwork ? 1 : 0);
143 parcel.writeInt(mRequiresSatellite ? 1 : 0);
144 parcel.writeInt(mRequiresCell ? 1 : 0);
145 parcel.writeInt(mHasMonetaryCost ? 1 : 0);
146 parcel.writeInt(mSupportsAltitude ? 1 : 0);
147 parcel.writeInt(mSupportsSpeed ? 1 : 0)
    [all...]
  /frameworks/av/media/libmedia/
IDrm.cpp 21 #include <binder/Parcel.h>
64 Parcel data, reply;
72 Parcel data, reply;
82 Parcel data, reply;
92 Parcel data, reply;
100 Parcel data, reply;
110 Parcel data, reply;
125 Parcel data, reply;
149 Parcel data, reply;
160 Parcel data, reply
    [all...]
IMediaRecorderClient.cpp 20 #include <binder/Parcel.h>
40 Parcel data, reply;
54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
  /cts/tests/tests/view/src/android/view/cts/
View_BaseSavedStateTest.java 20 import android.os.Parcel;
26 BaseSavedState state = new BaseSavedState(Parcel.obtain());
  /frameworks/av/camera/camera2/
ICameraDeviceCallbacks.cpp 24 #include <binder/Parcel.h>
52 Parcel data, reply;
62 Parcel data, reply;
71 Parcel data, reply;
82 Parcel data, reply;
98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
133 result.readFromParcel(const_cast<Parcel*>(&data));
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.h 38 const Parcel& data,
39 Parcel* reply,
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 20 import android.os.Parcel;
139 public UsbEndpoint createFromParcel(Parcel in) {
156 public void writeToParcel(Parcel parcel, int flags) {
157 parcel.writeInt(mAddress);
158 parcel.writeInt(mAttributes);
159 parcel.writeInt(mMaxPacketSize);
160 parcel.writeInt(mInterval);
  /frameworks/base/telephony/java/android/telephony/
CellInfoLte.java 19 import android.os.Parcel;
111 public void writeToParcel(Parcel dest, int flags) {
112 if (DBG) log("writeToParcel(Parcel, int): " + toString());
119 * Construct a CellInfoLte object from the given parcel
122 private CellInfoLte(Parcel in) {
126 if (DBG) log("CellInfoLte(Parcel): " + toString());
132 public CellInfoLte createFromParcel(Parcel in) {
144 protected static CellInfoLte createFromParcelBody(Parcel in) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ConversationInfo.java 19 import android.os.Parcel;
52 private ConversationInfo(Parcel in) {
67 public void writeToParcel(Parcel dest, int flags) {
80 final Parcel p = Parcel.obtain();
89 final Parcel p = Parcel.obtain();
140 public ConversationInfo createFromParcel(Parcel source) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockAttachment.java 18 import android.os.Parcel;
26 public MockAttachment(Parcel in) {
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleKeyBinding.java 19 import android.os.Parcel;
75 public BrailleKeyBinding createFromParcel(Parcel in) {
91 public void writeToParcel(Parcel out, int flags) {
96 private BrailleKeyBinding(Parcel in) {
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 19 #include <binder/Parcel.h>
28 Parcel data, reply;
42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
  /frameworks/base/core/java/android/app/
ResultInfo.java 21 import android.os.Parcel;
53 public void writeToParcel(Parcel out, int flags) {
67 public ResultInfo createFromParcel(Parcel in) {
76 public ResultInfo(Parcel in) {
  /frameworks/base/core/java/android/content/
ContentProviderResult.java 21 import android.os.Parcel;
42 public ContentProviderResult(Parcel source) {
53 public void writeToParcel(Parcel dest, int flags) {
69 public ContentProviderResult createFromParcel(Parcel source) {
  /frameworks/base/core/java/android/database/
BulkCursorDescriptor.java 19 import android.os.Parcel;
32 public BulkCursorDescriptor createFromParcel(Parcel in) {
56 public void writeToParcel(Parcel out, int flags) {
69 public void readFromParcel(Parcel in) {
  /frameworks/base/core/java/android/net/
NetworkQuotaInfo.java 19 import android.os.Parcel;
42 public NetworkQuotaInfo(Parcel in) {
66 public void writeToParcel(Parcel out, int flags) {
74 public NetworkQuotaInfo createFromParcel(Parcel in) {
NetworkState.java 19 import android.os.Parcel;
50 public NetworkState(Parcel in) {
64 public void writeToParcel(Parcel out, int flags) {
74 public NetworkState createFromParcel(Parcel in) {

Completed in 1142 milliseconds

1 2 3 4 56 7 8 91011>>