Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 25 of 78) sorted by relevance

1234

/system/core/libutils/
DPrinter.cpp77 ALOGW("%s: NULL string passed in", __FUNCTION__); in printLine()
102 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd); in FdPrinter()
111 ALOGW("%s: NULL string passed in", __FUNCTION__); in printLine()
114 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd); in printLine()
131 ALOGW("%s: Target string was NULL", __FUNCTION__); in String8Printer()
137 ALOGW("%s: NULL string passed in", __FUNCTION__); in printLine()
140 ALOGW("%s: Target string was NULL", __FUNCTION__); in printLine()
/system/core/libziparchive/
Dzip_archive.cc174 ALOGW("Zip: Found duplicate entry %.*s", name.name_length, name.name); in AddToHash()
269 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
279 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
285 ALOGW("Zip: empty archive?"); in MapCentralDirectory0()
380 ALOGW("Zip: unable to allocate the %u-entry hash_table, entry size: %zu", in ParseZipArchive()
393 ALOGW("Zip: ran off the end (at %" PRIu16 ")", i); in ParseZipArchive()
402 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i); in ParseZipArchive()
408 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
419 ALOGW( in ParseZipArchive()
437 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
[all …]
/system/core/libnativebridge/
Dnative_bridge.cc209 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.", in LoadNativeBridge()
236 ALOGW("Unsupported native bridge interface."); in LoadNativeBridge()
296 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.", in PreInitializeNativeBridge()
322 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno)); in PreInitializeNativeBridge()
326 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible."); in PreInitializeNativeBridge()
337 ALOGW("Could not find %s field.", field); in SetCpuAbi()
344 ALOGW("Could not create string %s.", value); in SetCpuAbi()
356 ALOGW("No JNIEnv* to set up app environment."); in SetupEnvironment()
370 ALOGW("Out of memory while setting up app environment."); in SetupEnvironment()
385 ALOGW("Could not find Build class."); in SetupEnvironment()
[all …]
/system/security/keystore-engine/
Dandroid_engine.cpp106 ALOGW("There was an error during rsa_decrypt: could not connect"); in rsa_private_transform()
109 ALOGW("Error during sign from keystore: %d", ret); in rsa_private_transform()
112 ALOGW("No valid signature returned"); in rsa_private_transform()
121 ALOGW("Reply len %zu greater than expected %zu", reply_len, len); in rsa_private_transform()
128 ALOGW("Reply len %zu lesser than expected %zu", reply_len, len); in rsa_private_transform()
163 ALOGW("There was an error during ecdsa_sign: could not connect"); in ecdsa_sign()
166 ALOGW("No valid signature returned"); in ecdsa_sign()
169 ALOGW("Signature is too large"); in ecdsa_sign()
365 ALOGW("could not contact keystore"); in EVP_PKEY_from_keystore()
368 ALOGW("keystore reports error: %d", ret); in EVP_PKEY_from_keystore()
[all …]
/system/media/audio_utils/spdif/
DAC3FrameScanner.cpp123 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/keystore/
Dconfirmation_manager.cpp68 ALOGW("Error getting confirmationUI service\n"); in presentConfirmationPrompt()
92 ALOGW("Unexpecxted responseCode %d from promptUserConfirmation\n", responseCode); in presentConfirmationPrompt()
129 ALOGW("Error getting confirmationUI service\n"); in isConfirmationPromptSupported()
171 ALOGW("Error sending onConfirmationPromptCompleted - status: %s\n", in finalizeTransaction()
203 ALOGW("The process which requested the confirmation dialog died.\n"); in binderDied()
212 ALOGW("The ConfirmationUI HAL died.\n"); in serviceDied()
Dkeystore_client_impl.cpp492 ALOGW("WARNING: Encryption key is not hardware-backed."); in createOrVerifyEncryptionKey()
531 ALOGW("WARNING: Authentication key is not hardware-backed."); in createOrVerifyAuthenticationKey()
551 ALOGW("Found encryption key with invalid algorithm."); in verifyEncryptionKeyAttributes()
557 ALOGW("Found encryption key with invalid size."); in verifyEncryptionKeyAttributes()
563 ALOGW("Found encryption key with invalid block mode."); in verifyEncryptionKeyAttributes()
569 ALOGW("Found encryption key with invalid padding mode."); in verifyEncryptionKeyAttributes()
573 ALOGW("WARNING: Encryption key is not hardware-backed."); in verifyEncryptionKeyAttributes()
592 ALOGW("Found authentication key with invalid algorithm."); in verifyAuthenticationKeyAttributes()
598 ALOGW("Found authentication key with invalid size."); in verifyAuthenticationKeyAttributes()
604 ALOGW("Found authentication key with invalid minimum mac size."); in verifyAuthenticationKeyAttributes()
[all …]
Dkeystore_utils.cpp54 ALOGW("write failed: %s", strerror(errno)); in writeFully()
61 ALOGW("fsync failed: %s", strerror(errno)); in writeFully()
Dblob.cpp216 ALOGW("Provided blob length too large"); in Blob()
220 ALOGW("Provided info length too large"); in Blob()
333 ALOGW("Could not read random data for: %s", filename.c_str()); in writeBlob()
347 ALOGW("could not open file: %s: %s", filename.c_str(), strerror(errno)); in writeBlob()
356 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength); in writeBlob()
502 ALOGW("Failed to delete key blob file \"%s\"", entry_->getKeyBlobPath().c_str()); in deleteBlobs()
508 ALOGW("Failed to delete key characteristics file \"%s\"", in deleteBlobs()
741 ALOGW("can't open directory for user: %s", strerror(errno)); in list()
761 ALOGW("could not parse key filename \"%s\"", file->d_name); in list()
/system/netd/resolv/
DDnsTlsSocket.cpp114 ALOGW("SPKI length mismatch"); in getSPKIDigest()
121 ALOGW("Server cert digest extraction failed"); in getSPKIDigest()
125 ALOGW("Wrong digest length: %d", digest_len); in getSPKIDigest()
229 ALOGW("SSL_connect read error: %d", errno); in sslConnect()
235 ALOGW("SSL_connect write error"); in sslConnect()
240 ALOGW("SSL_connect error %d, errno=%d", ssl_err, errno); in sslConnect()
260 ALOGW("Invalid certificate chain, error %d", verify_result); in sslConnect()
266 ALOGW("Server has null certificate"); in sslConnect()
288 ALOGW("No matching fingerprint"); in sslConnect()
379 ALOGW("Error during eventfd read"); in loop()
[all …]
DDns64Configuration.cpp144 ALOGW("(%u, %u) Detecting NAT64 prefix from DNS...", cfg->netId, cfg->discoveryId); in doRfc7050PrefixDiscovery()
159 ALOGW("(%u, %u) plat_prefix/dns(%s) status = %d/%s", cfg->netId, cfg->discoveryId, in doRfc7050PrefixDiscovery()
173 ALOGW("(%u, %u) plat_prefix/unexpected address family: %d", cfg->netId, cfg->discoveryId, in doRfc7050PrefixDiscovery()
181 ALOGW("(%u, %u) Detected NAT64 prefix %s", cfg->netId, cfg->discoveryId, in doRfc7050PrefixDiscovery()
197 ALOGW("Abort to send NAT64 prefix notification. Unexpected NAT64 prefix (%u, %d, %s).", in reportNat64PrefixStatus()
DDnsTlsQueryMap.cpp33 ALOGW("Query is too short"); in recordQuery()
38 ALOGW("All query IDs are in use"); in recordQuery()
129 ALOGW("Response is too short"); in onResponse()
136 ALOGW("Discarding response: unknown ID %d", id); in onResponse()
DPrivateDnsConfiguration.cpp47 ALOGW("Failed to parse server address (%s): %s", server, gai_strerror(err)); in parseServer()
237 ALOGW("netId %u was erased during private DNS validation", netId); in recordPrivateDnsValidation()
243 ALOGW("netId %u has no private DNS validation mode", netId); in recordPrivateDnsValidation()
254 ALOGW("Server %s was removed during private DNS validation", in recordPrivateDnsValidation()
261 ALOGW("Server %s was changed during private DNS validation", in recordPrivateDnsValidation()
DDnsTlsTransport.cpp189 ALOGW("short response: %d", replylen); in validate()
195 ALOGW("reply query count != 1: %d", qdcount); in validate()
/system/bt/vendor_libs/test_vendor_lib/desktop/
Droot_canal_main.cc43 ALOGW("%s out of range", argv[arg]); in main()
58 ALOGW("Ignored option %s", argv[arg]); in main()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dpolled_socket.cc63 ALOGW("%s error %s", __func__, strerror(errno)); in TrySend()
103 ALOGW("%s error %s", __func__, strerror(errno)); in TryReceive()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h330 ALOGW("HpInterface: Failed to create an H2B converter -- " in _castFromHalBaseAndConvert()
506 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
511 ALOGW("HpInterface: No HAL token was created.");
518 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
529 ALOGW("HpInterface: Failed to retrieve HAL interface.");
536 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
543 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
552 ALOGW("HpInterface: Failed to cast to the correct HAL interface -- "
/system/core/libbacktrace/
DBacktraceLog.h26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
/system/core/trusty/storage/proxy/
Drpmb.c159 ALOGW("malformed rpmb request: invalid length (%zu < %zu)\n", req_len, sizeof(*req)); in rpmb_send()
166 ALOGW("malformed rpmb request: invalid length (%zu != %zu)\n", req_len, expected_len); in rpmb_send()
172 ALOGW("invalid reliable write size %u\n", req->reliable_write_size); in rpmb_send()
178 ALOGW("invalid write size %u\n", req->write_size); in rpmb_send()
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc101 ALOGW("Can't dump debug info to invalid fd"); in debug()
111 ALOGW("Couldn't send debug dump request"); in debug()
185 ALOGW("Could not link death recipient to hubId %" PRIu32, hubId); in registerCallback()
303 ALOGW("Attempted to enable app ID 0x%016" PRIx64 ", but not supported", in enableNanoApp()
311 ALOGW("Attempted to disable app ID 0x%016" PRIx64 ", but not supported", in disableNanoApp()
356 ALOGW("Lost connection to CHRE daemon"); in onDisconnected()
510 ALOGW("Got unexpected debug dump data message"); in handleDebugDumpData()
546 ALOGW("Couldn't write to debug header: returned %zd, expected %zu " in writeToDebugFile()
/system/media/alsa_utils/
Dalsa_device_proxy.c63 ALOGW("Invalid format %d - using default %d.", in proxy_prepare()
75 ALOGW("Invalid sample rate %u - using default %u.", in proxy_prepare()
87 ALOGW("Invalid channel count %u - using closest %u.", in proxy_prepare()
120 ALOGW("Limiting samplnig rate from %u to %u.", in proxy_prepare()
/system/core/libmemunreachable/
Dlog.h48 #define MEM_ALOGW ALOGW
/system/core/libcutils/
Dtrace-container.cpp139 ALOGW("Truncated name in %s: %s\n", __FUNCTION__, name); \
146 ALOGW("Data is too long in %s: %s\n", __FUNCTION__, name); \
/system/core/libnetutils/
Dpacket.c35 #define ALOGW printf macro
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check); in receive_packet()
250 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp); in receive_packet()
/system/netd/server/
DResolvStub.cpp67 ALOGW("dlopen(%s) failed: %s", path.c_str(), strerror(errno)); in resolv_stub_init()

1234