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

1 2

  /system/libhwbinder/include/hwbinder/
Parcel.h 43 class Parcel {
47 Parcel();
48 ~Parcel();
187 // Explicitly close all file descriptors in the parcel.
196 // in this parcel.
251 typedef void (*release_func)(Parcel* parcel,
269 Parcel(const Parcel& o);
270 Parcel& operator=(const Parcel& o)
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/os/
ParcelPerfTest.java 40 private Parcel mParcel;
44 mParcel = Parcel.obtain();
166 Parcel.obtain();
171 Parcel.obtain().recycle();
197 Parcel.setStackTraceParceling(true);
201 Parcel p = Parcel.obtain();
209 Parcel.setStackTraceParceling(false);
216 Parcel.setStackTraceParceling(true);
220 Parcel p = Parcel.obtain()
    [all...]
  /frameworks/native/libs/binder/include/binder/
Parcel.h 51 class Parcel {
57 Parcel();
58 ~Parcel();
72 status_t appendFrom(const Parcel *parcel,
75 int compareData(const Parcel& other);
130 // Take a UTF8 encoded string, convert to UTF16, write it to the parcel.
188 // Place a native_handle into the parcel (the native_handle's file-
194 // Place a file descriptor into the parcel. The given fd must remain
195 // valid for the lifetime of the parcel
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 17 #define LOG_TAG "Parcel"
36 #include <binder/Parcel.h>
110 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
121 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get());
158 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
169 LOG_REFS("Parcel %p releasing reference on remote %p", who, b.get());
204 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
210 const sp<IBinder>& binder, Parcel* out)
249 const wp<IBinder>& binder, Parcel* out)
299 const Parcel& /*in*/
    [all...]
  /system/libhwbinder/
Parcel.cpp 17 #define LOG_TAG "hw-Parcel"
36 #include <hwbinder/Parcel.h>
104 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
115 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get());
150 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
161 LOG_REFS("Parcel %p releasing reference on remote %p", who, b.get());
191 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
197 const sp<IBinder>& binder, Parcel* out)
236 const wp<IBinder>& binder, Parcel* out)
286 const Parcel& /*in*/
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 39 import android.os.Parcel;
141 new RemoteViews(Parcel.obtain());
408 mRemoteViews = new RemoteViews(Parcel.obtain());
438 mRemoteViews = new RemoteViews(Parcel.obtain());
446 Parcel p = Parcel.obtain();
450 // the package and layout are successfully written into parcel
459 p = Parcel.obtain();
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 58 * be sent through an IBinder. A Parcel can contain both flattened data
63 * connected with the original IBinder in the Parcel.
65 * <p class="note">Parcel is <strong>not</strong> a general-purpose
67 * {@link Parcelable} API for placing arbitrary objects into a Parcel) is
69 * appropriate to place any Parcel data in to persistent storage: changes
70 * in the underlying implementation of any of the data in the Parcel can
73 * <p>The bulk of the Parcel API revolves around reading and writing data
124 * methods write both the class type and its data to the Parcel, allowing
147 * data contents into a Parcel. The methods to use are
153 * <p>An unusual feature of Parcel is the ability to read and write activ
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /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/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
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 

Completed in 275 milliseconds

1 2