HomeSort by relevance Sort by last modified time
    Searched refs:pollfd (Results 301 - 325 of 360) sorted by null

<<1112131415

  /external/chromium_org/third_party/libxml/src/
nanohttp.c 451 struct pollfd p;
524 struct pollfd p;
855 struct pollfd p;
    [all...]
  /external/libxml2/
nanohttp.c 449 struct pollfd p;
522 struct pollfd p;
853 struct pollfd p;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 135 struct pollfd poll_fds[MAX_STREAM_NUM_IN_BUNDLE + 1];
  /device/lge/hammerhead/libsensors/
sensors.cpp 136 struct pollfd mPollFds[numFds];
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 154 struct pollfd poll_fds[MM_CAMEAR_STRAEM_NUM_MAX+1];
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 304 int ki_poll(struct pollfd *fds, nfds_t nfds, int timeout) {
kernel_wrap_glibc.cc 240 int WRAP(poll)(struct pollfd *fds, nfds_t nfds, int timeout, int* count) {
  /external/iproute2/misc/
rtacct.c 367 struct pollfd p;
ifstat.c 488 struct pollfd p;
nstat.c 373 struct pollfd p;
  /external/strace/
strace.c 141 static struct pollfd *pollv;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 135 struct pollfd poll_fds[MAX_STREAM_NUM_IN_BUNDLE + 1];
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 694 struct pollfd p;
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 669 struct pollfd p;
  /system/core/debuggerd/
debuggerd.c 201 struct pollfd pollfds[1];
  /system/core/libnetutils/
dhcpclient.c 398 struct pollfd pfd;
  /system/core/logwrapper/
logwrap.c 301 struct pollfd poll_fds[] = {
  /external/linux-tools-perf/util/
python.c 612 n = poll(evlist->pollfd, evlist->nr_fds, timeout);
630 FILE *fp = fdopen(evlist->pollfd[i].fd, "r");
  /external/ppp/pppd/
sys-solaris.c 228 static struct pollfd pollfds[MAX_POLLFDS];
    [all...]
  /bionic/libc/bionic/
system_properties.c 482 struct pollfd pollfds[1];
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 91 struct pollfd pfds[2];
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 507 int usbi_poll(struct pollfd *fds, unsigned int nfds, int timeout)
  /external/iputils/
rarpd.c 565 struct pollfd pset[2];
  /external/linux-tools-perf/
builtin-record.c 700 err = poll(evsel_list->pollfd, evsel_list->nr_fds, -1);
  /frameworks/native/cmds/dumpstate/
utils.c 550 struct pollfd pfd = { ifd, POLLIN, 0 };

Completed in 1490 milliseconds

<<1112131415