Searched refs:dest (Results 76 - 100 of 291) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramResults.java82 * @param dest The Parcel in which the object should be written.
86 public void writeToParcel(Parcel dest, int flags) { argument
87 dest.writeInt(mCategory);
88 dest.writeInt(mLanguage);
89 dest.writeInt(mCategoryResult);
/frameworks/base/tools/aapt/
H A DCacheUpdater.h36 // Process an image from source out to dest
37 virtual void processImage(String8 source, String8 dest) = 0;
95 // Process an image from source out to dest
96 virtual void processImage(String8 source, String8 dest) argument
99 ensureDirectoriesExist(dest.getPathDir());
101 preProcessImageToCache(bundle, source, dest);
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java83 public void writeToParcel(Parcel dest, int flags) { argument
84 dest.writeInt(setup);
85 dest.writeString(BSSID);
86 dest.writeString(pin);
H A DWifiInfo.java316 public void writeToParcel(Parcel dest, int flags) { argument
317 dest.writeInt(mNetworkId);
318 dest.writeInt(mRssi);
319 dest.writeInt(mLinkSpeed);
321 dest.writeByte((byte)1);
322 dest.writeByteArray(mIpAddress.getAddress());
324 dest.writeByte((byte)0);
327 dest.writeInt(1);
328 mWifiSsid.writeToParcel(dest, flags);
330 dest
[all...]
H A DWifiConfiguration.java558 private static void writeBitSet(Parcel dest, BitSet set) { argument
561 dest.writeInt(set.cardinality());
564 dest.writeInt(nextSetBit);
619 public void writeToParcel(Parcel dest, int flags) { argument
620 dest.writeInt(networkId);
621 dest.writeInt(status);
622 dest.writeInt(disableReason);
623 dest.writeString(SSID);
624 dest.writeString(BSSID);
625 dest
[all...]
/frameworks/base/core/java/android/content/pm/
H A DComponentInfo.java139 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
140 super.writeToParcel(dest, parcelableFlags);
141 applicationInfo.writeToParcel(dest, parcelableFlags);
142 dest.writeString(processName);
143 dest.writeInt(descriptionRes);
144 dest.writeInt(enabled ? 1 : 0);
145 dest.writeInt(exported ? 1 : 0);
H A DPermissionInfo.java205 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
206 super.writeToParcel(dest, parcelableFlags);
207 dest.writeInt(protectionLevel);
208 dest.writeInt(flags);
209 dest.writeString(group);
210 dest.writeInt(descriptionRes);
211 TextUtils.writeToParcel(nonLocalizedDescription, dest, parcelableFlags);
H A DParceledListSlice.java65 public void writeToParcel(Parcel dest, int flags) { argument
66 dest.writeInt(mNumItems);
67 dest.writeInt(mIsLastSlice ? 1 : 0);
71 dest.writeInt(parcelSize);
72 dest.appendFrom(mParcel, 0, parcelSize);
H A DLabeledIntent.java162 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
163 super.writeToParcel(dest, parcelableFlags);
164 dest.writeString(mSourcePackage);
165 dest.writeInt(mLabelRes);
166 TextUtils.writeToParcel(mNonLocalizedLabel, dest, parcelableFlags);
167 dest.writeInt(mIcon);
H A DActivityInfo.java556 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
557 super.writeToParcel(dest, parcelableFlags);
558 dest.writeInt(theme);
559 dest.writeInt(launchMode);
560 dest.writeString(permission);
561 dest.writeString(taskAffinity);
562 dest.writeString(targetActivity);
563 dest.writeInt(flags);
564 dest.writeInt(screenOrientation);
565 dest
[all...]
H A DContainerEncryptionParams.java307 public void writeToParcel(Parcel dest, int flags) { argument
308 dest.writeString(mEncryptionAlgorithm);
309 dest.writeInt(ENC_PARAMS_IV_PARAMETERS);
310 dest.writeByteArray(mEncryptionSpec.getIV());
311 dest.writeSerializable(mEncryptionKey);
313 dest.writeString(mMacAlgorithm);
314 dest.writeInt(MAC_PARAMS_NONE);
315 dest.writeByteArray(new byte[0]);
316 dest.writeSerializable(mMacKey);
318 dest
[all...]
/frameworks/base/core/java/android/net/
H A DInterfaceConfiguration.java125 public void writeToParcel(Parcel dest, int flags) { argument
126 dest.writeString(mHwAddr);
128 dest.writeByte((byte)1);
129 dest.writeParcelable(mAddr, flags);
131 dest.writeByte((byte)0);
133 dest.writeInt(mFlags.size());
135 dest.writeString(flag);
H A DNetworkPolicy.java84 public void writeToParcel(Parcel dest, int flags) { argument
85 dest.writeParcelable(template, flags);
86 dest.writeInt(cycleDay);
87 dest.writeString(cycleTimezone);
88 dest.writeLong(warningBytes);
89 dest.writeLong(limitBytes);
90 dest.writeLong(lastWarningSnooze);
91 dest.writeLong(lastLimitSnooze);
92 dest.writeInt(metered ? 1 : 0);
93 dest
[all...]
H A DLinkAddress.java115 public void writeToParcel(Parcel dest, int flags) { argument
117 dest.writeByte((byte)1);
118 dest.writeByteArray(address.getAddress());
119 dest.writeInt(prefixLength);
121 dest.writeByte((byte)0);
H A DRouteInfo.java137 public void writeToParcel(Parcel dest, int flags) { argument
139 dest.writeByte((byte) 0);
141 dest.writeByte((byte) 1);
142 dest.writeByteArray(mDestination.getAddress().getAddress());
143 dest.writeInt(mDestination.getNetworkPrefixLength());
147 dest.writeByte((byte) 0);
149 dest.writeByte((byte) 1);
150 dest.writeByteArray(mGateway.getAddress());
205 LinkAddress dest = null;
208 dest
240 selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) argument
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbCmasInfo.java220 * @param dest The Parcel in which the object should be written.
224 public void writeToParcel(Parcel dest, int flags) { argument
225 dest.writeInt(mMessageClass);
226 dest.writeInt(mCategory);
227 dest.writeInt(mResponseType);
228 dest.writeInt(mSeverity);
229 dest.writeInt(mUrgency);
230 dest.writeInt(mCertainty);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java120 public void writeToParcel(Parcel dest, int flags) { argument
121 dest.writeParcelable(mCmdDet, 0);
122 dest.writeParcelable(mTextMsg, 0);
123 dest.writeParcelable(mMenu, 0);
124 dest.writeParcelable(mInput, 0);
127 dest.writeString(mBrowserSettings.url);
128 dest.writeInt(mBrowserSettings.mode.ordinal());
131 dest.writeParcelable(mToneSettings, 0);
134 dest.writeParcelable(mCallSettings.confirmMsg, 0);
135 dest
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSentenceSuggestionsInfo.java72 * @param dest The {@link Parcel} to be written.
76 public void writeToParcel(Parcel dest, int flags) { argument
78 dest.writeInt(infoSize);
79 dest.writeTypedArray(mSuggestionsInfos, 0);
80 dest.writeIntArray(mOffsets);
81 dest.writeIntArray(mLengths);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DOperatorInfo.java123 public void writeToParcel(Parcel dest, int flags) { argument
124 dest.writeString(operatorAlphaLong);
125 dest.writeString(operatorAlphaShort);
126 dest.writeString(operatorNumeric);
127 dest.writeSerializable(state);
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java90 public void writeToParcel(Parcel dest, int flags) { argument
91 dest.writeInt(mType);
92 Uri.writeToParcel(dest, mUri);
94 dest.writeInt(1);
95 mValues.writeToParcel(dest, 0);
97 dest.writeInt(0);
100 dest.writeInt(1);
101 dest.writeString(mSelection);
103 dest.writeInt(0);
106 dest
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java169 public void writeToParcel(Parcel dest, int flags) { argument
171 dest.writeInt(mMcc);
172 dest.writeInt(mMnc);
173 dest.writeInt(mLac);
174 dest.writeInt(mCid);
175 dest.writeInt(mPsc);
H A DCellInfo.java170 public abstract void writeToParcel(Parcel dest, int flags); argument
177 protected void writeToParcel(Parcel dest, int flags, int type) { argument
178 dest.writeInt(type);
179 dest.writeInt(mRegistered ? 1 : 0);
180 dest.writeInt(mTimeStampType);
181 dest.writeLong(mTimeStamp);
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java475 public void writeToParcel(Parcel dest, int flags) { argument
476 dest.writeInt(mKeyCode);
477 dest.writeString(mQueryActionMsg);
478 dest.writeString(mSuggestActionMsg);
479 dest.writeString(mSuggestActionMsgColumn);
844 public void writeToParcel(Parcel dest, int flags) { argument
845 dest.writeInt(mLabelId);
846 mSearchActivity.writeToParcel(dest, flags);
847 dest.writeInt(mHintId);
848 dest
[all...]
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp99 mCInfo.dest = &jpegDestMgr;
199 JpegDestination *dest= static_cast<JpegDestination*>(cinfo->dest); local
201 __FUNCTION__, dest->parent->mJpegBuffer->data, kMaxJpegSize);
202 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer->data);
203 dest->free_in_buffer = kMaxJpegSize;
216 __FUNCTION__, cinfo->dest->free_in_buffer);
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java64 public void writeToParcel(Parcel dest, int flags) { argument
65 dest.writeStrongBinder(mResponse.asBinder());

Completed in 260 milliseconds

1234567891011>>