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

  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.h 71 RW_WRITE,
poll_windows.c 35 * twice, once in RW_READ and once in RW_WRITE mode to obtain 2 separate
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"
341 wfd.rw = RW_WRITE;
564 if ((fds[i].events & POLLOUT) && (poll_fd[_index].rw != RW_WRITE)) {
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 1382 milliseconds