Searched
full:pipe (Results
376 -
400 of
1632) sorted by null
<<11121314151617181920>>
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_ComponentThread.c | 172 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__); 175 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__); 187 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_ComponentThread.c | 177 OMX_PRCOMM2(pComponentPrivate->dbg, "DATA pipe is set in Component Thread\n"); 180 OMX_ERROR4(pComponentPrivate->dbg, "Error while reading from the pipe\n"); 190 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 160 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__); 163 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__); 175 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 63 * Pipe used to communicate back to the main thread from the component thread; 745 /* Create a pipe used to queue data from the callback. */ 746 nRetval = pipe(IpBuf_Pipe); 747 PRINT("Pipe InBuf_Pipe just created\n"); 749 fprintf(stderr, "Error:Fill Data Pipe failed to open\n"); 753 PRINT("Pipe OpBuf_Pipe just created\n"); 754 nRetval = pipe(OpBuf_Pipe); 756 fprintf(stderr, "Error:Empty Data Pipe failed to open\n"); 760 PRINT("Pipe Event_Pipe just created\n"); 761 nRetval = pipe(Event_Pipe) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 218 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing 239 /* Splice address range into a pipe. */ 248 /* In-kernel implementation of tee for pipe buffers. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 218 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing 239 /* Splice address range into a pipe. */ 248 /* In-kernel implementation of tee for pipe buffers. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 218 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing 239 /* Splice address range into a pipe. */ 248 /* In-kernel implementation of tee for pipe buffers. */
|
/system/core/sh/ |
cd.c | 380 * c implementation of getcwd, that does not open a pipe to 406 if (pipe(pip) < 0) 407 error("Pipe call failed");
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Utils.c | 335 /* create the pipe used to maintain free output buffers*/ 336 eError = pipe (pComponentPrivate->nFree_outBuf_Q); 342 /* create the pipe used to maintain filled input buffers*/ 343 eError = pipe (pComponentPrivate->nFilled_inpBuf_Q); 349 /* create the pipe used to send commands to the thread */ 350 eError = pipe (pComponentPrivate->nCmdPipe); 356 /* create the pipe used to send commands to the thread */ 357 eError = pipe (pComponentPrivate->nCmdDataPipe); 391 * the component thread. close component thread, Command pipe, data pipe [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 94 // Transfer data from the asset to the pipe the client is reading.
|
/development/scripts/ |
add-accounts | 35 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
|
add-accounts-sdk | 35 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
|
/development/tools/emulator/system/libqemu/ |
test_host_2.c | 94 printf("Starting pipe test server on local port %d\n", port);
|
/external/bluetooth/glib/glib/ |
gpoll.h | 47 * from CreateFile, SOCKETs, nor pipe handles. (But you can use
|
gwin32.h | 60 * pipe: <io.h> (actually, _pipe())
|
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.h | 98 // The function is executed from inside Wait() using the "self-pipe trick"--
|
/external/chromium/webkit/glue/ |
webcursor_unittest.cc | 123 // Set hotspot to an invalid point again, pipe back through WebCursor,
|
/external/dbus/ |
README.wince | 72 dbus-pipe.c:
|
/external/dbus/bus/ |
bus.h | 30 #include <dbus/dbus-pipe.h>
|
/external/iptables/ |
configure.ac | 88 -Winline -pipe";
|
/external/kernel-headers/original/asm-mips/ |
signal.h | 38 #define SIGPIPE 13 /* Broken pipe (POSIX). */
|
/external/libnfc-nxp/src/ |
phHciNfc_IDMgmt.c | 308 /* Identity Mgmt pipe open sequence */ 429 }/* End of Pipe Info Memory Check */ 590 }/* End of Pipe Info Memory Check */ 723 /* Function to Update the Pipe Information */
|
phHciNfc_RFReader.h | 501 * \param[in] pipe_id The Reader pipe to which the 504 * sent to a Reader pipe . 534 * \param[in] pipe_id The Reader pipe to which the 537 * sent to a Reader pipe .
|
/external/libvpx/examples/includes/geshi/geshi/ |
freebasic.php | 68 "pascal", "pcopy", "peek", "peeki", "peeks", "pipe", "pmap", "point", "pointer",
|
Completed in 1156 milliseconds
<<11121314151617181920>>