/frameworks/base/core/java/android/os/ |
Binder.java | 256 protected boolean onTransact(int code, Parcel data, Parcel reply, 355 public final boolean transact(int code, Parcel data, Parcel reply, 395 Parcel data = Parcel.obtain(dataObj); 396 Parcel reply = Parcel.obtain(replyObj); 442 public native boolean transact(int code, Parcel data, Parcel reply [all...] |
Bundle.java | 38 static final Parcel EMPTY_PARCEL; 43 EMPTY_PARCEL = Parcel.obtain(); 53 * data are stored as a Parcel containing a Bundle. When the data 56 /* package */ Parcel mParcelledData = null; 76 * Constructs a Bundle whose data is stored as a Parcel. The data 79 * @param parcelledData a Parcel containing a Bundle 81 Bundle(Parcel parcelledData) { 85 /* package */ Bundle(Parcel parcelledData, int length) { 123 mParcelledData = Parcel.obtain(); 215 * If the underlying data are stored as a Parcel, unparcel the [all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
ComponentInfoTest.java | 25 import android.os.Parcel; 42 Parcel p = Parcel.obtain(); 62 new MyComponentInfo((Parcel) null); 215 Parcel p = Parcel.obtain(); 250 public MyComponentInfo(Parcel source) {
|
/cts/tests/tests/content/src/android/content/res/cts/ |
AssetFileDescriptorTest.java | 27 import android.os.Parcel; 167 Parcel parcel = Parcel.obtain(); local 168 mAssetFileDes.writeToParcel(parcel, 0); 169 parcel.setDataPosition(0); 170 AssetFileDescriptor out = AssetFileDescriptor.CREATOR.createFromParcel(parcel);
|
/frameworks/av/include/media/ |
Metadata.h | 26 class Parcel; 30 // Metadata is a class to build/serialize a set of metadata in a Parcel. 38 // Parcel p; 95 // @param p[inout] The parcel to append the metadata records 97 explicit Metadata(Parcel *p); 100 // Rewind the underlying parcel, undoing all the changes. 126 Parcel *mData;
|
mediaplayer.h | 156 // Return a Parcel containing a single int, which is the channel count of the 189 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0; 226 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL); 233 status_t invoke(const Parcel& request, Parcel *reply); 234 status_t setMetadataFilter(const Parcel& filter); 235 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata); 240 status_t setParameter(int key, const Parcel& request); 241 status_t getParameter(int key, Parcel* reply);
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
VerificationParamsTest.java | 22 import android.os.Parcel; 51 Parcel parcel = Parcel.obtain(); local 52 expected.writeToParcel(parcel, 0); 53 parcel.setDataPosition(0); 55 VerificationParams actual = VerificationParams.CREATOR.createFromParcel(parcel);
|
/frameworks/base/location/java/android/location/ |
Country.java | 19 import android.os.Parcel; 137 public Country createFromParcel(Parcel in) { 150 public void writeToParcel(Parcel parcel, int flags) { 151 parcel.writeString(mCountryIso); 152 parcel.writeInt(mSource); 153 parcel.writeLong(mTimestamp);
|
/frameworks/base/media/java/android/media/ |
MediaRouterClientState.java | 19 import android.os.Parcel; 48 MediaRouterClientState(Parcel src) { 70 public void writeToParcel(Parcel dest, int flags) { 84 public MediaRouterClientState createFromParcel(Parcel in) { 133 RouteInfo(Parcel in) { 154 public void writeToParcel(Parcel dest, int flags) { 190 public RouteInfo createFromParcel(Parcel in) {
|
RemoteDisplayState.java | 19 import android.os.Parcel; 49 RemoteDisplayState(Parcel src) { 72 public void writeToParcel(Parcel dest, int flags) { 79 public RemoteDisplayState createFromParcel(Parcel in) { 130 RemoteDisplayInfo(Parcel in) { 151 public void writeToParcel(Parcel dest, int flags) { 179 public RemoteDisplayInfo createFromParcel(Parcel in) {
|
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityCdma.java | 19 import android.os.Parcel; 184 public void writeToParcel(Parcel dest, int flags) { 185 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 193 /** Construct from Parcel, type has already been processed */ 194 private CellIdentityCdma(Parcel in) { 200 if (DBG) log("CellIdentityCdma(Parcel): " + toString()); 208 public CellIdentityCdma createFromParcel(Parcel in) {
|
CellIdentityGsm.java | 19 import android.os.Parcel; 157 public void writeToParcel(Parcel dest, int flags) { 158 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 165 /** Construct from Parcel, type has already been processed */ 166 private CellIdentityGsm(Parcel in) { 171 if (DBG) log("CellIdentityGsm(Parcel): " + toString()); 179 public CellIdentityGsm createFromParcel(Parcel in) {
|
CellIdentityLte.java | 19 import android.os.Parcel; 164 public void writeToParcel(Parcel dest, int flags) { 165 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 173 /** Construct from Parcel, type has already been processed */ 174 private CellIdentityLte(Parcel in) { 180 if (DBG) log("CellIdentityLte(Parcel): " + toString()); 188 public CellIdentityLte createFromParcel(Parcel in) {
|
CellIdentityWcdma.java | 19 import android.os.Parcel; 165 public void writeToParcel(Parcel dest, int flags) { 166 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 174 /** Construct from Parcel, type has already been processed */ 175 private CellIdentityWcdma(Parcel in) { 181 if (DBG) log("CellIdentityWcdma(Parcel): " + toString()); 189 public CellIdentityWcdma createFromParcel(Parcel in) {
|
CellSignalStrengthGsm.java | 19 import android.os.Parcel; 192 public void writeToParcel(Parcel dest, int flags) { 193 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 199 * Construct a SignalStrength object from the given parcel 202 private CellSignalStrengthGsm(Parcel in) { 205 if (DBG) log("CellSignalStrengthGsm(Parcel): " + toString()); 219 public CellSignalStrengthGsm createFromParcel(Parcel in) {
|
CellSignalStrengthWcdma.java | 19 import android.os.Parcel; 192 public void writeToParcel(Parcel dest, int flags) { 193 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 199 * Construct a SignalStrength object from the given parcel 202 private CellSignalStrengthWcdma(Parcel in) { 205 if (DBG) log("CellSignalStrengthWcdma(Parcel): " + toString()); 219 public CellSignalStrengthWcdma createFromParcel(Parcel in) {
|
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramData.java | 19 import android.os.Parcel; 107 /** Create a new CdmaSmsCbProgramData object from a Parcel. */ 108 CdmaSmsCbProgramData(Parcel in) { 118 * Flatten this object into a Parcel. 120 * @param dest The Parcel in which the object should be written. 124 public void writeToParcel(Parcel dest, int flags) { 201 public CdmaSmsCbProgramData createFromParcel(Parcel in) {
|
/frameworks/native/libs/gui/ |
ISensorEventConnection.cpp | 24 #include <binder/Parcel.h> 50 Parcel data, reply; 59 Parcel data, reply; 72 Parcel data, reply; 81 Parcel data, reply; 93 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 19 import android.os.Parcel; 80 /** Create a new SmsCbEtwsInfo object from a Parcel. */ 81 SmsCbEtwsInfo(Parcel in) { 89 * Flatten this object into a Parcel. 91 * @param dest The Parcel in which the object should be written. 95 public void writeToParcel(Parcel dest, int flags) { 199 public SmsCbEtwsInfo createFromParcel(Parcel in) {
|
SmsCbLocation.java | 19 import android.os.Parcel; 69 * Initialize the object from a Parcel. 71 public SmsCbLocation(Parcel in) { 167 * Flatten this object into a Parcel. 169 * @param dest The Parcel in which the object should be written. 173 public void writeToParcel(Parcel dest, int flags) { 182 public SmsCbLocation createFromParcel(Parcel in) {
|
/hardware/qcom/display/msm8960/libqservice/ |
IQService.cpp | 24 #include <binder/Parcel.h> 47 Parcel data, reply; 54 Parcel data, reply; 61 Parcel data, reply; 68 Parcel data, reply; 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
/hardware/qcom/display/msm8974/libqservice/ |
IQService.cpp | 24 #include <binder/Parcel.h> 47 Parcel data, reply; 54 Parcel data, reply; 61 Parcel data, reply; 68 Parcel data, reply; 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
/hardware/qcom/display/msm8x26/libqservice/ |
IQService.cpp | 24 #include <binder/Parcel.h> 47 Parcel data, reply; 54 Parcel data, reply; 61 Parcel data, reply; 68 Parcel data, reply; 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
/frameworks/base/core/java/android/view/ |
GraphicBuffer.java | 22 import android.os.Parcel; 218 * cannot be written to a parcel, etc. 244 * Flatten this object in to a Parcel. 249 * @param dest The Parcel in which the object should be written. 254 public void writeToParcel(Parcel dest, int flags) { 257 + "written to a parcel."); 269 public GraphicBuffer createFromParcel(Parcel in) { 288 private static native void nWriteGraphicBufferToParcel(int nativeObject, Parcel dest); 289 private static native int nReadGraphicBufferFromParcel(Parcel in);
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.os.Parcel.html | 10 android.os.Parcel 74 Class android.os.<A HREF="../../../../reference/android/os/Parcel.html" target="_top"><font size="+2"><code>Parcel</code></font></A> 86 <A NAME="android.os.Parcel.readHashMap_changed(java.lang.ClassLoader)"></A> 87 <nobr><code>HashMap</code> <A HREF="../../../../reference/android/os/Parcel.html#readHashMap(java.lang.ClassLoader)" target="_top"><code>readHashMap</code></A>(<code>ClassLoader</code>) </nobr> 96 <A NAME="android.os.Parcel.readMap_changed(java.util.Map, java.lang.ClassLoader)"></A> 97 <nobr><code>void</code> <A HREF="../../../../reference/android/os/Parcel.html#readMap(java.util.Map, java.lang.ClassLoader)" target="_top"><code>readMap</code></A>(<code>Map,</nobr> ClassLoader<nobr><nobr></code>) </nobr> 106 <A NAME="android.os.Parcel.writeMap_changed(java.util.Map)"></A> 107 <nobr><code>void</code> <A HREF="../../../../reference/android/os/Parcel.html#writeMap(java.util.Map)" target="_top"><code>writeMap</code></A>(<code>Map</code>) </nobr>
|