Home
last modified time | relevance | path

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

12

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

12