OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UdpSocketManager
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h
22
class
UdpSocketManager
25
static
UdpSocketManager
* Create(const int32_t id,
47
UdpSocketManager
();
48
virtual ~
UdpSocketManager
() {}
53
static
UdpSocketManager
* CreateInstance();
58
friend
UdpSocketManager
* webrtc::GetStaticInstance<
UdpSocketManager
>(
61
static
UdpSocketManager
* StaticInstance(
udp_socket_manager_wrapper.cc
25
UdpSocketManager
*
UdpSocketManager
::CreateInstance()
28
return static_cast<
UdpSocketManager
*>(new UdpSocket2ManagerWindows());
34
UdpSocketManager
*
UdpSocketManager
::StaticInstance(
39
UdpSocketManager
* impl =
40
GetStaticInstance<
UdpSocketManager
>(count_operation);
49
UdpSocketManager
*
UdpSocketManager
::Create(const int32_t id,
52
return
UdpSocketManager
::StaticInstance(kAddRef, id, numOfWorkThreads)
[
all
...]
Completed in 43 milliseconds