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.15/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...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 153 int8_t fifo[MM_CAMERA_MAX_FRAME_NUM]; member in struct:__anon1889
  /frameworks/native/libs/gui/
BufferQueue.cpp 533 // In synchronous mode we queue all buffers in a FIFO.
549 Fifo::iterator front(mQueue.begin());
721 String8 fifo; local
723 Fifo::const_iterator i(mQueue.begin());
727 fifo.append(buffer);
734 "default-format=%d, transform-hint=%02x, FIFO(%d)={%s}\n",
737 fifoSize, fifo.string());
831 Fifo::iterator front(mQueue.begin());
991 Fifo::iterator front(mQueue.begin());
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 299 verify_input_fifo *fifo,
307 verify_input_fifo *fifo,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1296 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...]
  /external/bison/tests/
testsuite     [all...]

Completed in 300 milliseconds