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

  /external/chromium_org/device/serial/
serial_io_handler_win.cc 259 } else if (error != ERROR_SUCCESS && error != ERROR_OPERATION_ABORTED) {
274 } else if (error != ERROR_SUCCESS && error != ERROR_OPERATION_ABORTED) {
286 } else if (error != ERROR_SUCCESS && error != ERROR_OPERATION_ABORTED) {
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_win.cc 448 if(pIOContext == NULL || error == ERROR_OPERATION_ABORTED)
452 (error == ERROR_OPERATION_ABORTED) &&
512 } // if (pIOContext == NULL || error == ERROR_OPERATION_ABORTED)
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 772 case ERROR_OPERATION_ABORTED:
    [all...]
windows_usb.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 360 #define WSA_OPERATION_ABORTED (ERROR_OPERATION_ABORTED)
    [all...]
winerror.h 244 #define ERROR_OPERATION_ABORTED __MSABI_LONG(995)
    [all...]

Completed in 2846 milliseconds