/packages/modules/Bluetooth/system/service/ |
D | gatt_server_old.cc | 532 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 …]
|
D | gatt_server_old.h | 67 class Server { 69 Server(); 70 ~Server();
|
/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 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…
|
D | OVERVIEW.TXT | 63 These services run within the ADB Server and thus do not need to 78 1. Client <-> Server protocol:
|
/packages/modules/Bluetooth/system/doc/ |
D | supported_features.md | 9 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/ |
D | cert_test.md | 22 **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/ |
D | FakeObexServer.java | 40 private Server mFakeServer; 44 mFakeServer = new Server(); in FakeObexServer() 58 class Server extends ServerRequestHandler { class in FakeObexServer
|
/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()
|
/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/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | Server.kt | 23 import io.grpc.Server as GrpcServer 27 class Server(context: Context) { class
|
D | Main.kt | 55 val server = Server(context) in onStart()
|
/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/Bluetooth/system/service/ipc/ |
D | linux_ipc_host.cc | 108 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()
|
D | linux_ipc_host.h | 103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
|
/packages/modules/Bluetooth/system/gd/grpc/ |
D | grpc_module.h | 56 std::unique_ptr<::grpc::Server> server_ = nullptr;
|
D | grpc_module.cc | 21 using ::grpc::Server;
|
/packages/modules/adb/tls/include/adb/tls/ |
D | tls_connection.h | 37 Server, enumerator
|
/packages/modules/Connectivity/nearby/ |
D | README.md | 19 - Server side implementation for nearby module services.
|
/packages/modules/Bluetooth/system/gd/rust/facade/src/ |
D | lib.rs | 72 server: Server,
|
/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/ |
D | GrpcGraphServerImpl.h | 58 std::unique_ptr<::grpc::Server> mServer;
|
/packages/modules/Bluetooth/system/gd/facade/ |
D | grpc_root_server.cc | 155 std::unique_ptr<::grpc::Server> server_ = nullptr;
|
/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()
|