/frameworks/base/core/java/android/net/ |
D | VpnService.java | 166 ParcelFileDescriptor dup = null; in protect() local 168 dup = ParcelFileDescriptor.fromFd(socket); in protect() 169 return getService().protectVpn(dup); in protect() 174 dup.close(); in protect()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | Converter.cpp | 182 mOutputFormat = mInputFormat->dup(); in initEncoder() 230 sp<AMessage> tmp = mOutputFormat->dup(); in initEncoder() 281 sp<AMessage> notify = mNotify->dup(); in notifyError() 462 mEncoder->requestActivityNotification(mEncoderActivityNotify->dup()); in scheduleDoMoreWork() 515 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers() 563 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers() 666 sp<AMessage> notify = mNotify->dup(); in doMoreWork() 683 sp<AMessage> notify = mNotify->dup(); in doMoreWork()
|
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 | 158 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 182 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AMPEG2TSAssembler.cpp | 96 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket() 112 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
|
D | ARawAudioAssembler.cpp | 96 sp<AMessage> msg = mNotifyMsg->dup(); in addPacket() 112 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()
|
D | AAVCAssembler.cpp | 347 sp<AMessage> msg = mNotifyMsg->dup(); in submitAccessUnit() 371 sp<AMessage> msg = mNotifyMsg->dup(); in onByeReceived()
|
/frameworks/compile/libbcc/lib/Support/ |
D | OutputFile.cpp | 127 llvm::raw_fd_ostream *OutputFile::dup() { in dup() function in OutputFile 131 newfd = ::dup(mFD); in dup()
|
/frameworks/base/core/java/android/os/ |
D | ParcelFileDescriptor.java | 127 public static ParcelFileDescriptor dup(FileDescriptor orig) throws IOException { in dup() method in ParcelFileDescriptor 138 public ParcelFileDescriptor dup() throws IOException { in dup() method in ParcelFileDescriptor 139 return dup(getFileDescriptor()); in dup()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 94 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 127 sp<AMessage> notify = mNotify->dup(); in onFillThisBuffer()
|
D | NuPlayerRenderer.cpp | 412 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart() 418 sp<AMessage> notify = mNotify->dup(); in notifyEOS() 590 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete() 645 sp<AMessage> notify = mNotify->dup(); in notifyPosition()
|
D | NuPlayerSource.h | 88 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify()
|
/frameworks/native/libs/ui/ |
D | Fence.cpp | 98 int Fence::dup() const { in dup() function in android::Fence 99 return ::dup(mFenceFd); in dup()
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | OutputFile.h | 48 llvm::raw_fd_ostream *dup();
|
/frameworks/av/media/libmediaplayerservice/ |
D | ActivityManager.cpp | 48 fd = dup(reply.readFileDescriptor()); in openContentProviderFile()
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | ANetworkSession.cpp | 186 sp<AMessage> msg = mNotify->dup(); in Session() 266 sp<AMessage> notify = mNotify->dup(); in readMore() 345 sp<AMessage> notify = mNotify->dup(); in readMore() 368 sp<AMessage> notify = mNotify->dup(); in readMore() 394 sp<AMessage> notify = mNotify->dup(); in readMore() 583 sp<AMessage> msg = mNotify->dup(); in writeMore() 640 sp<AMessage> msg = mNotify->dup(); in notifyError() 650 sp<AMessage> msg = mNotify->dup(); in notify()
|
D | MediaSender.cpp | 350 sp<AMessage> notify = mNotify->dup(); in notifyInitDone() 357 sp<AMessage> notify = mNotify->dup(); in notifyError() 364 sp<AMessage> notify = mNotify->dup(); in notifyNetworkStall()
|
/frameworks/av/media/libstagefright/ |
D | MPEG2TSWriter.cpp | 246 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData() 254 sp<AMessage> notify = mNotify->dup(); in postAVCFrame() 353 sp<AMessage> notify = mNotify->dup(); in flushAACFrames() 373 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 395 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 471 : mFile(fdopen(dup(fd), "wb")), in MPEG2TSWriter()
|
/frameworks/native/include/ui/ |
D | Fence.h | 88 int dup() const;
|
/frameworks/base/core/java/android/view/ |
D | InputChannel.java | 132 public InputChannel dup() { in dup() method in InputChannel
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 204 int dupFd = dup(rawFd); in android_view_InputChannel_nativeReadFromParcel() 254 new NativeInputChannel(nativeInputChannel->getInputChannel()->dup())); in android_view_InputChannel_nativeDup()
|
D | android_os_ParcelFileDescriptor.cpp | 40 int fd = dup(origfd); in android_os_ParcelFileDescriptor_getFileDescriptorFromFd()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 177 virtual HWCLayer* dup() = 0; 179 return rhs ? rhs->dup() : NULL; in copy()
|