Searched refs:Server (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/wificond/
H A Dserver.cpp58 Server::Server(unique_ptr<InterfaceTool> if_tool, function in class:android::wificond::Server
70 Status Server::RegisterCallback(const sp<IInterfaceEventCallback>& callback) {
82 Status Server::UnregisterCallback(const sp<IInterfaceEventCallback>& callback) {
97 Status Server::createApInterface(sp<IApInterface>* created_interface) {
116 Status Server::createClientInterface(sp<IClientInterface>* created_interface) {
138 Status Server::tearDownInterfaces() {
156 Status Server::GetClientInterfaces(vector<sp<IBinder>>* out_client_interfaces) {
164 Status Server::GetApInterfaces(vector<sp<IBinder>>* out_ap_interfaces) {
172 status_t Server
[all...]
H A Dserver.h44 class Server : public android::net::wifi::BnWificond { class in namespace:android::wificond
46 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
51 ~Server() override = default;
116 DISALLOW_COPY_AND_ASSIGN(Server);
H A Dmain.cpp148 unique_ptr<android::wificond::Server> server(new android::wificond::Server(
/system/bt/service/
H A Dgatt_server_old.h55 // Server.
58 // Server is threadsafe and internally locked.
67 class Server { class in namespace:bluetooth::gatt
69 Server();
70 ~Server();
H A Dgatt_server_old.cc55 // each bluetooth::gatt::Server instance already keeps a pointer to the
66 // 2. Allow creation of Server objects using a factory method that returns
69 // a map and lazily instantiate the Server and invoke the correct callback.
465 /** GATT Server callbacks */
468 /** GATT Server callbacks */
531 Server::Server() : internal_(nullptr) {} function in class:bluetooth::gatt::Server
533 Server::~Server() {}
535 bool Server
[all...]
/system/bt/service/ipc/
H A Dlinux_ipc_host.h103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
H A Dlinux_ipc_host.cc108 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server);
/system/connectivity/wificond/tests/
H A Dserver_unittest.cpp115 Server server_{unique_ptr<InterfaceTool>(if_tool_),

Completed in 473 milliseconds