Searched defs:dest (Results 151 - 175 of 507) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/
H A DAudioRoutesInfo.java74 public void writeToParcel(Parcel dest, int flags) { argument
75 TextUtils.writeToParcel(bluetoothName, dest, flags);
76 dest.writeInt(mainType);
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java79 public void writeToParcel(Parcel dest, int flags) { argument
80 dest.writeInt(mMixes.size());
83 dest.writeInt(mix.getRouteFlags());
85 dest.writeInt(mix.mCallbackFlags);
87 dest.writeInt(mix.mDeviceSystemType);
88 dest.writeString(mix.mDeviceAddress);
90 dest.writeInt(mix.getFormat().getSampleRate());
91 dest.writeInt(mix.getFormat().getEncoding());
92 dest.writeInt(mix.getFormat().getChannelMask());
95 dest
[all...]
/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java62 * dest is buffer to pack into
66 byte[] dest) {
72 dest[length++] = PACKET_TYPE_DATA;
74 System.arraycopy(message, offset, dest, length, size);
79 dest[length++] = (byte)timestamp;
89 public static int packFlush(byte[] dest) { argument
90 dest[0] = PACKET_TYPE_FLUSH;
65 packData(byte[] message, int offset, int size, long timestamp, byte[] dest) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DLauncherActivity.java117 private static void copyExtras(Intent src, Intent dest) { argument
120 dest.putExtra(extra, src.getBooleanExtra(extra, false));
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentStack.java147 public void writeToParcel(Parcel dest, int flags) { argument
148 DurableUtils.writeToParcel(dest, this);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DMoveJob.java84 void processDocument(DocumentInfo src, DocumentInfo srcParent, DocumentInfo dest) argument
91 if (src.authority.equals(dest.authority)) {
96 dest.derivedUri) != null) {
117 byteCopyDocument(src, dest);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DAppItem.java54 public void writeToParcel(Parcel dest, int flags) { argument
55 dest.writeInt(key);
56 dest.writeSparseBooleanArray(uids);
57 dest.writeLong(total);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DDashboardCategory.java83 public void writeToParcel(Parcel dest, int flags) { argument
84 TextUtils.writeToParcel(title, dest, flags);
85 dest.writeString(key);
86 dest.writeInt(priority);
89 dest.writeInt(count);
93 tile.writeToParcel(dest, flags);
H A DTile.java92 public void writeToParcel(Parcel dest, int flags) { argument
93 TextUtils.writeToParcel(title, dest, flags);
94 TextUtils.writeToParcel(summary, dest, flags);
96 dest.writeByte((byte) 1);
97 icon.writeToParcel(dest, flags);
99 dest.writeByte((byte) 0);
102 dest.writeByte((byte) 1);
103 intent.writeToParcel(dest, flags);
105 dest.writeByte((byte) 0);
108 dest
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java97 * @param dest The Parcel in which the object should be written.
101 public void writeToParcel(Parcel dest, int flags) { argument
102 dest.writeParcelable(mHandle, 0);
103 dest.writeString(mDisplayName);
104 dest.writeParcelable(mEndpoint, 0);
105 dest.writeInt(mState);
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoCdma.java107 public void writeToParcel(Parcel dest, int flags) { argument
108 super.writeToParcel(dest, flags, TYPE_CDMA);
109 mCellIdentityCdma.writeToParcel(dest, flags);
110 mCellSignalStrengthCdma.writeToParcel(dest, flags);
H A DCellInfoGsm.java107 public void writeToParcel(Parcel dest, int flags) { argument
108 super.writeToParcel(dest, flags, TYPE_GSM);
109 mCellIdentityGsm.writeToParcel(dest, flags);
110 mCellSignalStrengthGsm.writeToParcel(dest, flags);
H A DCellInfoLte.java111 public void writeToParcel(Parcel dest, int flags) { argument
113 super.writeToParcel(dest, flags, TYPE_LTE);
114 mCellIdentityLte.writeToParcel(dest, flags);
115 mCellSignalStrengthLte.writeToParcel(dest, flags);
H A DCellInfoWcdma.java107 public void writeToParcel(Parcel dest, int flags) { argument
108 super.writeToParcel(dest, flags, TYPE_WCDMA);
109 mCellIdentityWcdma.writeToParcel(dest, flags);
110 mCellSignalStrengthWcdma.writeToParcel(dest, flags);
H A DNeighboringCellInfo.java281 public void writeToParcel(Parcel dest, int flags) { argument
282 dest.writeInt(mRssi);
283 dest.writeInt(mLac);
284 dest.writeInt(mCid);
285 dest.writeInt(mPsc);
286 dest.writeInt(mNetworkType);
/frameworks/base/telephony/java/com/android/ims/internal/uce/common/
H A DUceLong.java84 public void writeToParcel(Parcel dest, int flags) { argument
85 writeToParcel(dest);
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsCapInfo.java62 public void writeToParcel(Parcel dest, int flags) { argument
63 dest.writeString(mSdp);
64 dest.writeParcelable(mCapInfo, flags);
H A DOptionsCmdId.java74 public void writeToParcel(Parcel dest, int flags) { argument
75 dest.writeInt(mCmdId);
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresCapInfo.java77 public void writeToParcel(Parcel dest, int flags) { argument
78 dest.writeString(mContactUri);
79 dest.writeParcelable(mCapInfo, flags);
H A DPresCmdId.java79 public void writeToParcel(Parcel dest, int flags) { argument
80 dest.writeInt(mCmdId);
H A DPresPublishTriggerType.java85 public void writeToParcel(Parcel dest, int flags) { argument
86 dest.writeInt(mPublishTriggerType);
H A DPresResInfo.java92 public void writeToParcel(Parcel dest, int flags) { argument
93 dest.writeString(mResUri);
94 dest.writeString(mDisplayName);
95 dest.writeParcelable(mInstanceInfo, flags);
H A DPresSubscriptionState.java49 public void writeToParcel(Parcel dest, int flags) { argument
50 dest.writeInt(mPresSubscriptionState);
H A DPresTupleInfo.java89 public void writeToParcel(Parcel dest, int flags) { argument
90 dest.writeString(mFeatureTag);
91 dest.writeString(mContactUri);
92 dest.writeString(mTimestamp);
/frameworks/base/wifi/java/android/net/wifi/
H A DSupplicantState.java249 public void writeToParcel(Parcel dest, int flags) { argument
250 dest.writeString(name());

Completed in 270 milliseconds

1234567891011>>