Home
last modified time | relevance | path

Searched refs:dup (Results 1 – 25 of 164) sorted by relevance

1234567

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java229 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/
DUtils.java238 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/
DConverter.cpp202 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 …]
DTSPacketizer.cpp183 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()
DMediaPuller.cpp161 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
185 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
/frameworks/native/libs/hwc2on1adapter/
DMiniFence.cpp39 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/
Dparcelable_unique_fd.h20 fence_.reset(dup(fence.get())); in set_fence()
22 base::unique_fd fence() const { return base::unique_fd(dup(fence_.get())); } in fence()
Dparcelable_unique_fd.cpp11 : fence_(dup(fence.get())) {} in ParcelableUniqueFd()
/frameworks/av/media/libstagefright/rtsp/
DAMPEG2TSAssembler.cpp98 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket()
114 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
DARawAudioAssembler.cpp98 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket()
114 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
DAH263Assembler.cpp196 sp<AMessage> msg = mNotifyMsg->dup(); in submitAccessUnit()
209 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
DAAMRAssembler.cpp212 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket()
228 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java323 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/
Dfile_handle.h55 return FileHandle(dup(fd)); in AsDuplicate()
97 return FileHandle(Mode == FileHandleMode::Local ? dup(fd_) : fd_); in Duplicate()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp243 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/
DrsCpuIntrinsics_advsimd_Resize.S172 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 …]
DrsCpuIntrinsics_advsimd_ColorMatrix.S77 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/
DMediaCodec.cpp247 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 …]
DACodecBufferChannel.cpp98 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()
DMPEG2TSWriter.cpp245 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/
DFence.cpp109 int Fence::dup() const { in dup() function in android::Fence
110 return ::dup(mFenceFd); in dup()
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp354 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/
DMiniFence.h48 int dup() const;
/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp205 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/
Dmediaextractor-arm64.policy9 dup: 1

1234567