HomeSort by relevance Sort by last modified time
    Searched defs:Parcel (Results 1 - 17 of 17) sorted by null

  /frameworks/native/include/binder/
Parcel.h 40 class Parcel
46 Parcel();
47 ~Parcel();
61 status_t appendFrom(const Parcel *parcel,
111 // Place a native_handle into the parcel (the native_handle's file-
117 // Place a file descriptor into the parcel. The given fd must remain
118 // valid for the lifetime of the parcel.
119 // The Parcel does not take ownership of the given fd unless you ask it to.
122 // Place a file descriptor into the parcel. A dup of the fd is made, whic
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 23 import android.os.Parcel;
292 assertWriteToParcel(createConfig(null), Parcel.obtain());
293 assertWriteToParcel(createConfig(Locale.JAPAN), Parcel.obtain());
369 private void assertWriteToParcel(Configuration config, Parcel parcel) {
370 config.writeToParcel(parcel, 0);
371 parcel.setDataPosition(0);
373 readConf.readFromParcel(parcel);
  /frameworks/native/libs/binder/
Parcel.cpp 17 #define LOG_TAG "Parcel"
20 #include <binder/Parcel.h>
47 //#define LOG_REFS(...) ALOG(LOG_DEBUG, "Parcel", __VA_ARGS__)
56 // Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
78 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
89 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get());
115 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
126 LOG_REFS("Parcel %p releasing reference on remote %p", who, b.get());
146 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out)
152 const sp<IBinder>& binder, Parcel* out
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 32 import android.os.Parcel;
87 new RemoteViews(Parcel.obtain());
289 mRemoteViews = new RemoteViews(Parcel.obtain());
307 mRemoteViews = new RemoteViews(Parcel.obtain());
314 Parcel p = Parcel.obtain();
318 // the package and layout are successfully written into parcel
327 p = Parcel.obtain();
  /frameworks/base/core/java/android/os/
Parcel.java 42 * be sent through an IBinder. A Parcel can contain both flattened data
47 * connected with the original IBinder in the Parcel.
49 * <p class="note">Parcel is <strong>not</strong> a general-purpose
51 * {@link Parcelable} API for placing arbitrary objects into a Parcel) is
53 * appropriate to place any Parcel data in to persistent storage: changes
54 * in the underlying implementation of any of the data in the Parcel can
57 * <p>The bulk of the Parcel API revolves around reading and writing data
108 * methods write both the class type and its data to the Parcel, allowing
131 * data contents into a Parcel. The methods to use are
137 * <p>An unusual feature of Parcel is the ability to read and write activ
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 449 milliseconds