Searched refs:ALOGW (Results 1 - 22 of 22) sorted by relevance

/system/core/libcutils/
H A Ddlmalloc_stubs.c28 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
33 ALOGW("Called host unimplemented stub: dlmalloc_trim");
H A Dloghack.h33 #define ALOGW(...) ALOG("W", __VA_ARGS__) macro
H A Dmq.c225 ALOGW("close() error: %s", strerror(errno));
436 ALOGW("%s() interrupted.", functionName);
441 ALOGW("Error returned by %s().", functionName);
586 ALOGW("Couldn't allocate memory for incoming data. Size: %u",
673 ALOGW("Non-master process %d tried to send us a connection.",
689 ALOGW("Peer proxy creation failed: %s", strerror(errno));
749 ALOGW("recvmsg() interrupted.");
780 ALOGW("Received connection for unknown peer.");
787 ALOGW("Error adding fd to selector for %d.",
814 ALOGW("socketpai
[all...]
H A Dproperties.c102 ALOGW("UNIX domain socket create failed (errno=%d)\n", errno);
113 //ALOGW("AF_UNIX connect failed for '%s': %s\n",
131 //ALOGW("not connected to system property server\n");
/system/netd/
H A DInterfaceController.cpp49 ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown");
54 ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "unknown");
62 ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "unknown");
H A DDnsProxyListener.cpp95 ALOGW("Error writing DNS result to client");
118 ALOGW("%s", msg);
184 ALOGW("%s", msg);
200 ALOGW("%s", msg);
262 ALOGW("GetHostByAddrHandler: Error writing DNS result to client\n");
H A Dmain.cpp156 ALOGW("WARNING: SIGPIPE not blocked\n");
H A DNetlinkHandler.cpp51 ALOGW("No subsystem found in netlink event");
H A DMDnsSdListener.cpp397 ALOGW("%s", msg);
H A DCommandListener.cpp412 ALOGW("Failed to retrieve HW addr for %s (%s)", argv[2], strerror(errno));
/system/security/keystore/
H A Dkeystore_client.cpp54 ALOGW("truncated write to keystore");
65 ALOGW("Error from keystore: %d", code);
82 ALOGW("truncated read from keystore for data");
90 ALOGW("truncated read from keystore for length");
H A Dkeystore.cpp604 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type);
1212 ALOGW("device couldn't sign data");
1452 ALOGW("getsockopt: %s", strerror(errno));
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp215 ALOGW("Unsupported key type %d", key_type);
218 ALOGW("key_params == null");
274 ALOGW("input key == NULL");
277 ALOGW("output key blob or length == NULL");
307 ALOGW("output public key buffer == NULL");
352 ALOGW("input data to sign == NULL");
355 ALOGW("output signature buffer == NULL");
365 ALOGW("Cannot handle non-RSA keys yet");
371 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
374 ALOGW("Canno
[all...]
/system/core/libsuspend/
H A Dautosuspend_earlysuspend.c207 ALOGW("Error opening %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf);
214 ALOGW("Error writing 'on' to %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf);
/system/core/libnetutils/
H A Dpacket.c35 #define ALOGW printf macro
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
H A Difc_utils.c50 #define ALOGW printf macro
/system/security/keystore-engine/
H A Deng_keystore.cpp173 ALOGW("No valid signature returned");
231 ALOGW("Cannot convert pubkey");
239 ALOGW("Could not set ex_data for loaded RSA key");
/system/bluetooth/bluedroid/
H A Dbluetooth.c59 ALOGW("open(%s) failed: %s (%d)\n", path, strerror(errno), errno);
187 ALOGW("Bluetoothd already started, unexpectedly!");
/system/core/include/cutils/
H A Dlog.h128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/media/audio_utils/
H A Dresampler.c220 ALOGW("ReSampler: Cannot create speex resampler: %s", speex_resampler_strerror(error));
H A Decho_reference.c491 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat);
496 ALOGW("create_echo_reference bad channel count rd %d, wr %d", rdChannelCount, wrChannelCount);
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp229 // ALOGW("immediate value %08x at pc %08x\n", immediate, (int)pc());
1327 ALOGW("%s:\n", name);
1351 ALOGW("%s:\n", mLabelsInverseMapping.valueAt(label));
1355 ALOGW("; %s\n", mComments.valueAt(comment));
1357 // ALOGW("%08x: %08x ", int(i), int(i[0]));
1361 ALOGW("%08x: %08x %s", uint32_t(mipsPC), uint32_t(*mipsPC), di_buf);

Completed in 2082 milliseconds