Home
last modified time | relevance | path

Searched refs:ValidHandle (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_unittest.cc33 MOCK_METHOD0(ValidHandle, bool());
74 EXPECT_CALL(*socket, ValidHandle()).WillRepeatedly(Return(true)); in CreateSocket()
Dudp_transport_impl.cc501 if (!rtpSock || !rtpSock->ValidHandle()) in EnableQoS()
514 if (!rtcpSock || !rtcpSock->ValidHandle()) in EnableQoS()
675 if (!rtpSock || !rtpSock->ValidHandle()) in DisableQoS()
687 if (!rtcpSock || !rtcpSock->ValidHandle()) in DisableQoS()
769 if(!rtpSock->ValidHandle()) in SetToS()
786 if(!rtcpSock->ValidHandle()) in SetToS()
963 if(!rtpSock->ValidHandle()) in SetPCP()
980 if(!rtcpSock->ValidHandle()) in SetPCP()
1233 if(!_ptrSendRtpSocket->ValidHandle()) in BindRTPSendSocket()
1694 if (!rtpSock || !rtpSock->ValidHandle()) in InitializeSendSockets()
[all …]
Dudp_socket_posix.h57 bool ValidHandle() override;
Dudp_socket_wrapper.h66 virtual bool ValidHandle() = 0;
Dudp_socket2_win.h45 bool ValidHandle() override;
Dudp_socket_posix.cc167 bool UdpSocketPosix::ValidHandle() in ValidHandle() function in webrtc::test::UdpSocketPosix
Dudp_socket2_win.cc219 bool UdpSocket2Windows::ValidHandle() in ValidHandle() function in webrtc::test::UdpSocket2Windows
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py4 def ValidHandle(value, func, arguments): function
92 SetupDiGetClassDevs.errcheck = ValidHandle
/external/python/cpython2/Doc/library/
Dctypes.rst485 >>> def ValidHandle(value):
491 >>> GetModuleHandle.restype = ValidHandle # doctest: +WINDOWS
497 File "<stdin>", line 3, in ValidHandle