Searched refs:dup (Results 1 - 25 of 106) sorted by relevance

12345

/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp74 llvm::raw_fd_ostream *OutputFile::dup() { function in class:OutputFile
78 newfd = ::dup(mFD);
87 // dup() returns ok.
/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h38 // This is similar to the system call dup(). It creates a copy of the file
42 llvm::raw_fd_ostream *dup();
/frameworks/av/media/libmediaplayerservice/
H A DActivityManager.cpp48 fd = dup(reply.readFileDescriptor());
H A DStagefrightPlayer.cpp64 // the method returns, if you want to keep it, dup it!
67 return mPlayer->setDataSource(dup(fd), offset, length);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp98 sp<AMessage> msg = mNotifyMsg->dup();
114 sp<AMessage> msg = mNotifyMsg->dup();
H A DARawAudioAssembler.cpp98 sp<AMessage> msg = mNotifyMsg->dup();
114 sp<AMessage> msg = mNotifyMsg->dup();
H A DAH263Assembler.cpp196 sp<AMessage> msg = mNotifyMsg->dup();
209 sp<AMessage> msg = mNotifyMsg->dup();
H A DSDPLoader.cpp139 sp<AMessage> notify = mNotify->dup();
H A DAAMRAssembler.cpp212 sp<AMessage> msg = mNotifyMsg->dup();
228 sp<AMessage> msg = mNotifyMsg->dup();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp201 sp<AMessage> tmp = mOutputFormat->dup();
272 sp<AMessage> notify = mNotify->dup();
428 sp<AMessage> notify = mNotify->dup();
487 mEncoder->requestActivityNotification(mEncoderActivityNotify->dup());
540 sp<AMessage> notify = mNotify->dup();
588 sp<AMessage> notify = mNotify->dup();
654 sp<ABuffer> dup = new ABuffer(accessUnit->size() + mCSD0->size()); local
655 memcpy(dup->data(), mCSD0->data(), mCSD0->size());
656 memcpy(dup->data() + mCSD0->size(), accessUnit->data(), accessUnit->size());
661 dup
[all...]
H A DMediaPuller.cpp161 sp<AMessage> notify = mNotify->dup();
185 sp<AMessage> notify = mNotify->dup();
H A DTSPacketizer.cpp183 sp<ABuffer> dup = new ABuffer(accessUnit->size() + size); local
188 memcpy(dup->data() + offset, csd->data(), csd->size());
192 memcpy(dup->data() + offset, accessUnit->data(), accessUnit->size());
194 return dup;
205 sp<ABuffer> dup = new ABuffer(aac_frame_length); local
216 uint8_t *ptr = dup->data();
238 return dup;
/frameworks/native/include/ui/
H A DFence.h88 int dup() const;
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java257 * Create a new ParcelFileDescriptor that is a dup of an existing
262 public static ParcelFileDescriptor dup(FileDescriptor orig) throws IOException { method in class:ParcelFileDescriptor
264 final FileDescriptor fd = Os.dup(orig);
272 * Create a new ParcelFileDescriptor that is a dup of the existing
277 public ParcelFileDescriptor dup() throws IOException { method in class:ParcelFileDescriptor
279 return mWrapped.dup();
281 return dup(getFileDescriptor());
287 * ParcelFileDescriptor holds a dup of the original fd passed in here,
290 * @param fd The native fd that the ParcelFileDescriptor should dup.
293 * for a dup o
[all...]
/frameworks/native/libs/ui/
H A DFence.cpp98 int Fence::dup() const { function in class:android::Fence
99 return ::dup(mFenceFd);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp241 sp<AMessage> msg = mNotify->dup();
361 sp<AMessage> notify = mNotify->dup();
381 sp<AMessage> notify = mNotify->dup();
396 sp<AMessage> notify = mNotify->dup();
H A DNuPlayerSource.h126 sp<AMessage> dupNotify() const { return mNotify->dup(); }
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp130 mLatestDequeuedMeta = (*buffer)->meta()->dup();
156 mLatestDequeuedMeta = buffer->meta()->dup();
221 mLatestEnqueuedMeta = buffer->meta()->dup();
227 mLatestEnqueuedMeta = buffer->meta()->dup();
/frameworks/base/core/java/android/view/
H A DInputChannel.java132 public InputChannel dup() { method in class:InputChannel
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp354 sp<AMessage> notify = mNotify->dup();
368 sp<AMessage> notify = mNotify->dup();
375 sp<AMessage> notify = mNotify->dup();
382 sp<AMessage> notify = mNotify->dup();
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp204 int dupFd = dup(rawFd);
206 ALOGE("Error %d dup channel fd %d.", errno, rawFd);
254 new NativeInputChannel(nativeInputChannel->getInputChannel()->dup()));
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp135 b.mFence->dup());
161 b.mFence->dup());
/frameworks/rs/cpu_ref/
H A 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 v
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp205 sp<AMessage> msg = mNotify->dup();
297 sp<AMessage> notify = mNotify->dup();
376 sp<AMessage> notify = mNotify->dup();
399 sp<AMessage> notify = mNotify->dup();
425 sp<AMessage> notify = mNotify->dup();
505 sp<AMessage> notify = mNotify->dup();
677 sp<AMessage> msg = mNotify->dup();
782 sp<AMessage> msg = mNotify->dup();
792 sp<AMessage> msg = mNotify->dup();
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h92 // Performs a deep-copy of "this", contained messages are in turn "dup'ed".
95 sp<AMessage> dup() const;

Completed in 8439 milliseconds

12345