Searched refs:dest (Results 1 - 25 of 291) sorted by last modified time

1234567891011>>

/frameworks/support/renderscript/v8/rs_support/
H A Drs.spec180 param RsAllocation dest
H A DrsStream.cpp30 void IStream::loadByteArray(void *dest, size_t numBytes) { argument
31 memcpy(dest, mData + mPos, numBytes);
H A DrsStream.h60 void loadByteArray(void *dest, size_t numBytes);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java145 public void writeToParcel(Parcel dest, int flags) { argument
146 dest.writeIntArray(mOps);
147 dest.writeInt(mTransition);
148 dest.writeInt(mTransitionStyle);
149 dest.writeString(mName);
150 dest.writeInt(mIndex);
151 dest.writeInt(mBreadCrumbTitleRes);
152 TextUtils.writeToParcel(mBreadCrumbTitleText, dest, 0);
153 dest.writeInt(mBreadCrumbShortTitleRes);
154 TextUtils.writeToParcel(mBreadCrumbShortTitleText, dest,
[all...]
H A DFragment.java123 public void writeToParcel(Parcel dest, int flags) { argument
124 dest.writeString(mClassName);
125 dest.writeInt(mIndex);
126 dest.writeInt(mFromLayout ? 1 : 0);
127 dest.writeInt(mFragmentId);
128 dest.writeInt(mContainerId);
129 dest.writeString(mTag);
130 dest.writeInt(mRetainInstance ? 1 : 0);
131 dest.writeInt(mDetached ? 1 : 0);
132 dest
318 writeToParcel(Parcel dest, int flags) argument
[all...]
H A DFragmentManager.java356 public void writeToParcel(Parcel dest, int flags) { argument
357 dest.writeTypedArray(mActive, flags);
358 dest.writeIntArray(mAdded);
359 dest.writeTypedArray(mBackStack, flags);
/frameworks/rs/
H A Drs.spec242 param RsAllocation dest
H A DrsStream.cpp30 void IStream::loadByteArray(void *dest, size_t numBytes) { argument
31 memcpy(dest, mData + mPos, numBytes);
H A DrsStream.h60 void loadByteArray(void *dest, size_t numBytes);
/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);
H A DSmsRawData.java58 public void writeToParcel(Parcel dest, int flags) { argument
59 dest.writeInt(data.length);
60 dest.writeByteArray(data);
H A DAdnRecord.java186 public void writeToParcel(Parcel dest, int flags) { argument
187 dest.writeInt(efid);
188 dest.writeInt(recordNumber);
189 dest.writeString(alphaTag);
190 dest.writeString(number);
191 dest.writeStringArray(emails);
/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...]
H A DCommandDetails.java57 public void writeToParcel(Parcel dest, int flags) { argument
58 dest.writeInt(compRequired ? 1 : 0);
59 dest.writeInt(commandNumber);
60 dest.writeInt(typeOfCommand);
61 dest.writeInt(commandQualifier);
H A DDuration.java61 public void writeToParcel(Parcel dest, int flags) { argument
62 dest.writeInt(timeInterval);
63 dest.writeInt(timeUnit.ordinal());
H A DInput.java75 public void writeToParcel(Parcel dest, int flags) { argument
76 dest.writeString(text);
77 dest.writeString(defaultText);
78 dest.writeParcelable(icon, 0);
79 dest.writeInt(minLen);
80 dest.writeInt(maxLen);
81 dest.writeInt(ucs2 ? 1 : 0);
82 dest.writeInt(packed ? 1 : 0);
83 dest.writeInt(digitOnly ? 1 : 0);
84 dest
[all...]
H A DItem.java52 public void writeToParcel(Parcel dest, int flags) { argument
53 dest.writeInt(id);
54 dest.writeString(text);
55 dest.writeParcelable(icon, flags);
H A DMenu.java79 public void writeToParcel(Parcel dest, int flags) { argument
80 dest.writeString(title);
81 dest.writeParcelable(titleIcon, flags);
84 dest.writeInt(size);
86 dest.writeParcelable(items.get(i), flags);
88 dest.writeInt(defaultItem);
89 dest.writeInt(softKeyPreferred ? 1 : 0);
90 dest.writeInt(helpAvailable ? 1 : 0);
91 dest.writeInt(titleIconSelfExplanatory ? 1 : 0);
92 dest
[all...]
H A DTextMessage.java51 public void writeToParcel(Parcel dest, int flags) { argument
52 dest.writeString(title);
53 dest.writeString(text);
54 dest.writeParcelable(icon, 0);
55 dest.writeInt(iconSelfExplanatory ? 1 : 0);
56 dest.writeInt(isHighPriority ? 1 : 0);
57 dest.writeInt(responseNeeded ? 1 : 0);
58 dest.writeInt(userClear ? 1 : 0);
59 dest.writeParcelable(duration, 0);
H A DTone.java173 public void writeToParcel(Parcel dest, int flags) { argument
174 dest.writeInt(ordinal());
H A DToneSettings.java47 public void writeToParcel(Parcel dest, int flags) { argument
48 dest.writeParcelable(duration, 0);
49 dest.writeParcelable(tone, 0);
50 dest.writeInt(vibrate ? 1 : 0);
/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);
H A DSmsCbEtwsInfo.java91 * @param dest The Parcel in which the object should be written.
95 public void writeToParcel(Parcel dest, int flags) { argument
96 dest.writeInt(mWarningType);
97 dest.writeInt(mEmergencyUserAlert ? 1 : 0);
98 dest.writeInt(mActivatePopup ? 1 : 0);
99 dest.writeByteArray(mWarningSecurityInformation);
H A DSmsCbLocation.java171 * @param dest The Parcel in which the object should be written.
175 public void writeToParcel(Parcel dest, int flags) { argument
176 dest.writeString(mPlmn);
177 dest.writeInt(mLac);
178 dest.writeInt(mCid);
H A DSmsCbMessage.java192 * @param dest The Parcel in which the object should be written.
196 public void writeToParcel(Parcel dest, int flags) { argument
197 dest.writeInt(mMessageFormat);
198 dest.writeInt(mGeographicalScope);
199 dest.writeInt(mSerialNumber);
200 mLocation.writeToParcel(dest, flags);
201 dest.writeInt(mServiceCategory);
202 dest.writeString(mLanguage);
203 dest.writeString(mBody);
204 dest
[all...]

Completed in 1128 milliseconds

1234567891011>>