HomeSort by relevance Sort by last modified time
    Searched refs:fifo (Results 1 - 13 of 13) sorted by null

  /external/chromium/third_party/libevent/sample/
event-test.c 89 const char *fifo = "event.fifo";
92 if (lstat (fifo, &st) == 0) {
100 unlink (fifo);
101 if (mkfifo (fifo, 0600) == -1) {
108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0);
110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0);
118 fprintf(stderr, "Write data to %s\n", fifo);
  /external/oprofile/daemon/
opd_pipe.c 3 * Functions handling the $SESSIONDIR/opd_pipe FIFO special file.
24 static int fifo; variable
42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK);
43 if (fifo == -1) {
54 close(fifo);
69 fifo_fd = fdopen(fifo, "r");
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c 212 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_FIFO_INFO, (integer_t*)&(thePolicyInfo.fifo), &count);
213 if (thePolicyInfo.fifo.depressed) {
214 return thePolicyInfo.fifo.depress_priority;
216 return thePolicyInfo.fifo.base_priority;
  /external/qemu/hw/
pxa.h 207 uint32_t fifo[16]; member in struct:PXA2xxI2SState
  /external/quake/quake/src/QW/client/
gl_model.c 1379 fifo[inpt].x = x + (dx), fifo[inpt].y = y + (dy); \
1388 floodfill_t fifo[FLOODFILL_FIFO_SIZE]; local
1412 fifo[inpt].x = 0, fifo[inpt].y = 0;
1417 int x = fifo[outpt].x, y = fifo[outpt].y;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 1354 fifo[inpt].x = x + (dx), fifo[inpt].y = y + (dy); \
1363 floodfill_t fifo[FLOODFILL_FIFO_SIZE]; local
1387 fifo[inpt].x = 0, fifo[inpt].y = 0;
1392 int x = fifo[outpt].x, y = fifo[outpt].y;
    [all...]
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 195 // We need to wait for the FIFO to drain if the number of buffer
207 // As long as this condition is true AND the FIFO is not empty, we
216 // wait for the FIFO to drain
218 LOGV("Waiting for the FIFO to drain");
498 // in synchronous mode we queue all buffers in a FIFO
508 Fifo::iterator front(mQueue.begin());
648 String8 fifo; local
650 Fifo::const_iterator i(mQueue.begin());
654 fifo.append(buffer);
776 Fifo::iterator front(mQueue.begin())
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 302 // We need to wait for the FIFO to drain if the number of buffer
314 // As long as this condition is true AND the FIFO is not empty, we
325 // wait for the FIFO to drain
568 // In synchronous mode we queue all buffers in a FIFO.
584 Fifo::iterator front(mQueue.begin());
761 Fifo::iterator front(mQueue.begin());
1146 String8 fifo; local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 299 verify_input_fifo *fifo,
307 verify_input_fifo *fifo,
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 724 uint16 fifo; member in struct:wl_txfifo_sz
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 724 uint16 fifo; member in struct:wl_txfifo_sz
    [all...]
  /external/iproute2/doc/
ip-cref.tex 533 RX errors: length crc frame fifo missed
537 TX errors: aborted fifo window heartbeat
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 657 milliseconds