Home
last modified time | relevance | path

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

123

/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()
DPropertyMap.cpp83 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()
DProcessCallStack.cpp46 ALOGW("%s: timeStr was NULL", __FUNCTION__); in dumpProcessHeader()
228 ALOGW("%s: Bad indent (%d)", __FUNCTION__, indent); in dump()
/system/core/libziparchive/
Dzip_archive.cc145 ALOGW("Zip: Found duplicate entry %.*s", static_cast<int>(name.size()), name.data()); in AddToHash()
245 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
255 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
261 ALOGW("Zip: empty archive?"); in MapCentralDirectory0()
352 ALOGW("Zip: unable to allocate the %u-entry hash_table, entry size: %zu", in ParseZipArchive()
365 ALOGW("Zip: ran off the end (item #%" PRIu16 ", %zu bytes of central directory)", i, in ParseZipArchive()
375 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i); in ParseZipArchive()
381 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
392 ALOGW("Zip: file name for entry %" PRIu16 in ParseZipArchive()
399 ALOGW("Zip: invalid file name at entry %" PRIu16, i); in ParseZipArchive()
[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()
199 ALOGW("AC3 frame size = %d, less than header size = %d", frameSizeBytes, mHeaderLength); in parseHeader()
209 ALOGW("Invalid EAC3 fscod2 = %d", fscod2); in parseHeader()
238 ALOGW("Invalid AC3 sampleRateCode = %d", fscod); in parseHeader()
241 ALOGW("Invalid AC3 frameSizeCode = %d", frmsizcod); in parseHeader()
/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()
344 ALOGW("could not contact keystore"); in EVP_PKEY_from_keystore()
347 ALOGW("keystore reports error: %d", ret); in EVP_PKEY_from_keystore()
[all …]
/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()
139 ALOGW("Error getting confirmationUI service\n"); in isConfirmationPromptSupported()
169 ALOGW("Error sending onConfirmationPromptCompleted - status: %s\n", in finalizeTransaction()
201 ALOGW("The process which requested the confirmation dialog died.\n"); in binderDied()
210 ALOGW("The ConfirmationUI HAL died.\n"); in serviceDied()
Dkeystore_client_impl.cpp502 ALOGW("WARNING: Encryption key is not hardware-backed."); in createOrVerifyEncryptionKey()
541 ALOGW("WARNING: Authentication key is not hardware-backed."); in createOrVerifyAuthenticationKey()
561 ALOGW("Found encryption key with invalid algorithm."); in verifyEncryptionKeyAttributes()
567 ALOGW("Found encryption key with invalid size."); in verifyEncryptionKeyAttributes()
573 ALOGW("Found encryption key with invalid block mode."); in verifyEncryptionKeyAttributes()
579 ALOGW("Found encryption key with invalid padding mode."); in verifyEncryptionKeyAttributes()
583 ALOGW("WARNING: Encryption key is not hardware-backed."); in verifyEncryptionKeyAttributes()
602 ALOGW("Found authentication key with invalid algorithm."); in verifyAuthenticationKeyAttributes()
608 ALOGW("Found authentication key with invalid size."); in verifyAuthenticationKeyAttributes()
614 ALOGW("Found authentication key with invalid minimum mac size."); in verifyAuthenticationKeyAttributes()
[all …]
Dkeystore_utils.cpp57 ALOGW("write failed: %s", strerror(errno)); in writeFully()
64 ALOGW("fsync failed: %s", strerror(errno)); in writeFully()
Dblob.cpp207 ALOGW("Provided blob length too large"); in Blob()
211 ALOGW("Provided info length too large"); in Blob()
324 ALOGW("Could not read random data for: %s", filename.c_str()); in writeBlob()
520 ALOGW("Failed to delete key blob file \"%s\"", entry_->getKeyBlobPath().c_str()); in deleteBlobs()
526 ALOGW("Failed to delete key characteristics file \"%s\"", in deleteBlobs()
759 ALOGW("can't open directory for user: %s", strerror(errno)); in list()
779 ALOGW("could not parse key filename \"%s\"", file->d_name); in list()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h330 ALOGW("HpInterface: Failed to create an H2B converter -- " in _castFromHalBaseAndConvert()
509 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
514 ALOGW("HpInterface: No HAL token was created.");
521 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
532 ALOGW("HpInterface: Failed to retrieve HAL interface.");
539 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
546 ALOGW("HpInterface: Corrupted parcel from GET_HAL_TOKEN "
555 ALOGW("HpInterface: Failed to cast to the correct HAL interface -- "
/system/core/libbacktrace/
DBacktraceLog.h26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
/system/media/audio_utils/include/audio_utils/
DLinearMap.h246 ALOGW("LinearMap: %s overflow diff(%lld) from %llu - %llu exceeds INT32_MAX", in checkedDiff()
251 ALOGW("LinearMap: %s negative diff(%lld) from %llu - %llu", in checkedDiff()
262 ALOGW("LinearMap: %s negative diff(%d) from %u - %u", in checkedDiff()
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h103 ALOGW("Can't dump debug info to invalid fd"); in debug()
113 ALOGW("Couldn't send debug dump request"); in debug()
189 ALOGW("Could not link death recipient to hubId %" PRIu32, hubId); in registerCallback()
288 ALOGW("Attempted to enable app ID 0x%016" PRIx64 ", but not supported", in enableNanoApp()
296 ALOGW("Attempted to disable app ID 0x%016" PRIx64 ", but not supported", in disableNanoApp()
347 ALOGW("Lost connection to CHRE daemon"); in onDisconnected()
499 ALOGW("Got unexpected debug dump data message"); in handleDebugDumpData()
583 ALOGW( 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 sampling rate from %u to %u.", in proxy_prepare()
/system/memory/libmemunreachable/
Dlog.h48 #define MEM_ALOGW ALOGW
/system/core/trusty/storage/proxy/
Drpmb.c272 ALOGW("malformed rpmb request: invalid length (%zu < %zu)\n", req_len, sizeof(*req)); in rpmb_send()
279 ALOGW("malformed rpmb request: invalid length (%zu != %zu)\n", req_len, expected_len); in rpmb_send()
285 ALOGW("invalid reliable write size %u\n", req->reliable_write_size); in rpmb_send()
291 ALOGW("invalid write size %u\n", req->write_size); in rpmb_send()
Dstorage.c66 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 (%u > %d) - refusing\n", in storage_file_read()
393 ALOGW("%s: error reading file (fd=%d): %s\n", in storage_file_read()
/system/core/libnetutils/
Dpacket.c35 #define ALOGW printf macro
209 ALOGW("IP header checksum failure (0x%x)", packet.ip.check); in receive_packet()
247 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp); in receive_packet()
/system/core/libcutils/
Dtrace-container.cpp148 ALOGW("Truncated name in %s: %s\n", __FUNCTION__, name); \
155 ALOGW("Data is too long in %s: %s\n", __FUNCTION__, name); \
/system/netd/server/
DIptablesRestoreController.cpp101 ALOGW("iptables-restore process %d terminated status=%d", pid, status); in stop()
197 ALOGW("close() failed: %s", strerror(errno)); in forkAndExec()
314 ALOGW("%zd extra characters after iptables response: '%s...'", in drainAndWaitForAck()
/system/core/liblog/include_vndk/log/
Dlog_main.h254 #ifndef ALOGW
255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/core/liblog/include/log/
Dlog_main.h254 #ifndef ALOGW
255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/media/audio_utils/
DMetadata.cpp84 ALOGW("Unknown data type to put with key: %s", key); in audio_metadata_put_unknown()
165 ALOGW("Unknown data type to get with key: %s", key); in audio_metadata_get_unknown()
/system/bt/gd/os/
Dlog.h38 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args)

123