HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_IO_PENDING (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dderror.h 15 #define ERROR_IO_PENDING 997
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnterr.h 18 #define RPC_S_ASYNC_CALL_PENDING ERROR_IO_PENDING
  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 61 // ERROR_IO_PENDING. So, lets give it an up to a 20 ms loop!
65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
adb_legacy_endpoint_object.cpp 113 if (!res && (ERROR_IO_PENDING != error)) {
175 if (!ret && (ERROR_IO_PENDING != GetLastError())) {
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 69 // ERROR_IO_PENDING. So, lets give it an up to a 20 ms loop!
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
adb_winusb_endpoint_object.cpp 93 if (!res && (ERROR_IO_PENDING != error)) {
141 if (!ret && (ERROR_IO_PENDING != GetLastError())) {
  /external/chromium_org/mojo/common/test/
test_utils_win.cc 28 if (GetLastError() != ERROR_IO_PENDING ||
48 if (GetLastError() != ERROR_IO_PENDING ||
68 if (GetLastError() != ERROR_IO_PENDING)
  /external/chromium_org/base/
async_socket_io_handler_win.cc 51 // straight away or asynchronously (ERROR_IO_PENDING). OnIOCompleted() will
53 // in the case where ok is FALSE and GLE==ERROR_IO_PENDING.
54 is_pending_ = !ok && (GetLastError() == ERROR_IO_PENDING);
sync_socket_win.cc 150 if (::GetLastError() == ERROR_IO_PENDING) {
  /external/chromium_org/net/base/
file_stream_context_win.cc 71 if (error.os_error == ERROR_IO_PENDING) {
92 if (error.os_error == ERROR_IO_PENDING) {
network_change_notifier_win.cc 300 if (ret != ERROR_IO_PENDING)
  /external/chromium_org/device/serial/
serial_io_handler_win.cc 208 if (!ok && GetLastError() != ERROR_IO_PENDING) {
224 if (!ok && GetLastError() != ERROR_IO_PENDING) {
267 if (!ok && GetLastError() != ERROR_IO_PENDING) {
  /external/chromium_org/sandbox/win/src/
named_pipe_policy_test.cc 50 ERROR_IO_PENDING != error) {
  /external/chromium_org/net/disk_cache/blockfile/
file_win.cc 154 if (GetLastError() == ERROR_IO_PENDING)
204 if (GetLastError() == ERROR_IO_PENDING)
  /external/chromium_org/ipc/
ipc_channel_win.cc 167 if (err == ERROR_IO_PENDING) {
388 case ERROR_IO_PENDING:
450 if (write_error_ == ERROR_IO_PENDING) {
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialwin32.py 259 if not err and win32.GetLastError() != win32.ERROR_IO_PENDING:
269 if not err and win32.GetLastError() != win32.ERROR_IO_PENDING:
288 if not err and win32.GetLastError() != win32.ERROR_IO_PENDING:
win32.py 198 ERROR_IO_PENDING = 997 # Variable c_long
312 'ERROR_IO_PENDING', 'EscapeCommFunction', 'GENERIC_READ',
  /external/chromium_org/mojo/system/
raw_channel_win.cc 385 if (error != ERROR_IO_PENDING) {
401 // (other than ERROR_IO_PENDING) are guaranteed to *not* queue a completion
472 if (error != ERROR_IO_PENDING) {
489 // (other than ERROR_IO_PENDING) are guaranteed to *not* queue a completion
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 133 if (err == ERROR_IO_PENDING) {
258 if (err != ERROR_IO_PENDING) {
  /external/chromium_org/device/hid/
hid_connection_win.cc 79 } else if (GetLastError() == ERROR_IO_PENDING) {
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_win.cc 419 if(error != ERROR_IO_PENDING)
425 if(retVal == 0 || (retVal == SOCKET_ERROR && error == ERROR_IO_PENDING))
619 if(rxError != ERROR_IO_PENDING)
635 if((rxError == ERROR_IO_PENDING) || (nRet == 0))
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 148 if (err != ERROR_IO_PENDING)
261 else if (err != ERROR_IO_PENDING)
  /external/qemu/
tap-win32.c 470 case ERROR_IO_PENDING:
500 if (dwError == ERROR_IO_PENDING) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 191 case ERROR_IO_PENDING:
622 case ERROR_IO_PENDING:
  /external/deqp/framework/delibs/deutil/
deTimer.c 140 if (err == ERROR_IO_PENDING)

Completed in 3093 milliseconds

1 2