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

  /external/curl/tests/server/
sockfilt.c 681 curl_socket_t wsasock; /* the internal socket handle (indexed by wsa) */
682 WSAEVENT wsaevent; /* the internal WINSOCK2 event (indexed by wsa) */
697 DWORD nfd = 0, thd = 0, wsa = 0; local
775 data[wsa].wsasock = curlx_sitosk(fds);
776 data[wsa].wsaevent = wsaevent;
777 wsa++;
880 for(idx = 0; idx < wsa; idx++) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
RootWindowContainer.java 498 final WindowStateAnimator wsa = w.mWinAnimator;
499 if (wsa.mSurfaceController != null) {
500 pidCandidates.append(wsa.mSession.mPid, wsa.mSession.mPid);
    [all...]
DisplayContent.java     [all...]

Completed in 166 milliseconds