/system/core/libutils/ |
D | Printer.cpp | 75 ALOGW("%s: NULL string passed in", __FUNCTION__); in printLine() 100 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd); in FdPrinter() 109 ALOGW("%s: NULL string passed in", __FUNCTION__); in printLine() 112 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd); in printLine() 129 ALOGW("%s: Target string was NULL", __FUNCTION__); in String8Printer() 135 ALOGW("%s: NULL string passed in", __FUNCTION__); in printLine() 138 ALOGW("%s: Target string was NULL", __FUNCTION__); in printLine()
|
D | PropertyMap.cpp | 83 ALOGW("Property key '%s' has invalid value '%s'. Expected an integer.", in tryGetProperty() 100 ALOGW("Property key '%s' has invalid value '%s'. Expected a float.", in tryGetProperty()
|
D | ProcessCallStack.cpp | 46 ALOGW("%s: timeStr was NULL", __FUNCTION__); in dumpProcessHeader() 228 ALOGW("%s: Bad indent (%d)", __FUNCTION__, indent); in dump()
|
D | CallStack.cpp | 47 ALOGW("%s: Failed to unwind callstack.", __FUNCTION__); in update()
|
/system/core/libziparchive/ |
D | zip_archive.cc | 209 ALOGW("Zip: Found duplicate entry %.*s", name.name_length, name.name); in AddToHash() 261 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0() 271 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0() 281 ALOGW("Zip: empty archive?"); in MapCentralDirectory0() 377 ALOGW("Zip: unable to allocate the %u-entry hash_table, entry size: %zu", in ParseZipArchive() 390 ALOGW("Zip: ran off the end (at %" PRIu16 ")", i); in ParseZipArchive() 400 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i); in ParseZipArchive() 406 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive() 417 ALOGW("Zip: file name boundary exceeds the central directory range, file_name_length: " in ParseZipArchive() 433 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive() [all …]
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 199 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.", in LoadNativeBridge() 226 ALOGW("Unsupported native bridge interface."); in LoadNativeBridge() 307 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.", in PreInitializeNativeBridge() 333 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno)); in PreInitializeNativeBridge() 337 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible."); in PreInitializeNativeBridge() 348 ALOGW("Could not find %s field.", field); in SetCpuAbi() 355 ALOGW("Could not create string %s.", value); in SetCpuAbi() 367 ALOGW("No JNIEnv* to set up app environment."); in SetupEnvironment() 381 ALOGW("Out of memory while setting up app environment."); in SetupEnvironment() 396 ALOGW("Could not find Build class."); in SetupEnvironment() [all …]
|
/system/security/keystore-engine/ |
D | android_engine.cpp | 163 ALOGW("There was an error during rsa_decrypt: could not connect"); in rsa_private_transform() 166 ALOGW("Error during sign from keystore: %d", ret); in rsa_private_transform() 169 ALOGW("No valid signature returned"); in rsa_private_transform() 178 ALOGW("Reply len %zu greater than expected %zu", reply_len, len); in rsa_private_transform() 185 ALOGW("Reply len %zu lesser than expected %zu", reply_len, len); in rsa_private_transform() 255 ALOGW("There was an error during ecdsa_sign: could not connect"); in ecdsa_sign() 258 ALOGW("No valid signature returned"); in ecdsa_sign() 261 ALOGW("Signature is too large"); in ecdsa_sign() 400 ALOGW("could not contact keystore"); in EVP_PKEY_from_keystore() 403 ALOGW("keystore reports error: %d", ret); in EVP_PKEY_from_keystore() [all …]
|
/system/media/audio_utils/spdif/ |
D | AC3FrameScanner.cpp | 123 ALOGW("EAC3 substream[%d] has only %d audio blocks!", in resetBurst() 181 ALOGW("AC3 bsid = %d not supported", bsid); in parseHeader() 203 ALOGW("Invalid EAC3 fscod2 = %d", fscod2); in parseHeader() 232 ALOGW("Invalid AC3 sampleRateCode = %d", fscod); in parseHeader() 235 ALOGW("Invalid AC3 frameSizeCode = %d", frmsizcod); in parseHeader()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 369 ALOGW("key_params == null"); in openssl_generate_keypair() 384 ALOGW("Unsupported key type %d", key_type); in openssl_generate_keypair() 401 ALOGW("input key == NULL"); in openssl_import_keypair() 404 ALOGW("output key blob or length == NULL"); in openssl_import_keypair() 434 ALOGW("output public key buffer == NULL"); in openssl_get_keypair_public() 471 ALOGW("Cannot handle digest type %d", sign_params->digest_type); in sign_dsa() 503 ALOGW("Cannot handle digest type %d", sign_params->digest_type); in sign_ec() 535 ALOGW("Cannot handle digest type %d", sign_params->digest_type); in sign_rsa() 538 ALOGW("Cannot handle padding type %d", sign_params->padding_type); in sign_rsa() 571 ALOGW("input data to sign == NULL"); in openssl_sign_data() [all …]
|
/system/core/libcutils/ |
D | dlmalloc_stubs.c | 31 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all"); in dlmalloc_inspect_all() 36 ALOGW("Called host unimplemented stub: dlmalloc_trim"); in dlmalloc_trim()
|
D | trace-dev.c | 188 ALOGW("Truncated name in %s: %s\n", __FUNCTION__, name); in atrace_begin_body() 209 ALOGW("Truncated name in %s: %s\n", __FUNCTION__, name); \
|
/system/security/keystore/ |
D | blob.cpp | 36 ALOGW("Provided blob length too large"); in Blob() 40 ALOGW("Provided info length too large"); in Blob() 116 ALOGW("Could not read random data for: %s", filename); in writeBlob() 150 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno)); in writeBlob() 158 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength); in writeBlob() 163 ALOGW("could not rename blob to %s: %s", filename, strerror(errno)); in writeBlob()
|
D | keystore_client_impl.cpp | 396 ALOGW("WARNING: Encryption key is not hardware-backed."); in createOrVerifyEncryptionKey() 434 ALOGW("WARNING: Authentication key is not hardware-backed."); in createOrVerifyAuthenticationKey() 454 ALOGW("Found encryption key with invalid algorithm."); in verifyEncryptionKeyAttributes() 460 ALOGW("Found encryption key with invalid size."); in verifyEncryptionKeyAttributes() 466 ALOGW("Found encryption key with invalid block mode."); in verifyEncryptionKeyAttributes() 472 ALOGW("Found encryption key with invalid padding mode."); in verifyEncryptionKeyAttributes() 476 ALOGW("WARNING: Encryption key is not hardware-backed."); in verifyEncryptionKeyAttributes() 495 ALOGW("Found authentication key with invalid algorithm."); in verifyAuthenticationKeyAttributes() 501 ALOGW("Found authentication key with invalid size."); in verifyAuthenticationKeyAttributes() 507 ALOGW("Found authentication key with invalid minimum mac size."); in verifyAuthenticationKeyAttributes() [all …]
|
D | key_store_service.cpp | 289 ALOGW("New user %d's keystore not empty. Clearing old entries.", userId); in onUserAdded() 411 ALOGW("cannot represent public exponent as a long value"); in generate() 415 ALOGW("public exponent not read"); in generate() 423 ALOGW("Unsupported key type %d", keyType); in generate() 431 ALOGW("generate failed: %d", int32_t(rc)); in generate() 461 ALOGW("Unsupported key type %d", type); in import() 469 ALOGW("importKey failed: %d", int32_t(rc)); in import() 507 ALOGW("export failed: %d", int32_t(result.resultCode)); in get_pubkey() 554 ALOGW("permission denied for %d: getmtime", targetUid); in getmtime() 562 ALOGW("could not access %s for getmtime", filename.string()); in getmtime() [all …]
|
D | keystore_utils.cpp | 51 ALOGW("write failed: %s", strerror(errno)); in writeFully() 58 ALOGW("fsync failed: %s", strerror(errno)); in writeFully()
|
D | keystore.cpp | 303 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type); in get() 387 ALOGW("can't open directory for user: %s", strerror(errno)); in list() 414 ALOGW("could not allocate match of size %zd", extra); in list() 465 ALOGW("Unsupported key type %d", type); in importKey() 500 ALOGW("can't get keymaster device"); in isHardwareBacked() 772 ALOGW("couldn't open user directory for rename"); in upgradeKeystore() 776 ALOGW("couldn't rename blob: %s: %s", file->d_name, strerror(errno)); in upgradeKeystore()
|
/system/core/trusty/storage/proxy/ |
D | rpmb.c | 85 ALOGW("malformed rpmb request: invalid length (%zu < %zu)\n", in rpmb_send() 94 ALOGW("malformed rpmb request: invalid length (%zu != %zu)\n", in rpmb_send() 103 ALOGW("invalid reliable write size %u\n", req->reliable_write_size); in rpmb_send() 125 ALOGW("invalid write size %u\n", req->write_size); in rpmb_send()
|
D | storage.c | 66 ALOGW("%s: untracked fd %u\n", __func__, fd); in insert_fd() 355 ALOGW("%s: error writing file (fd=%d): %s\n", in storage_file_write() 382 ALOGW("%s: request is too large (%zd > %zd) - refusing\n", in storage_file_read() 393 ALOGW("%s: error reading file (fd=%d): %s\n", in storage_file_read()
|
/system/netd/server/ |
D | DnsProxyListener.cpp | 89 ALOGW("pthread_create failed: %d", errno); in threadLaunch() 243 ALOGW("Error writing DNS result to client"); in run() 282 ALOGW("Netd event listener is not available; skipping."); in run() 314 ALOGW("%s", msg); in runCommand() 390 ALOGW("%s", msg); in runCommand() 458 ALOGW("GetHostByNameHandler: Error writing DNS result to client\n"); in run() 521 ALOGW("%s", msg); in runCommand() 539 ALOGW("%s", msg); in runCommand() 597 ALOGW("GetHostByAddrHandler: Error writing DNS result to client\n"); in run()
|
D | IptablesRestoreController.cpp | 97 ALOGW("iptables-restore process %d terminated status=%d", pid, status); in stop() 153 ALOGW("close() failed: %s", strerror(errno)); in forkAndExec() 194 ALOGW("close() failed: %s", strerror(errno)); in forkAndExec() 312 ALOGW("%zd extra characters after iptables response: '%s...'", in drainAndWaitForAck()
|
/system/media/alsa_utils/ |
D | alsa_device_proxy.c | 59 ALOGW("Invalid format %d - using default %d.", in proxy_prepare() 71 ALOGW("Invalid sample rate %u - using default %u.", in proxy_prepare() 83 ALOGW("Invalid channel count %u - using closest %u.", in proxy_prepare() 116 ALOGW("Limiting samplnig rate from %u to %u.", in proxy_prepare()
|
/system/core/libbacktrace/ |
D | BacktraceLog.h | 26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
|
/system/core/libnetutils/ |
D | packet.c | 35 #define ALOGW printf macro 212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check); in receive_packet() 236 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp); in receive_packet()
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 227 #ifndef ALOGW 228 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/system/core/liblog/include/log/ |
D | log_main.h | 227 #ifndef ALOGW 228 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|