Searched refs:Server (Results 1 – 14 of 14) sorted by relevance
/packages/modules/adb/ |
D | README.md | 9 …Server (a.k.a Host), and Daemon (a.k.a adbd)). The central part is the Server which runs on the Ho… 29 The Client and the Server are contained in the same executable and both run on the Host machine. Co… 36 On the other side, the Server communicate with a device via a Transport. adb initially targeted dev… 40 At the heart of both the Server and Daemon is a main thread running an fdevent loop, which is an pl…
|
D | OVERVIEW.TXT | 63 These services run within the ADB Server and thus do not need to 78 1. Client <-> Server protocol:
|
D | transport.cpp | 513 tls_ = TlsConnection::Create(TlsConnection::Role::Server, x509_str, evp_str, osh); in DoTlsHandshake()
|
/packages/modules/adb/pairing_connection/ |
D | pairing_connection.cpp | 75 Server, enumerator 169 role_ == Role::Server ? tls::TlsConnection::Role::Server in SetupTlsConnection() 444 case Role::Server: in CreatePairingAuthPtr() 479 return CreateConnection(PairingConnectionCtx::Role::Server, pswd, pswd_len, peer_info, in pairing_connection_server_new()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AppBridge.java | 55 public interface Server { interface in AppBridge 71 public abstract void setServer(Server server); in setServer()
|
D | PhotoPage.java | 77 PhotoView.Listener, AppBridge.Server, ShareActionProvider.OnShareTargetSelectedListener,
|
/packages/modules/adb/pairing_auth/ |
D | pairing_auth.cpp | 45 Server, enumerator 106 case Role::Server: in PairingAuthCtx() 211 auto* ret = new PairingAuthCtx(PairingAuthCtx::Role::Server, std::move(p)); in pairing_auth_server_new()
|
/packages/modules/adb/tls/ |
D | tls_connection.cpp | 64 const char* RoleToString() { return role_ == Role::Server ? kServerRoleStr : kClientRoleStr; } in RoleToString() 173 CHECK(role_ == Role::Server); in SetClientCAList() 272 case Role::Server: in DoHandshake()
|
/packages/modules/adb/tls/tests/ |
D | tls_connection_test.cpp | 214 server_ = TlsConnection::Create(TlsConnection::Role::Server, kTestRsa2048ServerCert, in SetUp() 266 server_ = TlsConnection::Create(TlsConnection::Role::Server, "", in TEST_F() 272 server_ = TlsConnection::Create(TlsConnection::Role::Server, kTestRsa2048ServerCert, in TEST_F()
|
/packages/modules/adb/tls/include/adb/tls/ |
D | tls_connection.h | 37 Server, enumerator
|
/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/ |
D | GrpcGraphServerImpl.h | 58 std::unique_ptr<::grpc::Server> mServer;
|
/packages/modules/DnsResolver/ |
D | stats.proto | 55 NS_R_SERVFAIL = 2; // Server failure. 118 NS_T_SRV = 33; // Server Selection.
|
/packages/modules/adb/client/pairing/tests/ |
D | pairing_server.cpp | 382 auto connection = PairingConnection::create(PairingConnection::Role::Server, pswd_, peer_info_, in handleNewClientConnection()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | de_wordlist.combined.gz |
|