HomeSort by relevance Sort by last modified time
    Searched refs:pipe (Results 76 - 100 of 420) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dhcpcd/
signals.c 62 /* Read a signal from the signal pipe. Returns 0 if there is
84 if (pipe(signal_pipe) == -1)
  /external/e2fsprogs/lib/
fpopen.c 90 * Get the pipe
92 if (pipe(fds) < 0)
  /external/ppp/pppd/plugins/
passprompt.c 41 if (pipe(p)) {
42 warn("Can't make a pipe for %s", promptprog);
69 /* we are the parent, read the password from the pipe */
  /external/qemu/
compatfd.c 83 if (pipe(fds) == -1) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Makefile 18 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 18 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
Makefile 20 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -I$(GTTOOLSINCDIR) -Wall -fpic -pipe -DOMAP_2430 -DETEEDN_PATH
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
Makefile 18 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 22 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 21 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
Makefile 17 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMX_DEBUG -DFUNC
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
Makefile 17 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMX_DEBUG -DFUNC
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Makefile 16 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 12 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -Wall -fpic -pipe -D__PERF_UNIT_TEST__
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 37 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 20 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe #-DOMX_DEBUG
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 209 final ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); local
214 func.writeDataToPipe(pipe[1], args);
217 Utils.closeSilently(pipe[1]);
222 return pipe[0];
224 throw new FileNotFoundException("failure making pipe");
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 258 /* HCP header with ADMIN pipe id and chaining bit set */
290 UINT8 pipe; local
305 pipe = (*p_data++) & 0x7F;
308 &&(pipe == NFC_HAL_HCI_ADMIN_PIPE) )
354 UINT8 pipe; local
364 pipe = (*p_data++) & 0x7F;
367 &&(pipe == NFC_HAL_HCI_ADMIN_PIPE) )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 87 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
88 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
117 struct vx_pipe *pipe, int count);
119 struct vx_pipe *pipe, int count);
305 struct vx_pipe *pipe, int count)
308 chip->ops->dma_write(chip, runtime, pipe, count);
312 struct vx_pipe *pipe, int count)
315 chip->ops->dma_read(chip, runtime, pipe, count);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 87 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
88 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
117 struct vx_pipe *pipe, int count);
119 struct vx_pipe *pipe, int count);
305 struct vx_pipe *pipe, int count)
308 chip->ops->dma_write(chip, runtime, pipe, count);
312 struct vx_pipe *pipe, int count)
315 chip->ops->dma_read(chip, runtime, pipe, count);
  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.c 91 /* Pointer to the Admin Pipe Information */
93 /* Sequence for the Pipe Initialisation */
242 /* Admin pipe open sequence , Initially open the Admin Pipe */
253 /* Populate the pipe information in the pipe handle */
254 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id =
356 /* To clear the pipe information*/
379 /* Admin pipe Re-Open sequence , Re-Open the Admin Pipe */
    [all...]
phHciNfc_NfcIPMgmt.c 250 *ppipe_id = p_init_info->p_init_pipe_info->pipe.pipe_id ;
283 p_init_info->p_init_pipe_info->pipe.pipe_id = pipeID;
332 pipeid = p_pipe_info->pipe.pipe_id;
513 *ppipe_id = p_target_info->p_tgt_pipe_info->pipe.pipe_id;
546 p_target_info->p_tgt_pipe_info->pipe.pipe_id = pipeID;
684 HCI_PRINT("NFCIP-1 NFCIP open pipe complete\n");
690 HCI_PRINT("NFCIP-1 NFCIP close pipe complete\n");
    [all...]
  /dalvik/vm/
StdioConverter.cpp 57 if (pipe(gDvm.stdoutPipe) != 0) {
58 ALOGW("pipe failed: %s", strerror(errno));
61 if (pipe(gDvm.stderrPipe) != 0) {
62 ALOGW("pipe failed: %s", strerror(errno));
  /external/clang/tools/scan-view/
startfile.py 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
64 returncode = pipe.wait()
  /external/oprofile/libutil++/
child_reader.cpp 61 if (pipe(pstdout) == -1 || pipe(pstderr) == -1) {

Completed in 1258 milliseconds

1 2 34 5 6 7 8 91011>>