Home
last modified time | relevance | path

Searched refs:ioOperation (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc375 pIoContext->ioOperation = OP_WRITE; in SendTo()
437 (pIOContext->ioOperation == OP_READ) && in IOCompleted()
466 pIOContext ? (int32_t)pIOContext->ioOperation : -1); in IOCompleted()
498 if(pIOContext->ioOperation == OP_WRITE) in IOCompleted()
502 else if(pIOContext->ioOperation == OP_READ) in IOCompleted()
568 pIoContext->ioOperation = OP_READ; in PostRecv()
Dudp_socket2_manager_win.h45 IO_OPERATION ioOperation; member