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

  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
  /external/qemu/
tap-win32.c 461 if (!result && GetLastError() == ERROR_IO_INCOMPLETE)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 356 #define WSA_IO_INCOMPLETE (ERROR_IO_INCOMPLETE)
    [all...]
winerror.h 245 #define ERROR_IO_INCOMPLETE __MSABI_LONG(996)
    [all...]

Completed in 2326 milliseconds