Searched refs:server (Results 26 - 50 of 82) sorted by relevance

1234

/system/connectivity/wificond/scanning/offload/
H A Doffload_scan_manager.h28 namespace server { namespace in namespace:com::android
37 } // namespace server
113 ::com::android::server::wifi::wificond::NativeScanStats* /* scanStats */);
118 std::vector<::com::android::server::wifi::wificond::NativeScanResult>*
132 ::com::android::server::wifi::wificond::NativeScanStats* stats);
150 std::vector<::com::android::server::wifi::wificond::NativeScanResult>
H A Dscan_stats.h27 namespace server { namespace in namespace:com::android
56 } // namespace server
H A Doffload_scan_utils.cpp24 using ::com::android::server::wifi::wificond::NativeScanResult;
25 using ::com::android::server::wifi::wificond::NativeScanStats;
/system/connectivity/wificond/tests/
H A Dscan_settings_unittest.cpp27 using ::com::android::server::wifi::wificond::ChannelSettings;
28 using ::com::android::server::wifi::wificond::HiddenNetwork;
29 using ::com::android::server::wifi::wificond::PnoNetwork;
30 using ::com::android::server::wifi::wificond::PnoSettings;
31 using ::com::android::server::wifi::wificond::SingleScanSettings;
H A Doffload_test_utils.h34 ::com::android::server::wifi::wificond::
H A Dscan_stats_unittest.cpp24 using ::com::android::server::wifi::wificond::NativeScanStats;
H A Doffload_test_utils.cpp28 using ::com::android::server::wifi::wificond::NativeScanResult;
29 using ::com::android::server::wifi::wificond::NativeScanStats;
H A Dmock_scan_utils.h42 std::vector<::com::android::server::wifi::wificond::NativeScanResult>* out_scan_results));
H A Doffload_scan_utils_test.cpp32 using ::com::android::server::wifi::wificond::NativeScanResult;
33 using ::com::android::server::wifi::wificond::NativeScanStats;
H A Dscan_result_unittest.cpp23 using ::com::android::server::wifi::wificond::NativeScanResult;
/system/connectivity/wificond/scanning/
H A Dscan_utils.h29 namespace server { namespace in namespace:com::android
37 } // namespace server
71 std::vector<::com::android::server::wifi::wificond::NativeScanResult>* out_scan_results);
171 ::com::android::server::wifi::wificond::NativeScanResult* scan_result);
H A Dpno_settings.h29 namespace server { namespace in namespace:com::android
58 } // namespace server
H A Dsingle_scan_settings.h30 namespace server { namespace in namespace:com::android
50 } // namespace server
H A Dpno_settings.cpp27 namespace server { namespace in namespace:com::android
74 } // namespace server
H A Dscan_result.h27 namespace server { namespace in namespace:com::android
85 } // namespace server
H A Dsingle_scan_settings.cpp27 namespace server { namespace in namespace:com::android
97 } // namespace server
/system/bt/vendor_libs/test_vendor_lib/test/
H A Dasync_manager_unittest.cc105 struct hostent* server;
106 server = gethostbyname("localhost");
107 EXPECT_FALSE(server == NULL);
112 serv_addr.sin_addr.s_addr = *(reinterpret_cast<in_addr_t*>(server->h_addr));
/system/extras/simpleperf/
H A DUnixSocket_test.cpp84 // For each message received from the server, the client replies a msg
104 std::unique_ptr<UnixSocketServer> server = local
106 ASSERT_TRUE(server != nullptr);
110 std::unique_ptr<UnixSocketConnection> conn = server->AcceptConnection();
114 // For each message received from the client, the server replies a msg
147 // The client exits once receiving a message from the server.
173 std::unique_ptr<UnixSocketServer> server = local
175 ASSERT_TRUE(server != nullptr);
179 std::unique_ptr<UnixSocketConnection> conn = server->AcceptConnection();
184 // The server check
[all...]
/system/connectivity/wificond/
H A Dmain.cpp40 #include "wificond/server.h"
148 unique_ptr<android::wificond::Server> server(new android::wificond::Server(
154 server->CleanUpSystemState();
155 RegisterServiceOrCrash(server.get());
/system/chre/host/msm/daemon/
H A Dchre_daemon.cc256 auto *server = static_cast<::android::chre::SocketServer *>(arg); local
284 server->sendToAllClients(messageBuffer,
287 server->sendToClientById(messageBuffer,
423 ::android::chre::SocketServer server; local
436 &server)) {
441 server.run("chre", true, onMessageReceivedFromClient);
/system/netd/tests/benchmarks/
H A Dconnect_benchmark.cpp44 * record latency. This message is forwarded to the system server over a oneway binder call.
125 state.SkipWithError("Unable to bind server socket");
142 sockaddr_in server = { .sin_family = AF_INET, .sin_port = htons(port) }; local
143 if (connect(sock, (sockaddr*) &server, sizeof(server))) {
182 state.SkipWithError("Unable to bind server socket");
199 sockaddr_in6 server = { .sin6_family = AF_INET6, .sin6_port = htons(port) }; local
200 if (connect(sock, (sockaddr*) &server, sizeof(server))) {
/system/netd/server/binder/android/net/
H A DINetd.aidl130 * @param stats the stats for each server in the order specified by RESOLVER_STATS_XXX
139 * <li> and an integer indicating whether the server is usable (1) or broken (0).
141 * in this order. For example, the timeout counter for server N is stored at position
157 * Adds a server to the list of DNS resolvers that support DNS over TLS. After this action
159 * over TLS if the specified server is on this list and is reachable on that network.
161 * @param server the DNS server's IP address. If a private DNS server is already configured
163 * @param port the port on which the server is listening, typically 853.
167 * @param fingerprints the server'
[all...]
/system/bt/service/
H A Dgatt_server_old.cc247 g_internal->gatt->server->send_response(conn_id, trans_id, 0, response);
303 g_internal->gatt->server->send_response(conn_id, trans_id, 0, response);
315 g_internal->gatt->server->send_response(conn_id, trans_id, 0, response);
526 gatt->server->delete_service(server_if, service_handle);
527 gatt->server->unregister_server(server_if);
552 bt_status_t btstat = internal_->gatt->server->register_server(uuid);
554 LOG_ERROR(LOG_TAG, "Failed to register server");
561 LOG_ERROR(LOG_TAG, "Initialization of server failed");
665 bt_status_t btstat = internal_->gatt->server->add_service(
678 bt_status_t btstat = internal_->gatt->server
[all...]
/system/bt/btif/src/
H A Dbtif_sock_l2cap.cc81 unsigned server : 1; // is a server? (or connecting?) member in struct:l2cap_socket
84 unsigned server_psm_sent : 1; // The server shall only send PSM once.
242 // Only call if we are non server connections
243 if (sock->handle >= 0 && (sock->server == false)) {
246 if ((sock->channel >= 0) && (sock->server == true)) {
250 // Only call if we are non server connections
251 if ((sock->handle >= 0) && (sock->server == false)) {
257 if ((sock->channel >= 0) && (sock->server == true)) {
264 APPL_TRACE_DEBUG("%s stopping L2CAP server channe
[all...]
/system/netd/server/
H A DResolverController.cpp82 bool parseServer(const char* server, in_port_t port, sockaddr_storage* parsed) { argument
84 if (inet_pton(AF_INET, server, &(sin->sin_addr)) == 1) {
91 if (inet_pton(AF_INET6, server, &(sin6->sin6_addr)) == 1){
98 ALOGW("Failed to parse server address: %s", server);
295 // Convert the server sockaddr structures to std::string.
305 ALOGE("getnameinfo() failed for server #%d: %s", i, gai_strerror(rv));
433 int ResolverController::addPrivateDnsServer(const std::string& server, int32_t port, argument
457 if (!parseServer(server.c_str(), port, &parsed)) {
463 // Ensure we overwrite any previous matching server
470 removePrivateDnsServer(const std::string& server) argument
[all...]

Completed in 229 milliseconds

1234