Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/base/core/java/android/net/
DRouteInfo.java102 public RouteInfo(IpPrefix destination, InetAddress gateway, String iface, int type) { in RouteInfo() argument
122 if (destination == null) { in RouteInfo()
125 destination = new IpPrefix(Inet4Address.ANY, 0); in RouteInfo()
127 destination = new IpPrefix(Inet6Address.ANY, 0); in RouteInfo()
132 destination); in RouteInfo()
139 if (destination.getAddress() instanceof Inet4Address) { in RouteInfo()
147 if ((destination.getAddress() instanceof Inet4Address && in RouteInfo()
149 (destination.getAddress() instanceof Inet6Address && in RouteInfo()
153 mDestination = destination; // IpPrefix objects are immutable. in RouteInfo()
163 public RouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in RouteInfo() argument
[all …]
/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java334 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
335 destination.writeString(mId); in writeToParcel()
336 destination.writeInt(mState); in writeToParcel()
337 destination.writeParcelable(mDisconnectCause, 0); in writeToParcel()
338 destination.writeList(mCannedSmsResponses); in writeToParcel()
339 destination.writeInt(mCapabilities); in writeToParcel()
340 destination.writeInt(mProperties); in writeToParcel()
341 destination.writeLong(mConnectTimeMillis); in writeToParcel()
342 destination.writeParcelable(mHandle, 0); in writeToParcel()
343 destination.writeInt(mHandlePresentation); in writeToParcel()
[all …]
DParcelableConnection.java248 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
249 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
250 destination.writeInt(mState); in writeToParcel()
251 destination.writeInt(mConnectionCapabilities); in writeToParcel()
252 destination.writeParcelable(mAddress, 0); in writeToParcel()
253 destination.writeInt(mAddressPresentation); in writeToParcel()
254 destination.writeString(mCallerDisplayName); in writeToParcel()
255 destination.writeInt(mCallerDisplayNamePresentation); in writeToParcel()
256 destination.writeStrongBinder( in writeToParcel()
258 destination.writeInt(mVideoState); in writeToParcel()
[all …]
DParcelableConference.java167 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
168 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
169 destination.writeInt(mState); in writeToParcel()
170 destination.writeInt(mConnectionCapabilities); in writeToParcel()
171 destination.writeList(mConnectionIds); in writeToParcel()
172 destination.writeLong(mConnectTimeMillis); in writeToParcel()
173 destination.writeStrongBinder( in writeToParcel()
175 destination.writeInt(mVideoState); in writeToParcel()
176 destination.writeParcelable(mStatusHints, 0); in writeToParcel()
177 destination.writeBundle(mExtras); in writeToParcel()
[all …]
DConnectionRequest.java162 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
163 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
164 destination.writeParcelable(mAddress, 0); in writeToParcel()
165 destination.writeParcelable(mExtras, 0); in writeToParcel()
166 destination.writeInt(mVideoState); in writeToParcel()
167 destination.writeString(mTelecomCallId); in writeToParcel()
DDisconnectCause.java208 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
209 destination.writeInt(mDisconnectCode); in writeToParcel()
210 TextUtils.writeToParcel(mDisconnectLabel, destination, flags); in writeToParcel()
211 TextUtils.writeToParcel(mDisconnectDescription, destination, flags); in writeToParcel()
212 destination.writeString(mDisconnectReason); in writeToParcel()
213 destination.writeInt(mToneToPlay); in writeToParcel()
DGatewayInfo.java112 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
113 destination.writeString(mGatewayProviderPackageName); in writeToParcel()
114 mGatewayAddress.writeToParcel(destination, 0); in writeToParcel()
115 mOriginalAddress.writeToParcel(destination, 0); in writeToParcel()
DAudioState.java161 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
162 destination.writeByte((byte) (isMuted ? 1 : 0)); in writeToParcel()
163 destination.writeInt(route); in writeToParcel()
164 destination.writeInt(supportedRouteMask); in writeToParcel()
DCallAudioState.java197 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
198 destination.writeByte((byte) (isMuted ? 1 : 0)); in writeToParcel()
199 destination.writeInt(route); in writeToParcel()
200 destination.writeInt(supportedRouteMask); in writeToParcel()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java96 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
103 mDestination = destination; in RecipientEntry()
118 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
122 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
176 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
180 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
186 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
190 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
197 int displayNameSource, String destination, int destinationType, in constructSecondLevelEntry() argument
201 displayName, destination), destination, destinationType, destinationLabel, in constructSecondLevelEntry()
[all …]
DCircularImageView.java27 private final RectF destination; field in CircularImageView
44 destination = new RectF(); in CircularImageView()
80 destination.set(getPaddingLeft(), getPaddingTop(), getWidth() - getPaddingRight(), in onDraw()
83 drawBitmapWithCircleOnCanvas(bitmap, canvas, source, destination); in onDraw()
/frameworks/base/tools/layoutlib/bridge/
Dupdate_nav_icons.sh40 destination="$BARS/v$CURRENT_API/$density/"
41 mkdir -p "$destination" # create if not present.
42 cp -v "$FB/packages/SystemUI/res/drawable-$density/$icon" "$destination"
47 destination="$BARS/v$CURRENT_API/ldrtl-$density/"
48 mkdir -p "$destination"
49 cp -v "$FB/packages/SystemUI/res/drawable-ldrtl-$density/$icon" "$destination"
/frameworks/base/core/java/android/hardware/camera2/params/
DRggbChannelVector.java147 public void copyTo(final float[] destination, final int offset) { in copyTo() argument
148 checkNotNull(destination, "destination must not be null"); in copyTo()
149 if (destination.length - offset < COUNT) { in copyTo()
153 destination[offset + RED] = mRed; in copyTo()
154 destination[offset + GREEN_EVEN] = mGreenEven; in copyTo()
155 destination[offset + GREEN_ODD] = mGreenOdd; in copyTo()
156 destination[offset + BLUE] = mBlue; in copyTo()
DColorSpaceTransform.java162 public void copyElements(Rational[] destination, int offset) { in copyElements() argument
164 checkNotNull(destination, "destination must not be null"); in copyElements()
165 if (destination.length - offset < COUNT) { in copyElements()
173 destination[i + offset] = new Rational(numerator, denominator); in copyElements()
197 public void copyElements(int[] destination, int offset) { in copyElements() argument
199 checkNotNull(destination, "destination must not be null"); in copyElements()
200 if (destination.length - offset < COUNT_INT) { in copyElements()
206 destination[i + offset] = mElements[i]; in copyElements()
DBlackLevelPattern.java86 public void copyTo(int[] destination, int offset) { in copyTo() argument
87 checkNotNull(destination, "destination must not be null"); in copyTo()
91 if (destination.length - offset < COUNT) { in copyTo()
95 destination[offset + i] = mCfaOffsets[i]; in copyTo()
DLensShadingMap.java196 public void copyGainFactors(final float[] destination, final int offset) { in copyGainFactors() argument
198 checkNotNull(destination, "destination must not be null"); in copyGainFactors()
199 if (destination.length + offset < getGainFactorCount()) { in copyGainFactors()
203 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount()); in copyGainFactors()
/frameworks/base/core/java/android/hardware/camera2/utils/
DParamsUtils.java169 public static void convertRectF(Rect source, RectF destination) { in convertRectF() argument
171 checkNotNull(destination, "destination must not be null"); in convertRectF()
173 destination.left = source.left; in convertRectF()
174 destination.right = source.right; in convertRectF()
175 destination.bottom = source.bottom; in convertRectF()
176 destination.top = source.top; in convertRectF()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java352 public void render(@NonNull Bitmap destination, @Nullable Rect destClip, in render() argument
354 if (destination.getConfig() != Config.ARGB_8888) { in render()
360 || destClip.right > destination.getWidth() in render()
361 || destClip.bottom > destination.getHeight()) { in render()
381 : destination.getWidth(); in render()
383 : destination.getHeight(); in render()
387 nativeRenderPage(mNativeDocument, mNativePage, destination, contentLeft, in render()
/frameworks/base/libs/hwui/font/
DFont.cpp244 SkPoint destination[4]; in drawCachedGlyph() local
251 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset, in drawCachedGlyph()
253 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset, in drawCachedGlyph()
255 destination[2].set(destination[1].fX + tangent->fY * height, in drawCachedGlyph()
256 destination[1].fY - tangent->fX * height); in drawCachedGlyph()
257 destination[3].set(destination[0].fX + tangent->fY * height, in drawCachedGlyph()
258 destination[0].fY - tangent->fX * height); in drawCachedGlyph()
266 position->x() + destination[0].x(), in drawCachedGlyph()
267 position->y() + destination[0].y(), u1, v2, in drawCachedGlyph()
268 position->x() + destination[1].x(), in drawCachedGlyph()
[all …]
/frameworks/base/services/tests/servicestests/src/android/net/netlink/
DRtNetlinkNeighborMessageTest.java159 final InetAddress destination = neighMsg.getDestination(); in testParseRtmDelNeigh() local
160 assertNotNull(destination); in testParseRtmDelNeigh()
161 assertEquals(InetAddress.parseNumericAddress("192.168.159.254"), destination); in testParseRtmDelNeigh()
185 final InetAddress destination = neighMsg.getDestination(); in testParseRtmNewNeigh() local
186 assertNotNull(destination); in testParseRtmNewNeigh()
187 assertEquals(InetAddress.parseNumericAddress("fe80::86c9:b2ff:fe6a:ed4b"), destination); in testParseRtmNewNeigh()
/frameworks/base/libs/hwui/
DGlopBuilder.h83 GlopBuilder& setModelViewMapUnitToRect(const Rect destination);
84 GlopBuilder& setModelViewMapUnitToRectSnap(const Rect destination);
85 GlopBuilder& setModelViewMapUnitToRectOptionalSnap(bool snap, const Rect& destination) { in setModelViewMapUnitToRectOptionalSnap() argument
87 return setModelViewMapUnitToRectSnap(destination); in setModelViewMapUnitToRectOptionalSnap()
89 return setModelViewMapUnitToRect(destination); in setModelViewMapUnitToRectOptionalSnap()
/frameworks/av/drm/mediadrm/plugins/clearkey/
DAesCtrDecryptor.cpp31 uint8_t* destination, in decrypt() argument
49 memcpy(destination + offset, source + offset, in decrypt()
55 AES_ctr128_encrypt(source + offset, destination + offset, in decrypt()
/frameworks/base/core/java/android/print/
DPrintFileDocumentAdapter.java87 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, in onWrite() argument
89 mWriteFileAsyncTask = new WriteFileAsyncTask(destination, cancellationSignal, callback); in onWrite()
102 public WriteFileAsyncTask(ParcelFileDescriptor destination, in WriteFileAsyncTask() argument
104 mDestination = destination; in WriteFileAsyncTask()
/frameworks/base/core/java/android/view/
DDragAndDropPermissions.java140 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
141 destination.writeStrongInterface(mDragAndDropPermissions); in writeToParcel()
142 destination.writeStrongBinder(mPermissionOwnerToken); in writeToParcel()
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DRecipientAlternatesAdapterTest.java79 String destination, in addRow() argument
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel, in addRow()
94 String destination, in assertRow() argument
104 assertEquals(destination, c.getString(1)); in assertRow()

12345