Searched refs:dest (Results 151 - 175 of 845) sorted by relevance

1234567891011>>

/frameworks/base/core/proto/android/service/
H A Dusb.proto28 option (android.msg_privacy).dest = DEST_AUTOMATIC;
38 option (android.msg_privacy).dest = DEST_AUTOMATIC;
45 option (android.msg_privacy).dest = DEST_AUTOMATIC;
77 option (android.msg_privacy).dest = DEST_AUTOMATIC;
83 optional string uri = 5 [ (android.privacy).dest = DEST_EXPLICIT ];
84 optional string serial = 6 [ (android.privacy).dest = DEST_EXPLICIT ];
88 option (android.msg_privacy).dest = DEST_AUTOMATIC;
91 optional string last_key_received = 2 [ (android.privacy).dest = DEST_EXPLICIT ];
92 optional string user_keys = 3 [ (android.privacy).dest = DEST_LOCAL ];
93 optional string system_keys = 4 [ (android.privacy).dest
[all...]
H A Dgraphicsstats.proto29 option (android.msg_privacy).dest = DEST_AUTOMATIC;
35 option (android.msg_privacy).dest = DEST_AUTOMATIC;
57 option (android.msg_privacy).dest = DEST_AUTOMATIC;
86 option (android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/core/java/android/view/
H A DKeyboardShortcutInfo.java151 public void writeToParcel(Parcel dest, int flags) { argument
152 dest.writeCharSequence(mLabel);
153 dest.writeParcelable(mIcon, 0);
154 dest.writeInt(mBaseCharacter);
155 dest.writeInt(mKeycode);
156 dest.writeInt(mModifiers);
/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java95 * @param dest The {@link Parcel} to be written.
99 public void writeToParcel(Parcel dest, int flags) { argument
100 dest.writeInt(mSuggestionsAttributes);
101 dest.writeStringArray(mSuggestions);
102 dest.writeInt(mCookie);
103 dest.writeInt(mSequence);
104 dest.writeInt(mSuggestionsAvailable ? 1 : 0);
/frameworks/base/core/proto/android/os/
H A Dpagetypeinfo.proto40 option (android.msg_privacy).dest = DEST_AUTOMATIC;
48 option (android.msg_privacy).dest = DEST_AUTOMATIC;
63 option (android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dlooper.proto26 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dmessagequeue.proto26 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dpatternmatcher.proto24 option (android.msg_privacy).dest = DEST_EXPLICIT;
/frameworks/base/core/proto/android/server/
H A Dforceappstandbytracker.proto30 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
51 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
72 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dappwindowthumbnail.proto29 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dsurfaceanimator.proto30 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresResInstanceInfo.java149 public void writeToParcel(Parcel dest, int flags) { argument
150 dest.writeString(mId);
151 dest.writeString(mReason);
152 dest.writeInt(mResInstanceState);
153 dest.writeString(mPresentityUri);
154 dest.writeParcelableArray(mTupleInfoArray, flags);
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java122 public void writeToParcel(Parcel dest, int flags) { argument
123 dest.writeString(type);
124 dest.writeString(packageName);
125 dest.writeInt(labelId);
126 dest.writeInt(iconId);
127 dest.writeInt(smallIconId);
128 dest.writeInt(accountPreferencesId);
129 dest.writeByte((byte) (customTokens ? 1 : 0));
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingReport.java72 public void writeToParcel(Parcel dest, int flags) { argument
73 dest.writeInt(mSyncHandle);
74 dest.writeInt(mTxPower);
75 dest.writeInt(mRssi);
76 dest.writeInt(mDataStatus);
78 dest.writeInt(1);
79 dest.writeByteArray(mData.getBytes());
81 dest.writeInt(0);
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java134 public void writeToParcel(Parcel dest, int flags) { argument
135 dest.writeString(mDescriptor);
136 dest.writeString(mLabel);
137 dest.writeString(mCollection);
138 dest.writeInt(mPriority);
139 mLocales.writeToParcel(dest, 0);
140 dest.writeInt(mVendorId);
141 dest.writeInt(mProductId);
/frameworks/base/core/java/android/net/
H A DDhcpInfo.java76 public void writeToParcel(Parcel dest, int flags) { argument
77 dest.writeInt(ipAddress);
78 dest.writeInt(gateway);
79 dest.writeInt(netmask);
80 dest.writeInt(dns1);
81 dest.writeInt(dns2);
82 dest.writeInt(serverAddress);
83 dest.writeInt(leaseDuration);
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java535 * @param dest The {@link Parcel} to be written.
538 public void writeToParcel(Parcel dest, int flags) { argument
539 dest.writeInt(inputType);
540 dest.writeInt(imeOptions);
541 dest.writeString(privateImeOptions);
542 TextUtils.writeToParcel(actionLabel, dest, flags);
543 dest.writeInt(actionId);
544 dest.writeInt(initialSelStart);
545 dest.writeInt(initialSelEnd);
546 dest
[all...]
/frameworks/base/core/proto/android/app/
H A Dalarmmanager.proto51 option (android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dwindow_configuration.proto28 option (android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/core/proto/android/content/
H A Dfeatureinfo.proto27 option (android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dlocale.proto26 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/core/proto/android/graphics/
H A Drect.proto25 option (android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/core/proto/android/view/
H A Ddisplaycutout.proto26 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/libs/hwui/utils/
H A DBlur.h38 static void horizontal(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest,
40 static void vertical(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest,
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java254 public void writeToParcel(Parcel dest, int flags) { argument
255 dest.writeLong(mTimestamp);
256 dest.writeCharSequence(mNumber);
258 dest.writeInt(0);
260 dest.writeInt(1);
261 mPhoneAccount.writeToParcel(dest, flags);
263 dest.writeLong(mId);
264 dest.writeLong(mDuration);
265 dest.writeCharSequence(mSource);
266 dest
[all...]

Completed in 395 milliseconds

1234567891011>>