Searched refs:LOGW (Results 1 - 25 of 28) sorted by relevance

12

/system/core/nexus/
H A DDhcpListener.cpp45 LOGW("Error reading dhcp status msg (%s)", strerror(errno));
56 LOGW("Error parsing state '%s'", buffer);
68 LOGW("Malformatted IP specified");
71 LOGW("Malformatted netmask specified");
74 LOGW("Malformatted broadcast specified");
77 LOGW("Malformatted gateway specified");
80 LOGW("Malformatted dns1 specified");
83 LOGW("Malformatted dns2 specified");
95 LOGW("Error parsing event '%s'", buffer);
104 LOGW("Unknow
[all...]
H A DTiwlanEventListener.cpp50 LOGW("Low signal/noise ratio");
52 LOGW("Low RSSI");
H A DSupplicantStateChangeEvent.cpp31 LOGW("Bad event '%s'\n", event);
H A DProperty.cpp33 LOGW("Property name %s violates namespace rules", name);
70 LOGW("Attempt to use array index on StringPropertyHelper::set");
80 LOGW("Attempt to use array index on StringPropertyHelper::get");
121 LOGW("Attempt to use array index on IntegerPropertyHelper::set");
131 LOGW("Attempt to use array index on IntegerPropertyHelper::get");
172 LOGW("Attempt to use array index on IPV4AddressPropertyHelper::set");
182 LOGW("Attempt to use array index on IPV4AddressPropertyHelper::get");
H A DSupplicant.cpp67 LOGW("Unable to setup supplicant.conf");
92 LOGW("Unable to stop supplicant listener (%s)", strerror(errno));
97 LOGW("Error stopping supplicant (%s)", strerror(errno));
181 LOGW("Malformatted network list\n");
202 LOGW("Error refreshing network %d (%s)",
213 LOGW("Unable to refresh network id %d (%s)",
246 LOGW("Supplicant service not running");
283 LOGW("triggerScan(%d): Error setting scan mode (%s)", active,
295 LOGW("triggerScan(): Error initiating scan");
306 LOGW("Faile
[all...]
H A DDhcpEvent.cpp53 LOGW("Bad event '%s'", buffer);
H A DController.cpp89 LOGW("Unable to unload kernel driver '%s' (%s)", modtag,
108 LOGW("Unable to find tag for line '%s'", line);
H A DSupplicantEventFactory.cpp60 LOGW("Unclosed level brace in event");
62 LOGW("No level specified in event");
H A DSupplicantListener.cpp66 LOGW("Dropping unknown supplicant event '%s'", buf);
86 LOGW("Whoops - no handler available for event '%s'\n", buf);
H A DWifiScanner.cpp91 LOGW("Error triggering scan (%s)", strerror(errno));
H A DWifiController.cpp152 LOGW("Error getting list of networks (%s)", strerror(errno));
154 LOGW("TODO: Set # of allowed regulatory channels!");
198 LOGW("Suspended state already = %d", suspend);
215 LOGW("Error disconnecting (%s)", strerror(errno));
276 LOGW("disable(): Supplicant not running?");
447 LOGW("onConnected() with SupplicantState = %s!",
454 LOGW("onConnected() with id = -1!");
460 LOGW("Error looking up connected network id %d (%s)",
484 LOGW("onScanResultsEvent: Error getting scan results (%s)",
H A DDhcpState.cpp77 LOGW("Bad state '%s'", buffer);
H A DScanResult.cpp77 LOGW("Malformatted scan result (%s)", rawResult);
H A DTiwlanWifiController.cpp81 LOGW("Failed to start driver event listener (%s)",
H A DPropertyManager.cpp160 LOGW("String property %s get failed (%s)", p->getName(),
168 LOGW("Integer property %s get failed (%s)", p->getName(),
176 LOGW("IPV4 property %s get failed (%s)", p->getName(),
H A DDhcpClient.cpp149 LOGW("Failed to stop DHCP service (%s)", strerror(errno));
H A DWifiNetwork.cpp80 LOGW("Unsupported flags '%s'", flags);
529 LOGW("Invalid KeyManagementMask value '%s'", v_token);
535 LOGW("KeyManagementMask value '%s' when NONE", v_token);
559 LOGW("Invalid ProtocolsMask value '%s'", v_token);
590 LOGW("Invalid AuthAlgorithmsMask value '%s'", v_token);
619 LOGW("PairwiseCiphersMask value '%s' when NONE", v_token);
625 LOGW("Invalid PairwiseCiphersMask value '%s'", v_token);
654 LOGW("Invalid GroupCiphersMask value '%s'", v_token);
H A DNetworkManager.cpp52 LOGW("Unable to start all controllers (%s)", strerror(errno));
/system/core/libcutils/
H A Dloghack.h33 #define LOGW(...) LOG("W", __VA_ARGS__) macro
H A Dmq.c225 LOGW("close() error: %s", strerror(errno));
436 LOGW("%s() interrupted.", functionName);
441 LOGW("Error returned by %s().", functionName);
586 LOGW("Couldn't allocate memory for incoming data. Size: %u",
673 LOGW("Non-master process %d tried to send us a connection.",
689 LOGW("Peer proxy creation failed: %s", strerror(errno));
749 LOGW("recvmsg() interrupted.");
780 LOGW("Received connection for unknown peer.");
787 LOGW("Error adding fd to selector for %d.",
814 LOGW("socketpai
[all...]
H A Dproperties.c140 LOGW("UNIX domain socket create failed (errno=%d)\n", errno);
151 //LOGW("AF_UNIX connect failed for '%s': %s\n",
169 //LOGW("not connected to system property server\n");
/system/netd/
H A DNetlinkHandler.cpp49 LOGW("No subsystem found in netlink event");
/system/core/libnetutils/
H A Dpacket.c35 #define LOGW printf macro
212 LOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 LOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
/system/core/include/cutils/
H A Dlog.h128 #ifndef LOGW
129 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/bluetooth/bluedroid/
H A Dbluetooth.c59 LOGW("open(%s) failed: %s (%d)\n", path, strerror(errno), errno);

Completed in 124 milliseconds

12