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

  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.h 70 RW_READ,
poll_windows.c 35 * twice, once in RW_READ and once in RW_WRITE mode to obtain 2 separate
294 poll_fd[i].rw = RW_READ;
333 if ((access_mode != RW_READ) && (access_mode != RW_WRITE)) {
334 usbi_warn(NULL, "only one of RW_READ or RW_WRITE are supported.\n"
338 if (access_mode == RW_READ) {
339 wfd.rw = RW_READ;
555 if ((fds[i].events & POLLIN) && (poll_fd[_index].rw != RW_READ)) {
wince_usb.c 640 wfd = usbi_create_fd(eventHandle, direction_in ? RW_READ : RW_WRITE, itransfer, &wince_cancel_transfer);
    [all...]
windows_usb.c     [all...]

Completed in 42 milliseconds