OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dup
(Results
176 - 200
of
402
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp
60
sp<DataSource> dataSource = new FileSource(
dup
(fd), offset, length);
/frameworks/av/media/libstagefright/
AMRWriter.cpp
46
: mFd(
dup
(fd)),
/frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp
98
sp<AMessage> notify = mNotify->
dup
();
ARTPConnection.cpp
414
sp<AMessage> notify = s->mNotifyMsg->
dup
();
500
sp<AMessage> notify = s->mNotifyMsg->
dup
();
/frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp
222
sp<DataSource> dataSource = new FileSource(
dup
(fd), offset, length);
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
248
sp<AMessage> notify = mNotify->
dup
();
448
sp<AMessage> notify = mNotify->
dup
();
592
sp<AMessage> notify = mNotify->
dup
();
974
sp<AMessage> notify = mNotify->
dup
();
/frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp
166
int anwReleaseFence = releaseFence->
dup
();
Camera3ZslStream.cpp
168
fenceFd = bufferItem->getBufferItem().mFence->
dup
();
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
124
(newFD = ::
dup
(descriptor)) != -1) {
133
with the same descriptor. This is only required if we didn't
dup
the
/frameworks/base/core/jni/
android_hardware_SerialPort.cpp
137
fd =
dup
(fd);
android_hardware_UsbDeviceConnection.cpp
47
fd =
dup
(fd);
/frameworks/base/include/androidfw/
InputTransport.h
172
sp<InputChannel>
dup
() const;
/frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp
157
int newFD =
dup
(fd);
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
370
llvm::raw_ostream *out = pResult.
dup
();
/frameworks/compile/libbcc/lib/Support/
Disassembler.cpp
195
llvm::raw_ostream *output = pOutput.
dup
();
/hardware/libhardware/modules/gralloc/
gralloc.cpp
138
private_handle_t* hnd = new private_handle_t(
dup
(m->framebuffer->fd), size,
/hardware/libhardware_legacy/qemu/
qemu.c
222
return
dup
(channel->fd);
/prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar
/external/ppp/pppd/
main.c
472
i =
dup
(fd_devnull);
474
fatal("Critical shortage of file descriptors:
dup
failed: %m");
[
all
...]
/external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm
63
;
dup
the filter weight and store for later
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
315
int fileDesc =
dup
(fd);
486
fileDesc =
dup
(fd);
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
277
sp<AMessage> AMessage::
dup
() const {
307
static_cast<AMessage *>(from->u.refValue)->
dup
();
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp
911
dup
(i);
912
dup
(i);
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
45
public FileDescriptor
dup
(FileDescriptor oldFd) throws ErrnoException { return os.
dup
(oldFd); }
method in class:ForwardingOs
Completed in 1781 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>