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

12

/system/core/libcutils/
H A Ddlmalloc_stubs.c29 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
34 ALOGW("Called host unimplemented stub: dlmalloc_trim");
H A Dloghack.h33 #define ALOGW(...) ALOG("W", __VA_ARGS__) macro
/system/core/libbacktrace/
H A DBacktraceLog.h26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
/system/core/libutils/
H A DPrinter.cpp77 ALOGW("%s: NULL string passed in", __FUNCTION__);
102 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd);
111 ALOGW("%s: NULL string passed in", __FUNCTION__);
114 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd);
131 ALOGW("%s: Target string was NULL", __FUNCTION__);
137 ALOGW("%s: NULL string passed in", __FUNCTION__);
140 ALOGW("%s: Target string was NULL", __FUNCTION__);
H A DCallStack.cpp45 ALOGW("%s: Failed to unwind callstack.", __FUNCTION__);
H A DPropertyMap.cpp87 ALOGW("Property key '%s' has invalid value '%s'. Expected an integer.",
104 ALOGW("Property key '%s' has invalid value '%s'. Expected a float.",
H A DSystemClock.cpp92 ALOGW("time going backwards: prev %lld(%s) vs now %lld(%s), tid=%d",
H A DLooper.cpp149 ALOGW("Looper already prepared for this thread with a different value for the "
236 ALOGW("Poll failed with an unexpected error, errno=%d", errno);
262 ALOGW("Ignoring unexpected epoll events 0x%x on wake read pipe.", epollEvents);
274 ALOGW("Ignoring unexpected epoll events 0x%x on fd %d that is "
380 ALOGW("Could not write wake signal, errno=%d", errno);
H A DProcessCallStack.cpp48 ALOGW("%s: timeStr was NULL", __FUNCTION__);
242 ALOGW("%s: Bad indent (%d)", __FUNCTION__, indent);
H A DFileMap.cpp217 ALOGW("madvise(%d) failed: %s\n", sysAdvice, strerror(errno));
/system/security/keystore-engine/
H A Ddsa_meth.cpp75 ALOGW("There was an error during dsa_do_sign: could not connect");
78 ALOGW("Error during sign from keystore: %d", ret);
81 ALOGW("No valid signature returned");
84 ALOGW("Signature is too large");
92 ALOGW("conversion from DER to DSA_SIG failed");
127 ALOGW("Could not set ex_data for loaded DSA key");
H A Decdsa_meth.cpp81 ALOGW("There was an error during dsa_do_sign: could not connect");
84 ALOGW("Error during sign from keystore: %d", ret);
87 ALOGW("No valid signature returned");
90 ALOGW("Signature is too large");
98 ALOGW("conversion from DER to ECDSA_SIG failed");
H A Drsa_meth.cpp96 ALOGW("There was an error during signing: could not connect");
100 ALOGW("Error during signing from keystore: %d", ret);
104 ALOGW("No valid signature returned");
142 ALOGW("There was an error during rsa_mod_exp: could not connect");
145 ALOGW("Error during sign from keystore: %d", ret);
148 ALOGW("No valid signature returned");
215 ALOGW("Could not set ex_data for loaded RSA key");
H A Deng_keystore.cpp123 ALOGW("could not contact keystore");
127 ALOGW("keystore reports error: %d", ret);
136 ALOGW("Cannot convert pubkey");
/system/core/libnativebridge/
H A Dnative_bridge.cc143 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.",
171 ALOGW("Unsupported native bridge interface.");
238 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.",
264 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno));
268 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible.");
277 ALOGW("Could not find %s field.", field);
284 ALOGW("Could not create string %s.", value);
296 ALOGW("No JNIEnv* to set up app environment.");
310 ALOGW("Out of memory while setting up app environment.");
325 ALOGW("Coul
[all...]
/system/core/libziparchive/
H A Dzip_archive.cc357 ALOGW("CopyFileToFile: copy read failed (" ZD " vs " ZD ")", actual, get_size);
438 ALOGW("Zip: Found duplicate entry %.*s", length, name);
455 ALOGW("Zip: seek %" PRId64 " failed: %s", static_cast<int64_t>(search_start),
462 ALOGW("Zip: read %" PRId64 " failed: %s", static_cast<int64_t>(read_amount),
495 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory",
505 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")",
510 ALOGW("Zip: empty archive?");
623 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i);
628 ALOGW("Zip: ran off the end (at %" PRIu16 ")", i);
634 ALOGW("Zi
[all...]
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp391 ALOGW("key_params == null");
406 ALOGW("Unsupported key type %d", key_type);
423 ALOGW("input key == NULL");
426 ALOGW("output key blob or length == NULL");
456 ALOGW("output public key buffer == NULL");
493 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
525 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
557 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
560 ALOGW("Cannot handle padding type %d", sign_params->padding_type);
593 ALOGW("inpu
[all...]
/system/media/audio_utils/spdif/
H A DFrameScanner.cpp161 ALOGW("AC3 bsid = %d not supported", bsid);
184 ALOGW("Invalid EAC3 fscod2 = %d\n", fscod2);
201 ALOGW("Invalid AC3 sampleRateCode = %d\n", fscod);
204 ALOGW("Invalid AC3 frameSizeCode = %d\n", frmsizcod);
/system/security/keystore/
H A Dkeystore.cpp405 ALOGW("write failed: %s", strerror(errno));
581 ALOGW("Could not read random data for: %s", filename);
616 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno));
624 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength);
629 ALOGW("could not rename blob to %s: %s", filename, strerror(errno));
860 ALOGW("couldn't open user directory: %s", strerror(errno));
1123 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type);
1166 ALOGW("can't open directory for user: %s", strerror(errno));
1193 ALOGW("could not allocate match of size %zd", extra);
1268 ALOGW("ca
[all...]
/system/netd/server/
H A Dmain.cpp111 ALOGW("WARNING: SIGPIPE not blocked\n");
H A DDnsProxyListener.cpp145 ALOGW("Error writing DNS result to client");
169 ALOGW("%s", msg);
248 ALOGW("%s", msg);
331 ALOGW("GetHostByNameHandler: Error writing DNS result to client\n");
355 ALOGW("%s", msg);
373 ALOGW("%s", msg);
448 ALOGW("GetHostByAddrHandler: Error writing DNS result to client\n");
/system/core/libsuspend/
H A Dautosuspend_earlysuspend.c202 ALOGW("Error opening %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf);
209 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);
236 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
/system/core/adf/libadfhwc/
H A Dadfhwc.cpp195 ALOGW("unrecognized event type %u", event->type);
197 ALOGW("unhandled event type %u", event->type);
/system/core/include/log/
H A Dlog.h128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro

Completed in 240 milliseconds

12