Home
last modified time | relevance | path

Searched refs:pIOContext (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc429 void UdpSocket2Windows::IOCompleted(PerIoContext* pIOContext, in IOCompleted() argument
432 if(pIOContext == NULL || error == ERROR_OPERATION_ABORTED) in IOCompleted()
434 if ((pIOContext != NULL) && in IOCompleted()
435 !pIOContext->ioInitiatedByPlatformThread && in IOCompleted()
437 (pIOContext->ioOperation == OP_READ) && in IOCompleted()
456 if(pIOContext == NULL) in IOCompleted()
463 (int32_t)pIOContext, in IOCompleted()
466 pIOContext ? (int32_t)pIOContext->ioOperation : -1); in IOCompleted()
474 if(pIOContext) in IOCompleted()
481 int32_t err = _mgr->PushIoContext(pIOContext); in IOCompleted()
[all …]
Dudp_socket2_manager_win.cc574 PerIoContext* pIOContext = 0; in Process() local
602 pIOContext = (PerIoContext*)pOverlapped; in Process()
603 pSocket->IOCompleted(pIOContext,ioSize,error); in Process()
Dudp_socket2_win.h82 void IOCompleted(PerIoContext* pIOContext, uint32_t ioSize, uint32_t error);