/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | Utils.java | 229 ByteBuffer dup = data.duplicate(); in bytesToBingoCard() local 230 dup.limit(dup.position() + len); in bytesToBingoCard() 231 return bytesToBingoCard(dup); in bytesToBingoCard() 235 ByteBuffer dup = data.duplicate(); in bytesToBingoCard() local 237 while (dup.hasRemaining()) { in bytesToBingoCard() 238 sbx.append(String.format("%02x ", dup.get() & BYTE_MASK)); in bytesToBingoCard() 240 dup = data.duplicate(); in bytesToBingoCard() 242 while (dup.hasRemaining()) { in bytesToBingoCard() 243 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
D | Utils.java | 238 ByteBuffer dup = data.duplicate(); in bytesToBingoCard() local 239 dup.limit(dup.position() + len); in bytesToBingoCard() 240 return bytesToBingoCard(dup); in bytesToBingoCard() 244 ByteBuffer dup = data.duplicate(); in bytesToBingoCard() local 246 while (dup.hasRemaining()) { in bytesToBingoCard() 247 sbx.append(String.format("%02x ", dup.get() & BYTE_MASK)); in bytesToBingoCard() 249 dup = data.duplicate(); in bytesToBingoCard() 251 while (dup.hasRemaining()) { in bytesToBingoCard() 252 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | Converter.cpp | 202 sp<AMessage> tmp = mOutputFormat->dup(); in initEncoder() 273 sp<AMessage> notify = mNotify->dup(); in notifyError() 429 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 488 mEncoder->requestActivityNotification(mEncoderActivityNotify->dup()); in scheduleDoMoreWork() 541 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers() 589 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers() 655 sp<ABuffer> dup = new ABuffer(accessUnit->size() + mCSD0->size()); in prependCSD() local 656 memcpy(dup->data(), mCSD0->data(), mCSD0->size()); in prependCSD() 657 memcpy(dup->data() + mCSD0->size(), accessUnit->data(), accessUnit->size()); in prependCSD() 662 dup->meta()->setInt64("timeUs", timeUs); in prependCSD() [all …]
|
D | TSPacketizer.cpp | 183 sp<ABuffer> dup = new ABuffer(accessUnit->size() + size); in prependCSD() local 188 memcpy(dup->data() + offset, csd->data(), csd->size()); in prependCSD() 192 memcpy(dup->data() + offset, accessUnit->data(), accessUnit->size()); in prependCSD() 194 return dup; in prependCSD() 205 sp<ABuffer> dup = new ABuffer(aac_frame_length); in prependADTSHeader() local 216 uint8_t *ptr = dup->data(); in prependADTSHeader() 238 return dup; in prependADTSHeader()
|
D | MediaPuller.cpp | 161 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 185 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
|
/frameworks/native/libs/hwc2on1adapter/ |
D | MiniFence.cpp | 39 int MiniFence::dup() const { in dup() function in android::MiniFence 40 return ::dup(mFenceFd); in dup()
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
D | parcelable_unique_fd.h | 20 fence_.reset(dup(fence.get())); in set_fence() 22 base::unique_fd fence() const { return base::unique_fd(dup(fence_.get())); } in fence()
|
D | parcelable_unique_fd.cpp | 11 : fence_(dup(fence.get())) {} in ParcelableUniqueFd()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AMPEG2TSAssembler.cpp | 98 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket() 114 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
|
D | ARawAudioAssembler.cpp | 98 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket() 114 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
|
D | AH263Assembler.cpp | 196 sp<AMessage> msg = mNotifyMsg->dup(); in submitAccessUnit() 209 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
|
D | AAMRAssembler.cpp | 212 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket() 228 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
|
/frameworks/base/core/java/android/os/ |
D | ParcelFileDescriptor.java | 323 public static ParcelFileDescriptor dup(FileDescriptor orig) throws IOException { in dup() method in ParcelFileDescriptor 325 final FileDescriptor fd = Os.dup(orig); in dup() 338 public ParcelFileDescriptor dup() throws IOException { in dup() method in ParcelFileDescriptor 340 return mWrapped.dup(); in dup() 342 return dup(getFileDescriptor()); in dup() 361 final FileDescriptor dup = Os.dup(original); in fromFd() local 362 return new ParcelFileDescriptor(dup); in fromFd()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | file_handle.h | 55 return FileHandle(dup(fd)); in AsDuplicate() 97 return FileHandle(Mode == FileHandleMode::Local ? dup(fd_) : fd_); in Duplicate()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 243 sp<AMessage> msg = mNotify->dup(); in fetchInputData() 368 sp<AMessage> notify = mNotify->dup(); in onResume() 395 sp<AMessage> notify = mNotify->dup(); in onFlush() 406 sp<AMessage> notify = mNotify->dup(); in onShutdown()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Resize.S | 172 dup v6.8h, w2 173 dup v7.8h, w3 213 dup v11.4h, v12.h[0] 219 dup v11.4s, v12.s[0] 226 dup v12.2d, v14.d[0] 227 dup v13.2d, v14.d[0] 304 dup v13.8h, v12.h[7] 306 dup v13.4s, v12.s[3] 316 dup v12.8h, v12.h[7] 318 dup v12.4s, v12.s[3] [all …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 77 dup v6.4s, v4.s[0] 78 dup v7.4s, v4.s[0] 94 dup v6.4s, v4.s[0] 95 dup v7.4s, v4.s[0] 112 dup v6.4s, v4.s[1] 113 dup v7.4s, v4.s[1] 129 dup v6.4s, v4.s[1] 130 dup v7.4s, v4.s[1] 147 dup v6.4s, v4.s[2] 148 dup v7.4s, v4.s[2] [all …]
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 247 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() 256 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() 296 sp<AMessage> notify(mNotify->dup()); in onEos() 303 sp<AMessage> notify(mNotify->dup()); in onStartCompleted() 309 sp<AMessage> notify(mNotify->dup()); in onStopCompleted() 315 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted() 321 sp<AMessage> notify(mNotify->dup()); in onFlushCompleted() 327 sp<AMessage> notify(mNotify->dup()); in onError() 335 sp<AMessage> notify(mNotify->dup()); in onComponentAllocated() 343 sp<AMessage> notify(mNotify->dup()); in onComponentConfigured() [all …]
|
D | ACodecBufferChannel.cpp | 98 sp<AMessage> msg = mInputBufferFilled->dup(); in queueInputBuffer() 228 sp<AMessage> msg = mInputBufferFilled->dup(); in queueSecureInputBuffer() 245 sp<AMessage> msg = mOutputBufferDrained->dup(); in renderOutputBuffer() 268 sp<AMessage> msg = input ? mInputBufferFilled->dup() : mOutputBufferDrained->dup(); in discardBuffer()
|
D | MPEG2TSWriter.cpp | 245 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData() 253 sp<AMessage> notify = mNotify->dup(); in appendAVCFrame() 283 sp<AMessage> notify = mNotify->dup(); in appendAACFrames() 356 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 375 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 447 : mFile(fdopen(dup(fd), "wb")), in MPEG2TSWriter()
|
/frameworks/native/libs/ui/ |
D | Fence.cpp | 109 int Fence::dup() const { in dup() function in android::Fence 110 return ::dup(mFenceFd); in dup()
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | MediaSender.cpp | 354 sp<AMessage> notify = mNotify->dup(); in onSenderNotify() 368 sp<AMessage> notify = mNotify->dup(); in notifyInitDone() 375 sp<AMessage> notify = mNotify->dup(); in notifyError() 382 sp<AMessage> notify = mNotify->dup(); in notifyNetworkStall()
|
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/ |
D | MiniFence.h | 48 int dup() const;
|
/frameworks/av/media/libstagefright/foundation/ |
D | ANetworkSession.cpp | 205 sp<AMessage> msg = mNotify->dup(); in Session() 297 sp<AMessage> notify = mNotify->dup(); in readMore() 376 sp<AMessage> notify = mNotify->dup(); in readMore() 399 sp<AMessage> notify = mNotify->dup(); in readMore() 425 sp<AMessage> notify = mNotify->dup(); in readMore() 505 sp<AMessage> notify = mNotify->dup(); in readMore() 677 sp<AMessage> msg = mNotify->dup(); in writeMore() 782 sp<AMessage> msg = mNotify->dup(); in notifyError() 792 sp<AMessage> msg = mNotify->dup(); in notify()
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-arm64.policy | 9 dup: 1
|