Home
last modified time | relevance | path

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

123456

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java402 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
403 destination.writeString(mId); in writeToParcel()
404 destination.writeInt(mState); in writeToParcel()
405 destination.writeParcelable(mDisconnectCause, 0); in writeToParcel()
406 destination.writeList(mCannedSmsResponses); in writeToParcel()
407 destination.writeInt(mCapabilities); in writeToParcel()
408 destination.writeInt(mProperties); in writeToParcel()
409 destination.writeLong(mConnectTimeMillis); in writeToParcel()
410 destination.writeParcelable(mHandle, 0); in writeToParcel()
411 destination.writeInt(mHandlePresentation); in writeToParcel()
[all …]
DParcelableConnection.java318 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
319 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
320 destination.writeInt(mState); in writeToParcel()
321 destination.writeInt(mConnectionCapabilities); in writeToParcel()
322 destination.writeParcelable(mAddress, 0); in writeToParcel()
323 destination.writeInt(mAddressPresentation); in writeToParcel()
324 destination.writeString(mCallerDisplayName); in writeToParcel()
325 destination.writeInt(mCallerDisplayNamePresentation); in writeToParcel()
326 destination.writeStrongBinder( in writeToParcel()
328 destination.writeInt(mVideoState); in writeToParcel()
[all …]
DParcelableConference.java201 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
202 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
203 destination.writeInt(mState); in writeToParcel()
204 destination.writeInt(mConnectionCapabilities); in writeToParcel()
205 destination.writeList(mConnectionIds); in writeToParcel()
206 destination.writeLong(mConnectTimeMillis); in writeToParcel()
207 destination.writeStrongBinder( in writeToParcel()
209 destination.writeInt(mVideoState); in writeToParcel()
210 destination.writeParcelable(mStatusHints, 0); in writeToParcel()
211 destination.writeBundle(mExtras); in writeToParcel()
[all …]
DConnectionRequest.java388 public void writeToParcel(Parcel destination, int flags) { in writeToParcel() argument
389 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
390 destination.writeParcelable(mAddress, 0); in writeToParcel()
391 destination.writeParcelable(mExtras, 0); in writeToParcel()
392 destination.writeInt(mVideoState); in writeToParcel()
393 destination.writeString(mTelecomCallId); in writeToParcel()
394 destination.writeInt(mShouldShowIncomingCallUi ? 1 : 0); in writeToParcel()
395 destination.writeParcelable(mRttPipeFromInCall, 0); in writeToParcel()
396 destination.writeParcelable(mRttPipeToInCall, 0); 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()
/frameworks/base/core/java/android/net/
DRouteInfo.java133 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() argument
154 if (destination == null) { in RouteInfo()
157 destination = new IpPrefix(Inet4Address.ANY, 0); in RouteInfo()
159 destination = new IpPrefix(Inet6Address.ANY, 0); in RouteInfo()
164 destination); in RouteInfo()
171 if (destination.getAddress() instanceof Inet4Address) { in RouteInfo()
179 if ((destination.getAddress() instanceof Inet4Address && in RouteInfo()
181 (destination.getAddress() instanceof Inet6Address && in RouteInfo()
185 mDestination = destination; // IpPrefix objects are immutable. in RouteInfo()
209 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() argument
[all …]
/frameworks/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/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java101 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
105 this(entryType, displayName, destination, destinationType, in RecipientEntry()
110 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
117 mDestination = destination; in RecipientEntry()
133 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
137 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
191 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
195 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
201 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
205 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/
Dfull_mac_build.sh239 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
240 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.0" # 64bit
241 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
242 -destination "platform=iOS Simulator,name=iPad Air,OS=9.0" # 64bit
247 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
248 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.2" # 64bit
249 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
250 -destination "platform=iOS Simulator,name=iPad Air,OS=9.2" # 64bit
255 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
256 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" # 64bit
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java201 void merge(Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) { in merge() argument
202 if (source.getDescriptorForType() != destination.getDescriptorForType()) { in merge()
208 merge(root, "", source, destination, options); in merge()
218 Message.Builder destination, in merge() argument
220 assert source.getDescriptorForType() == destination.getDescriptorForType(); in merge()
247 destination.getFieldBuilder(field), in merge()
253 destination.setField(field, source.getField(field)); in merge()
256 destination.addRepeatedField(field, element); in merge()
263 destination.clearField(field); in merge()
265 destination.setField(field, source.getField(field)); in merge()
[all …]
/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.java90 public void copyTo(int[] destination, int offset) { in copyTo() argument
91 checkNotNull(destination, "destination must not be null"); in copyTo()
95 if (destination.length - offset < COUNT) { in copyTo()
99 destination[offset + i] = mCfaOffsets[i]; in copyTo()
/frameworks/base/core/java/com/android/internal/os/
DAtomicDirectory.java139 final FileOutputStream destination = new FileOutputStream(file); in openWrite() local
140 if (mOpenFiles.put(file, destination) != null) { in openWrite()
143 return destination; in openWrite()
153 public void closeWrite(@NonNull FileOutputStream destination) { in closeWrite() argument
154 final int indexOfValue = mOpenFiles.indexOfValue(destination); in closeWrite()
156 throw new IllegalArgumentException("Unknown file stream " + destination); in closeWrite()
158 FileUtils.sync(destination); in closeWrite()
160 destination.close(); in closeWrite()
164 public void failWrite(@NonNull FileOutputStream destination) { in failWrite() argument
165 final int indexOfValue = mOpenFiles.indexOfValue(destination); in failWrite()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DCryptoPlugin.cpp54 const DestinationBuffer& destination, in decrypt() argument
62 secure, keyId, iv, mode, pattern, subSamples, source, offset, destination, in decrypt()
89 const DestinationBuffer& destination, in decrypt_1_2() argument
105 if (destination.type == BufferType::SHARED_MEMORY) { in decrypt_1_2()
106 const SharedBuffer& dest = destination.nonsecureMemory; in decrypt_1_2()
129 if (destination.type == BufferType::SHARED_MEMORY) { in decrypt_1_2()
130 const SharedBuffer& destBuffer = destination.nonsecureMemory; in decrypt_1_2()
141 destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset); in decrypt_1_2()
142 } else if (destination.type == BufferType::NATIVE_HANDLE) { in decrypt_1_2()
144 destination.secureMemory.getNativeHandle()); in decrypt_1_2()
/frameworks/av/drm/libmediadrm/
DICrypto.cpp103 const DestinationBuffer &destination, AString *errorDetailMsg) { in decrypt()
137 data.writeInt32((int32_t)destination.mType); in decrypt()
138 if (destination.mType == kDestinationTypeNativeHandle) { in decrypt()
139 if (destination.mHandle == NULL) { in decrypt()
142 data.writeNativeHandle(destination.mHandle); in decrypt()
144 if (destination.mSharedMemory == NULL) { in decrypt()
147 data.writeStrongBinder(IInterface::asBinder(destination.mSharedMemory)); in decrypt()
355 DestinationBuffer destination; in onTransact() local
356 destination.mType = (DestinationType)data.readInt32(); in onTransact()
357 if (destination.mType == kDestinationTypeNativeHandle) { in onTransact()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field_unittest.cc252 RepeatedField<int> source, destination; in TEST() local
255 destination.Add(1); in TEST()
256 destination.Add(2); in TEST()
257 destination.Add(3); in TEST()
259 destination.MergeFrom(source); in TEST()
261 ASSERT_EQ(5, destination.size()); in TEST()
262 EXPECT_EQ(1, destination.Get(0)); in TEST()
263 EXPECT_EQ(2, destination.Get(1)); in TEST()
264 EXPECT_EQ(3, destination.Get(2)); in TEST()
265 EXPECT_EQ(4, destination.Get(3)); in TEST()
[all …]
/frameworks/base/cmds/incident/
Dmain.cpp227 enum { DEST_UNSET, DEST_DROPBOX, DEST_STDOUT, DEST_BROADCAST } destination = DEST_UNSET; in main() local
243 if (!(destination == DEST_UNSET || destination == DEST_STDOUT)) { in main()
247 destination = DEST_STDOUT; in main()
250 if (!(destination == DEST_UNSET || destination == DEST_DROPBOX)) { in main()
254 destination = DEST_DROPBOX; in main()
267 if (destination != DEST_UNSET) { in main()
271 destination = DEST_BROADCAST; in main()
279 if (destination == DEST_UNSET) { in main()
280 destination = DEST_STDOUT; in main()
346 if (destination == DEST_STDOUT) { in main()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DUpdateInstaller.java108 File destination = createNewFileWithPermissions(); in copyUpdateFileToDataOtaPackageDir() local
109 copyToFile(destination); in copyUpdateFileToDataOtaPackageDir()
110 return destination; in copyUpdateFileToDataOtaPackageDir()
121 File destination = File.createTempFile( in createNewFileWithPermissions() local
124 /* path= */ destination, in createNewFileWithPermissions()
127 return destination; in createNewFileWithPermissions()
130 private void copyToFile(File destination) throws IOException { in copyToFile() argument
131 try (OutputStream out = new FileOutputStream(destination); in copyToFile()
/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/av/services/oboeservice/
DAAudioMixer.cpp54 float *destination = mOutputBuffer; in mix() local
94 mixPart(destination, (float *)wrappingBuffer.data[partIndex], in mix()
97 destination += framesToMixFromPart * mSamplesPerFrame; in mix()
111 void AAudioMixer::mixPart(float *destination, float *source, int32_t numFrames) { in mixPart() argument
115 *destination++ += *source++; in mixPart()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java385 public void render(@NonNull Bitmap destination, @Nullable Rect destClip, in render() argument
391 destination = Preconditions.checkNotNull(destination, "bitmap null"); in render()
393 if (destination.getConfig() != Config.ARGB_8888) { in render()
399 || destClip.right > destination.getWidth() in render()
400 || destClip.bottom > destination.getHeight()) { in render()
420 : destination.getWidth(); in render()
422 : destination.getHeight(); in render()
438 nativeRenderPage(mNativeDocument, mNativePage, destination.getNativeInstance(), in render()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dfield_mask_util.cc195 Message* destination) { in MergeMessage() argument
200 MergeMessage(&root_, source, options, destination); in MergeMessage()
243 Message* destination);
351 Message* destination) { in MergeMessage() argument
354 const Reflection* destination_reflection = destination->GetReflection(); in MergeMessage()
377 destination_reflection->MutableMessage(destination, field)); in MergeMessage()
386 destination, field, source_reflection->Get##Name(source, field)); \ in MergeMessage()
388 destination_reflection->ClearField(destination, field); \ in MergeMessage()
404 destination_reflection->ClearField(destination, field); in MergeMessage()
407 destination_reflection->MutableMessage(destination, field) in MergeMessage()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java119 byte[] destination = new byte[destinationOffset + length]; in testCopyTo_ByteArrayOffsetLength()
121 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength()
124 stillEqual = referenceBytes[i + sourceOffset] == destination[i + destinationOffset]; in testCopyTo_ByteArrayOffsetLength()
132 byte[] destination = new byte[destinationOffset + length]; in testCopyTo_ByteArrayOffsetLengthErrors()
136 stringUnderTest.copyTo(destination, stringUnderTest.size() + 1 - length, in testCopyTo_ByteArrayOffsetLengthErrors()
146 stringUnderTest.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors()
155 stringUnderTest.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors()
164 stringUnderTest.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors()
173 stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors()
182 stringUnderTest.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors()
/frameworks/base/telephony/java/android/telephony/mbms/
DDownloadRequest.java64 private Uri destination; field in DownloadRequest.SerializationDataContainer
74 destination = request.destinationUri; in SerializationDataContainer()
85 objectOutput.writeUTF(destination.toString()); in writeExternal()
95 destination = Uri.parse(objectInput.readUTF()); in readExternal()
105 private Uri destination; field in DownloadRequest.Builder
139 builder = new Builder(dataContainer.source, dataContainer.destination); in fromSerializedRequest()
170 destination = destinationUri; in Builder()
221 return new DownloadRequest(fileServiceId, source, destination, in build()
234 Uri source, Uri destination, int sub, in DownloadRequest() argument
239 destinationUri = destination; in DownloadRequest()

123456