OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddClient
(Results
1 - 7
of
7
) sorted by null
/external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h
200
bool
AddClient
(ClientInfo* client_info);
crash_generation_server.cc
705
// Takes over ownership of client_info. We MUST return true if
AddClient
707
return
AddClient
(client_info);
772
bool CrashGenerationServer::
AddClient
(ClientInfo* client_info) {
[
all
...]
/frameworks/native/libs/vr/libvrflinger/
vsync_service.h
87
void
AddClient
(const std::shared_ptr<VSyncChannel>& client);
vsync_service.cpp
54
AddClient
(client);
76
void VSyncService::
AddClient
(const std::shared_ptr<VSyncChannel>& client) {
/external/webrtc/webrtc/base/
natsocketfactory.h
73
// ss->GetTranslator("1.2.3.4")->
AddClient
("1.2.3.4", "192.168.0.2");
74
// ss->GetTranslator("99.99.99.99")->
AddClient
("10.0.0.3");
76
//
AddClient
("192.168.1.2");
111
bool
AddClient
(const SocketAddress& int_ip);
natsocketfactory.cc
431
AddClient
(ext_ip);
441
bool NATSocketServer::Translator::
AddClient
(
/external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc
[
all
...]
Completed in 103 milliseconds