Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/Bluetooth/system/service/
Dgatt_server_old.cc532 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server
534 Server::~Server() {} in ~Server()
536 bool Server::Initialize(const Uuid& service_id, int* gatt_pipe) { in Initialize()
570 bool Server::SetAdvertisement(const std::vector<Uuid>& ids, in SetAdvertisement()
596 bool Server::SetScanResponse(const std::vector<Uuid>& ids, in SetScanResponse()
624 bool Server::AddCharacteristic(const Uuid& id, int properties, in AddCharacteristic()
640 bool Server::AddBlob(const Uuid& id, const Uuid& control_id, int properties, in AddBlob()
663 bool Server::Start() { in Start()
676 bool Server::Stop() { in Stop()
689 bool Server::ScanEnable() { in ScanEnable()
[all …]
Dgatt_server_old.h67 class Server {
69 Server();
70 ~Server();
/packages/modules/adb/
DREADME.md9Server (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 communicates with a device via a Transport. adb initially targeted de…
40 At the heart of both the Server and Daemon is a main thread running an fdevent loop, which is a pla…
DOVERVIEW.TXT63 These services run within the ADB Server and thus do not need to
78 1. Client <-> Server protocol:
/packages/modules/Bluetooth/system/doc/
Dsupported_features.md9 SDP | 4.2 | Server, Client
11 GATT | 4.2 | Client, Server; LE and BR/EDR
12 ATT | 4.2 | Client, Server; LE and BR/EDR
/packages/modules/Bluetooth/system/gd/docs/testing/
Dcert_test.md22 **gRPC Facade Server** using this protobuf definition. This server executable is
44 **gRPC Facade Server**
54 **gRPC Root Server Port**
58 **gRPC Facade Server Port**
63 : A library or some mechanism that allows the **gRPC Facade Server** to
135 * gRPC Root Server Port: 8896
139 * gRPC Root Server Port: 8897
147 connect to Test Runner listening on this port during Facade Server bring up
148 (`ssh -L`). Both gRPC Root Server Port and gRPC Facade Port need to be
150 Runner can connect to these ports on the Facade Server (`ssh -R`).
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/
DFakeObexServer.java40 private Server mFakeServer;
44 mFakeServer = new Server(); in FakeObexServer()
58 class Server extends ServerRequestHandler { class in FakeObexServer
/packages/modules/adb/pairing_connection/
Dpairing_connection.cpp75 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/
DAppBridge.java55 public interface Server { interface in AppBridge
71 public abstract void setServer(Server server); in setServer()
/packages/modules/adb/pairing_auth/
Dpairing_auth.cpp45 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/Bluetooth/android/pandora/server/src/com/android/pandora/
DServer.kt23 import io.grpc.Server as GrpcServer
27 class Server(context: Context) { class
DMain.kt55 val server = Server(context) in onStart()
/packages/modules/adb/tls/
Dtls_connection.cpp64 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/
Dtls_connection_test.cpp214 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/Bluetooth/system/service/ipc/
Dlinux_ipc_host.cc108 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()
Dlinux_ipc_host.h103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_module.h56 std::unique_ptr<::grpc::Server> server_ = nullptr;
Dgrpc_module.cc21 using ::grpc::Server;
/packages/modules/adb/tls/include/adb/tls/
Dtls_connection.h37 Server, enumerator
/packages/modules/Connectivity/nearby/
DREADME.md19 - Server side implementation for nearby module services.
/packages/modules/Bluetooth/system/gd/rust/facade/src/
Dlib.rs72 server: Server,
/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
DGrpcGraphServerImpl.h58 std::unique_ptr<::grpc::Server> mServer;
/packages/modules/Bluetooth/system/gd/facade/
Dgrpc_root_server.cc155 std::unique_ptr<::grpc::Server> server_ = nullptr;
/packages/modules/DnsResolver/
Dstats.proto55 NS_R_SERVFAIL = 2; // Server failure.
118 NS_T_SRV = 33; // Server Selection.
/packages/modules/adb/client/pairing/tests/
Dpairing_server.cpp382 auto connection = PairingConnection::create(PairingConnection::Role::Server, pswd_, peer_info_, in handleNewClientConnection()

12