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

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 45 IO_OPERATION ioOperation;
udp_socket2_win.cc 375 pIoContext->ioOperation = OP_WRITE;
437 (pIOContext->ioOperation == OP_READ) &&
466 pIOContext ? (int32_t)pIOContext->ioOperation : -1);
498 if(pIOContext->ioOperation == OP_WRITE)
502 else if(pIOContext->ioOperation == OP_READ)
568 pIoContext->ioOperation = OP_READ;
    [all...]

Completed in 552 milliseconds