OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sockets
(Results
26 - 50
of
112
) sorted by null
1
2
3
4
5
/external/chromium_org/net/dns/
mdns_client.h
124
// Creates bound datagram
sockets
ready to use by MDnsClient.
128
virtual void CreateSockets(ScopedVector<DatagramServerSocket>*
sockets
) = 0;
175
// Create
sockets
, binds socket to MDns endpoint, and sets multicast interface
mdns_client_impl.cc
33
ScopedVector<DatagramServerSocket>*
sockets
) {
41
sockets
->push_back(socket.release());
112
ScopedVector<DatagramServerSocket>
sockets
;
local
113
socket_factory->CreateSockets(&
sockets
);
115
for (size_t i = 0; i <
sockets
.size(); ++i) {
117
new MDnsConnection::SocketHandler(make_scoped_ptr(
sockets
[i]), this));
119
sockets
.weak_clear();
121
// All unbound
sockets
need to be bound before processing untrusted input.
133
VLOG(1) << "
Sockets
ready:" << socket_handlers_.size();
/external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.h
43
const std::set<MacAsyncSocket*>&
sockets
() {
function in class:talk_base::MacBaseSocketServer
macsocketserver.cc
89
for (std::set<MacAsyncSocket*>::iterator it =
sockets
().begin();
90
it !=
sockets
().end(); ++it) {
/hardware/ril/rild/
radiooptions.c
21
#include <cutils/
sockets
.h>
/sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp
17
#include <cutils/
sockets
.h>
UnixStream.cpp
17
#include <cutils/
sockets
.h>
SocketStream.cpp
17
#include <cutils/
sockets
.h>
/system/core/libcutils/
debugger.c
21
#include <cutils/
sockets
.h>
socket_local_server.c
18
#include <cutils/
sockets
.h>
socket_local_client.c
17
#include <cutils/
sockets
.h>
/system/core/toolbox/
log.c
38
#include <cutils/
sockets
.h>
/external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc
64
// Returns list of
sockets
preallocated before.
74
ScopedVector<net::DatagramServerSocket>*
sockets
) OVERRIDE {
82
sockets
->push_back(socket.release());
189
// Close unused
sockets
.
251
const std::vector<LocalDiscoveryMsg_SocketInfo>&
sockets
) {
252
for (size_t i = 0; i <
sockets
.size(); ++i) {
254
SocketInfo(
sockets
[i].descriptor.fd,
sockets
[i].address_family,
255
sockets
[i].interface_index));
service_discovery_message_handler.h
59
void OnSetSockets(const std::vector<LocalDiscoveryMsg_SocketInfo>&
sockets
);
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.cc
28
SocketInfoList
sockets
;
local
44
sockets
.push_back(socket);
48
return
sockets
;
277
void ServiceDiscoveryHostClient::OnSocketsReady(const SocketInfoList&
sockets
) {
286
if (
sockets
.empty()) {
290
utility_host_->Send(new LocalDiscoveryMsg_SetSockets(
sockets
));
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp
17
#include <cutils/
sockets
.h>
SocketStream.cpp
17
#include <cutils/
sockets
.h>
/external/chromium/third_party/libevent/
http-internal.h
114
TAILQ_HEAD(boundq, evhttp_bound_socket)
sockets
;
member in struct:evhttp
/external/chromium_org/third_party/libevent/
http-internal.h
114
TAILQ_HEAD(boundq, evhttp_bound_socket)
sockets
;
member in struct:evhttp
/hardware/libhardware/include/hardware/
qemud.h
20
#include <cutils/
sockets
.h>
/system/core/init/
init.h
101
struct socketinfo *
sockets
;
member in struct:service
parser.c
30
for (si = svc->
sockets
; si; si = si->next) {
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
tcp_socket_event_dispatcher.cc
81
params.
sockets
= sockets_;
92
params.
sockets
->Get(params.extension_id, params.socket_id);
161
params.
sockets
->Get(params.extension_id, params.socket_id);
/system/core/debuggerd/
crasher.c
18
#include <cutils/
sockets
.h>
/system/vold/
vdc.c
32
#include <cutils/
sockets
.h>
Completed in 1715 milliseconds
1
2
3
4
5