HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 301 - 325 of 834) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 615 /* Create a pipe used to queue data from the callback. */
616 retval = pipe(IpBuf_Pipe);
618 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
622 retval = pipe(OpBuf_Pipe);
624 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
628 retval = pipe(Event_Pipe);
630 APP_DPRINT( "Error:Empty Event Pipe failed to open\n");
847 APP_DPRINT("%d :: [G726E Component] - failure to open WRITE pipe\n",__LINE__);
850 APP_DPRINT("%d :: [G726E Component] - failure to open READ pipe\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 419 printf("[G729TEST] - failure to open WRITE pipe\n");
422 printf("[G729TEST] - opened WRITE pipe\n");
426 printf("[G729TEST] - failure to open READ pipe\n");
430 printf("[G729TEST] - opened READ pipe\n");
515 /* Create a pipe used to queue data from the callback. */
516 retval = pipe(IpBuf_Pipe);
518 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
521 retval = pipe(OpBuf_Pipe);
523 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 370 * the component thread, command pipe, data pipe and LCML Pipe.
404 /* create the pipe used to send buffers to the thread */
405 eError = pipe (pComponentPrivate->cmdDataPipe);
411 /* create the pipe used to send buffers to the thread */
412 eError = pipe (pComponentPrivate->dataPipe);
418 /* create the pipe used to send commands to the thread */
419 eError = pipe (pComponentPrivate->cmdPipe);
425 /* create the pipe used to send commands to the thread *
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 388 * the component thread, command pipe, data pipe and LCML Pipe.
422 /* create the pipe used to send buffers to the thread */
423 eError = pipe (pComponentPrivate->cmdDataPipe);
430 /* create the pipe used to send buffers to the thread */
431 eError = pipe (pComponentPrivate->dataPipe);
438 /* create the pipe used to send commands to the thread */
439 eError = pipe (pComponentPrivate->cmdPipe);
475 * de-init to close component thread, Command pipe, data pipe & LCML pipe
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 165 G722DEC_DPRINT (":: DATA pipe is set in Component Thread\n");
168 G722DEC_DPRINT (":: Error while reading from the pipe\n");
177 G722DEC_DPRINT (":: CMD pipe is set in Component Thread\n");
505 nRet = pipe (pComponentPrivate->dataPipe);
508 "Pipe Creation Failed");
511 nRet = pipe (pComponentPrivate->cmdPipe);
514 "Pipe Creation Failed");
517 nRet = pipe (pComponentPrivate->cmdDataPipe);
520 "Pipe Creation Failed");
523 nRet = pipe (pComponentPrivate->lcml_Pipe)
    [all...]
  /external/bison/build-aux/
Makefile 124 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
128 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
  /external/dnsmasq/src/
util.c 236 if (pipe(fd) == -1 ||
239 die(_("cannot create pipe: %s"), NULL, EC_MISC);
  /frameworks/base/cmds/dumpstate/
utils.c 281 if (pipe(fds)) {
282 fprintf(stderr, "pipe: %s\n", strerror(errno));
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 144 /* Parameter specifying the pipe to use. */
150 OMX_HANDLETYPE hPipe; /**< The pipe handle*/
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 582 /* create a pipe */
583 pipe(pIpcEvent->p_shared_memory->pipe_fields);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
collect2 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
collect2 
  /system/core/sh/
input.c 517 * from a 'here' document into a pipe and we don't want to close the
518 * pipe!
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 569 /* create a pipe */
570 pipe(pIpcEvent->p_shared_memory->pipe_fields);
  /bionic/libc/include/sys/
linux-unistd.h 81 int pipe (int *);
  /bootable/recovery/
install.c 64 pipe(pipefd);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 236 // Xalan extension namespaces (redirect, pipe and SQL).
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 156 @param[in] endpoint_id Endpoint (pipe) address on the device.
  /external/blktrace/
README 146 If you want to do live tracing, you can pipe the data between blktrace
  /external/dropbear/
session.h 126 int signal_pipe[2]; /* stores endpoints of a self-pipe used for
  /external/gtest/test/
gtest_test_utils.py 153 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /external/libpng/contrib/pngminus/
README 92 can be part of a pipe.
  /external/opencore/extern_tools_v2/bin/linux/
make 
  /external/ppp/pppd/
Makefile.linux 35 COPTS = -O2 -pipe -Wall -g
  /external/strace/strace/linux/x86_64/
syscallent.h 23 { 1, 0, sys_pipe, "pipe" }, /* 22 */

Completed in 3596 milliseconds

<<11121314151617181920>>