/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
MockImageList.java | 5 import android.os.Parcel; 63 public void writeToParcel(Parcel out, int flags) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 22 import android.os.Parcel; 161 public void writeToParcel(Parcel dest, int flags) { 171 private ConversationViewState(Parcel source, ClassLoader loader) { 184 public ConversationViewState createFromParcel(Parcel source) { 189 public ConversationViewState createFromParcel(Parcel source, ClassLoader loader) { 220 public void writeToParcel(Parcel dest, int flags) { 226 private MessageViewState(Parcel source) { 238 public MessageViewState createFromParcel(Parcel source) {
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 19 import android.os.Parcel; [all...] |
/frameworks/native/libs/gui/ |
IGraphicBufferProducer.cpp | 25 #include <binder/Parcel.h> 53 Parcel data, reply; 71 Parcel data, reply; 84 Parcel data, reply; 107 Parcel data, reply; 121 Parcel data, reply; 129 Parcel data, reply; 143 Parcel data, reply; 158 Parcel data, reply; 175 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags [all...] |
IConsumerListener.cpp | 21 #include <binder/Parcel.h> 42 Parcel data, reply; 48 Parcel data, reply; 59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
ISensorServer.cpp | 25 #include <binder/Parcel.h> 50 Parcel data, reply; 66 Parcel data, reply; 78 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
ISurfaceComposerClient.cpp | 24 #include <binder/Parcel.h> 56 Parcel data, reply; 70 Parcel data, reply; 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
PackageItemInfoTest.java | 28 import android.os.Parcel; 75 Parcel p = Parcel.obtain(); 78 // PackageItemInfo(Parcel p) is protected 111 public MockPackageItemInfo(Parcel source) {
|
/cts/tests/tests/os/src/android/os/cts/ |
PatternMatcherTest.java | 20 import android.os.Parcel; 41 Parcel p = Parcel.obtain(); 100 Parcel p = Parcel.obtain();
|
/cts/tests/tests/text/src/android/text/style/cts/ |
RelativeSizeSpanTest.java | 20 import android.os.Parcel; 30 Parcel p = Parcel.obtain(); 109 Parcel p = Parcel.obtain();
|
/frameworks/av/include/media/stagefright/foundation/ |
AMessage.h | 30 struct Parcel; 35 static sp<AMessage> FromParcel(const Parcel &parcel); 36 void writeToParcel(Parcel *parcel) const;
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPlayer.h | 118 virtual status_t invoke(const Parcel &request, Parcel *reply); 122 virtual status_t setParameter(int key, const Parcel &request); 123 virtual status_t getParameter(int key, Parcel *reply); 126 const media::Metadata::Filter& ids, Parcel *records);
|
/frameworks/av/media/libmedia/ |
IEffectClient.cpp | 44 Parcel data, reply; 53 Parcel data, reply; 66 Parcel data, reply; 95 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
IMediaLogService.cpp | 24 #include <binder/Parcel.h> 43 Parcel data, reply; 53 Parcel data, reply; 67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
/frameworks/base/core/java/android/accounts/ |
AuthenticatorDescription.java | 20 import android.os.Parcel; 89 private AuthenticatorDescription(Parcel source) { 122 public void writeToParcel(Parcel dest, int flags) { 132 /** Used to create the object from a parcel. */ 136 public AuthenticatorDescription createFromParcel(Parcel source) {
|
/frameworks/base/core/java/android/view/inputmethod/ |
ExtractedText.java | 19 import android.os.Parcel; 90 * Used to package this object into a {@link Parcel}. 92 * @param dest The {@link Parcel} to be written. 95 public void writeToParcel(Parcel dest, int flags) { 110 public ExtractedText createFromParcel(Parcel source) {
|
/frameworks/native/services/powermanager/ |
IPowerManager.cpp | 24 #include <binder/Parcel.h> 49 Parcel data, reply; 63 Parcel data, reply; 76 Parcel data, reply; 84 Parcel data, reply;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
Menu.java | 20 import android.os.Parcel; 57 private Menu(Parcel in) { 81 public void writeToParcel(Parcel dest, int flags) { 84 // write items list to the parcel. 100 public Menu createFromParcel(Parcel in) {
|
/frameworks/base/libs/androidfw/ |
CursorWindow.cpp | 21 #include <binder/Parcel.h> 85 status_t CursorWindow::createFromParcel(Parcel* parcel, CursorWindow** outCursorWindow) { 86 String8 name = parcel->readString8(); 89 int ashmemFd = parcel->readFileDescriptor(); 107 LOG_WINDOW("Created CursorWindow from parcel: freeOffset=%d, " 124 status_t CursorWindow::writeToParcel(Parcel* parcel) { 125 status_t status = parcel->writeString8(mName); 127 status = parcel->writeDupFileDescriptor(mAshmemFd) [all...] |
/frameworks/native/cmds/service/ |
service.cpp | 17 #include <binder/Parcel.h> 31 void writeString16(Parcel& parcel, const char* string) 35 parcel.writeString16(String16(string)); 39 parcel.writeInt32(-1); 47 Parcel data, reply; 133 Parcel data, reply; 277 " i32: Write the integer INT into the send parcel.\n" 278 " s16: Write the UTF-16 string STR into the send parcel.\n"; 279 // " intent: Write and Intent int the send parcel. ARGS can be\n [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 35 import android.os.Parcel; 84 * resource. (Added to the parcel) 89 * The resource ID of the layout file. (Added to the parcel) 335 SetEmptyView(Parcel in) { 340 public void writeToParcel(Parcel out, int flags) { 370 public SetOnClickFillInIntent(Parcel parcel) { 371 viewId = parcel.readInt(); 372 fillInIntent = Intent.CREATOR.createFromParcel(parcel); 375 public void writeToParcel(Parcel dest, int flags) [all...] |
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityServiceInfo.java | 29 import android.os.Parcel; 638 public void writeToParcel(Parcel parcel, int flagz) { 639 parcel.writeInt(eventTypes); 640 parcel.writeStringArray(packageNames); 641 parcel.writeInt(feedbackType); 642 parcel.writeLong(notificationTimeout); 643 parcel.writeInt(flags); 644 parcel.writeString(mId); 645 parcel.writeParcelable(mResolveInfo, 0) [all...] |
/frameworks/av/camera/ |
ICameraService.cpp | 24 #include <binder/Parcel.h> 51 static bool readExceptionCode(Parcel& reply) { 69 // Binder should be handling this code inside Parcel::readException 98 Parcel data, reply; 109 Parcel data, reply; 126 Parcel data, reply; 152 Parcel data, reply; 174 Parcel data, reply; 199 Parcel data, reply; 217 Parcel data, reply [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 20 import android.os.Parcel; 60 public void writeToParcel(Parcel parcel, int flags) { 61 parcel.writeInt(mAnInt); 62 parcel.writeString(mAString); 65 public void readFromParcel(Parcel parcel) { 66 mAnInt = parcel.readInt(); 67 mAString = parcel.readString(); 72 public TestParcelable createFromParcel(Parcel parcel) [all...] |
/frameworks/base/location/java/android/location/ |
Criteria.java | 19 import android.os.Parcel; 330 public Criteria createFromParcel(Parcel in) { 356 public void writeToParcel(Parcel parcel, int flags) { 357 parcel.writeInt(mHorizontalAccuracy); 358 parcel.writeInt(mVerticalAccuracy); 359 parcel.writeInt(mSpeedAccuracy); 360 parcel.writeInt(mBearingAccuracy); 361 parcel.writeInt(mPowerRequirement); 362 parcel.writeInt(mAltitudeRequired ? 1 : 0) [all...] |