HomeSort by relevance Sort by last modified time
    Searched defs:overlapped (Results 1 - 13 of 13) sorted by null

  /development/host/windows/usb/api/
adb_io_completion.h 21 a generic wrapper around OVERLAPPED Win32 structure returned from
27 /** \brief Encapsulates encapsulates a generic wrapper around OVERLAPPED Win32
47 used to initialize OVERLAPPED structure for this object.
66 /** \brief Gets overlapped I/O result
68 @param[out] ovl_data Buffer for the copy of this object's OVERLAPPED
101 /// Gets overlapped structure for this I/O
102 LPOVERLAPPED overlapped() { function in class:AdbIOCompletion
123 /// Overlapped structure for this I/O
124 OVERLAPPED overlapped_;
adb_legacy_endpoint_object.cpp 86 adb_io_completion->overlapped()) :
91 adb_io_completion->overlapped());
105 adb_io_completion->overlapped());
145 // overlapped I/O we're obligated to always provide OVERLAPPED
147 OVERLAPPED overlapped; local
148 ZeroMemory(&overlapped, sizeof(overlapped));
155 ReadFile(usb_handle(), buffer, bytes_to_transfer, bytes_transferred, &overlapped) :
    [all...]
  /external/libevent/
iocp-internal.h 45 Internal use only. Wraps an OVERLAPPED that we're using for libevent
47 OVERLAPPED*, it upcasts the pointer to an event_overlapped, and calls the
52 OVERLAPPED overlapped; member in struct:event_overlapped
105 @param overlapped The struct event_overlapped to initialize
111 /** Allocate and return a new evbuffer that supports overlapped IO on a given
122 /** Start reading data onto the end of an overlapped evbuffer.
131 @param ol Overlapped object with associated completion callback.
145 @param ol Overlapped object with associated completion callback.
160 /** Associate a file descriptor with an iocp, such that overlapped IO on th
    [all...]
event_iocp.c 55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok)
58 EVUTIL_UPCAST(o, struct event_overlapped, overlapped);
73 OVERLAPPED *overlapped=NULL; local
77 &overlapped, ms);
88 if (key != NOTIFICATION_KEY && overlapped)
89 handle_entry(overlapped, key, bytes, ok);
90 else if (!overlapped)
281 r = PostQueuedCompletionStatus(port->port, n, key, &o->overlapped);
listener.c 449 struct event_overlapped overlapped; member in struct:accepting_socket
503 event_overlapped_init(&res->overlapped, accepted_socket_cb);
562 as->buflen/2, as->buflen/2, &pending, &as->overlapped.overlapped))
565 accepted_socket_cb(&as->overlapped, 1, 0, 1);
663 EVUTIL_UPCAST(o, struct accepting_socket, overlapped);
686 ok = WSAGetOverlappedResult(as->s, &o->overlapped,
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 39 WSAOVERLAPPED overlapped; member in struct:webrtc::test::PerIoContext
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 13 * WinXP version of the code uses overlapped I/O and a single threaded design
77 OVERLAPPED rx_overlapped;
98 OVERLAPPED overlapped; local
100 OVERLAPPED *o;
108 os_memset(&overlapped, 0, sizeof(overlapped));
109 o = &overlapped;
137 driver_ndis_get_ndisuio_handle(), &overlapped,
  /external/deqp/execserver/
xsWin32TestProcess.cpp 133 OVERLAPPED overlapped; local
136 deMemset(&overlapped, 0, sizeof(overlapped));
137 overlapped.hEvent = ioEvent.getHandle();
145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped))
159 if (!GetOverlappedResult(m_dst, &overlapped, &numBytesWritten, FALSE))
228 OVERLAPPED overlapped; local
230 deUint64 offset = 0; // Overlapped IO requires manual offset keeping
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfapi.h 104 OVERLAPPED overlapped; member in struct:tagMFASYNCRESULT
    [all...]
  /external/vboot_reference/tests/
cgptlib_test.c 737 /* Test if overlapped partition tables can be detected. */
745 int overlapped; member in struct:__anon26448
808 EXPECT(cases[i].overlapped == CheckEntries(e, h));
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 36901 OVERLAPPED overlapped; \/* The offset for ReadFile. *\/ local
37019 OVERLAPPED overlapped; \/* The offset for WriteFile. *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 36919 OVERLAPPED overlapped; \/* The offset for ReadFile. *\/ local
37037 OVERLAPPED overlapped; \/* The offset for WriteFile. *\/ local
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 300 milliseconds