OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_socket
(Results
1 - 20
of
20
) sorted by null
/external/webrtc/webrtc/base/
testechoserver.h
46
AsyncTCPSocket*
packet_socket
= new AsyncTCPSocket(raw_socket, false);
local
47
packet_socket
->SignalReadPacket.connect(this, &TestEchoServer::OnPacket);
48
packet_socket
->SignalClose.connect(this, &TestEchoServer::OnClose);
49
client_sockets_.push_back(
packet_socket
);
proxy_unittest.cc
88
rtc::AsyncTCPSocket*
packet_socket
= rtc::AsyncTCPSocket::Create(
local
90
EXPECT_TRUE(
packet_socket
!= NULL);
91
rtc::TestClient client(
packet_socket
);
nat_unittest.cc
41
AsyncTCPSocket*
packet_socket
= new AsyncTCPSocket(socket, false);
local
42
return new TestClient(
packet_socket
);
/external/webrtc/webrtc/p2p/base/
testrelayserver.h
71
rtc::AsyncTCPSocket*
packet_socket
= new rtc::AsyncTCPSocket(
local
75
packet_socket
->SignalClose.connect(this,
77
server_.AddInternalSocket(
packet_socket
);
79
packet_socket
->SignalClose.connect(this,
81
server_.AddExternalSocket(
packet_socket
);
relayport_unittest.cc
209
rtc::AsyncUDPSocket*
packet_socket
=
local
211
EXPECT_TRUE(
packet_socket
!= NULL);
212
packet_socket
->SignalReadPacket.connect(this, &RelayPortTest::OnReadPacket);
213
return
packet_socket
;
/system/sepolicy/
isolated_app.te
71
socket netlink_socket
packet_socket
key_socket appletalk_socket
untrusted_app.te
164
socket netlink_socket
packet_socket
key_socket appletalk_socket
access_vectors
238
class
packet_socket
system_server.te
117
allow system_server self:
packet_socket
create_socket_perms;
/external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf
31
class
packet_socket
242
class
packet_socket
role-base.conf
31
class
packet_socket
242
class
packet_socket
user-base.conf
31
class
packet_socket
242
class
packet_socket
small-base.conf
31
class
packet_socket
242
class
packet_socket
/external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf
31
class
packet_socket
242
class
packet_socket
small-base.conf
31
class
packet_socket
242
class
packet_socket
/external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf
31
class
packet_socket
242
class
packet_socket
base-notmetreq.conf
31
class
packet_socket
241
class
packet_socket
small-base.conf
31
class
packet_socket
242
class
packet_socket
/external/selinux/libsepol/tests/policies/test-linker/
small-base.conf
31
class
packet_socket
242
class
packet_socket
/external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf
21
class
packet_socket
230
class
packet_socket
[
all
...]
Completed in 406 milliseconds