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

123

/system/core/libcutils/
H A Ddlmalloc_stubs.c31 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
36 ALOGW("Called host unimplemented stub: dlmalloc_trim");
H A Dtrace-dev.c188 ALOGW("Truncated name in %s: %s\n", __FUNCTION__, name);
209 ALOGW("Truncated name in %s: %s\n", __FUNCTION__, name); \
/system/core/libbacktrace/
H A DBacktraceLog.h26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
/system/core/libutils/
H A DPrinter.cpp75 ALOGW("%s: NULL string passed in", __FUNCTION__);
100 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd);
109 ALOGW("%s: NULL string passed in", __FUNCTION__);
112 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd);
129 ALOGW("%s: Target string was NULL", __FUNCTION__);
135 ALOGW("%s: NULL string passed in", __FUNCTION__);
138 ALOGW("%s: Target string was NULL", __FUNCTION__);
H A DCallStack.cpp47 ALOGW("%s: Failed to unwind callstack.", __FUNCTION__);
H A DPropertyMap.cpp83 ALOGW("Property key '%s' has invalid value '%s'. Expected an integer.",
100 ALOGW("Property key '%s' has invalid value '%s'. Expected a float.",
/system/core/libnativebridge/
H A Dnative_bridge.cc199 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.",
226 ALOGW("Unsupported native bridge interface.");
307 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.",
333 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno));
337 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible.");
348 ALOGW("Could not find %s field.", field);
355 ALOGW("Could not create string %s.", value);
367 ALOGW("No JNIEnv* to set up app environment.");
381 ALOGW("Out of memory while setting up app environment.");
396 ALOGW("Coul
[all...]
/system/media/audio_utils/spdif/
H A DAC3FrameScanner.cpp123 ALOGW("EAC3 substream[%d] has only %d audio blocks!",
181 ALOGW("AC3 bsid = %d not supported", bsid);
203 ALOGW("Invalid EAC3 fscod2 = %d", fscod2);
232 ALOGW("Invalid AC3 sampleRateCode = %d", fscod);
235 ALOGW("Invalid AC3 frameSizeCode = %d", frmsizcod);
/system/core/libziparchive/
H A Dzip_archive.cc209 ALOGW("Zip: Found duplicate entry %.*s", name.name_length, name.name);
261 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory",
271 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")",
281 ALOGW("Zip: empty archive?");
377 ALOGW("Zip: unable to allocate the %u-entry hash_table, entry size: %zu",
390 ALOGW("Zip: ran off the end (at %" PRIu16 ")", i);
400 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i);
406 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16,
417 ALOGW("Zip: file name boundary exceeds the central directory range, file_name_length: "
433 ALOGW("Zi
[all...]
/system/security/keystore-engine/
H A Dandroid_engine.cpp163 ALOGW("There was an error during rsa_decrypt: could not connect");
166 ALOGW("Error during sign from keystore: %d", ret);
169 ALOGW("No valid signature returned");
178 ALOGW("Reply len %zu greater than expected %zu", reply_len, len);
185 ALOGW("Reply len %zu lesser than expected %zu", reply_len, len);
255 ALOGW("There was an error during ecdsa_sign: could not connect");
258 ALOGW("No valid signature returned");
261 ALOGW("Signature is too large");
400 ALOGW("could not contact keystore");
403 ALOGW("keystor
[all...]
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp369 ALOGW("key_params == null");
384 ALOGW("Unsupported key type %d", key_type);
401 ALOGW("input key == NULL");
404 ALOGW("output key blob or length == NULL");
434 ALOGW("output public key buffer == NULL");
471 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
503 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
535 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
538 ALOGW("Cannot handle padding type %d", sign_params->padding_type);
571 ALOGW("inpu
[all...]
/system/security/keystore/
H A Dblob.cpp36 ALOGW("Provided blob length too large");
40 ALOGW("Provided info length too large");
116 ALOGW("Could not read random data for: %s", filename);
150 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno));
158 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength);
163 ALOGW("could not rename blob to %s: %s", filename, strerror(errno));
H A Dkeystore_client_impl.cpp396 ALOGW("WARNING: Encryption key is not hardware-backed.");
434 ALOGW("WARNING: Authentication key is not hardware-backed.");
454 ALOGW("Found encryption key with invalid algorithm.");
460 ALOGW("Found encryption key with invalid size.");
466 ALOGW("Found encryption key with invalid block mode.");
472 ALOGW("Found encryption key with invalid padding mode.");
476 ALOGW("WARNING: Encryption key is not hardware-backed.");
495 ALOGW("Found authentication key with invalid algorithm.");
501 ALOGW("Found authentication key with invalid size.");
507 ALOGW("Foun
[all...]
H A Dkeystore_utils.cpp51 ALOGW("write failed: %s", strerror(errno));
58 ALOGW("fsync failed: %s", strerror(errno));
H A Dkey_store_service.cpp289 ALOGW("New user %d's keystore not empty. Clearing old entries.", userId);
411 ALOGW("cannot represent public exponent as a long value");
415 ALOGW("public exponent not read");
423 ALOGW("Unsupported key type %d", keyType);
431 ALOGW("generate failed: %d", int32_t(rc));
461 ALOGW("Unsupported key type %d", type);
469 ALOGW("importKey failed: %d", int32_t(rc));
507 ALOGW("export failed: %d", int32_t(result.resultCode));
554 ALOGW("permission denied for %d: getmtime", targetUid);
562 ALOGW("coul
[all...]
/system/core/trusty/storage/proxy/
H A Drpmb.c85 ALOGW("malformed rpmb request: invalid length (%zu < %zu)\n",
94 ALOGW("malformed rpmb request: invalid length (%zu != %zu)\n",
103 ALOGW("invalid reliable write size %u\n", req->reliable_write_size);
125 ALOGW("invalid write size %u\n", req->write_size);
H A Dstorage.c66 ALOGW("%s: untracked fd %u\n", __func__, fd);
355 ALOGW("%s: error writing file (fd=%d): %s\n",
382 ALOGW("%s: request is too large (%zd > %zd) - refusing\n",
393 ALOGW("%s: error reading file (fd=%d): %s\n",
/system/media/alsa_utils/
H A Dalsa_device_proxy.c59 ALOGW("Invalid format %d - using default %d.",
71 ALOGW("Invalid sample rate %u - using default %u.",
83 ALOGW("Invalid channel count %u - using closest %u.",
116 ALOGW("Limiting samplnig rate from %u to %u.",
/system/netd/server/
H A DIptablesRestoreController.cpp97 ALOGW("iptables-restore process %d terminated status=%d", pid, status);
153 ALOGW("close() failed: %s", strerror(errno));
194 ALOGW("close() failed: %s", strerror(errno));
312 ALOGW("%zd extra characters after iptables response: '%s...'",
H A DDnsProxyListener.cpp89 ALOGW("pthread_create failed: %d", errno);
243 ALOGW("Error writing DNS result to client");
282 ALOGW("Netd event listener is not available; skipping.");
314 ALOGW("%s", msg);
390 ALOGW("%s", msg);
458 ALOGW("GetHostByNameHandler: Error writing DNS result to client\n");
521 ALOGW("%s", msg);
539 ALOGW("%s", msg);
597 ALOGW("GetHostByAddrHandler: Error writing DNS result to client\n");
H A DUidRanges.cpp35 ALOGW("UID larger than 32 bits: %" PRIu64, static_cast<uint64_t>(uid));
/system/core/include/log/
H A Dlog_main.h227 #ifndef ALOGW
228 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/core/liblog/include/log/
H A Dlog_main.h227 #ifndef ALOGW
228 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/core/liblog/include_vndk/log/
H A Dlog_main.h227 #ifndef ALOGW
228 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/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);

Completed in 326 milliseconds

123