Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 25 of 67) 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()
DCallStack.cpp46 ALOGW("%s: Failed to unwind callstack.", __FUNCTION__); in update()
/system/libziparchive/
Dzip_archive.cc146 ALOGW("Zip: %zu byte read exceeds the boundary of allocated buf, offset %zu, bufSize %zu", in TryConsumeUnaligned()
156 ALOGW("Zip: %s: Not enough space for zip64 eocd locator", debugFileName); in FindCentralDirectoryInfoForZip64()
164 ALOGW("Zip: %s: Read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64()
170 ALOGW("Zip: %s: Zip64 eocd locator signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
178 ALOGW("Zip: %s: Bad zip64 eocd offset %" PRId64 ", eocd locator offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
186 ALOGW("Zip: %s: read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64()
192 ALOGW("Zip: %s: Zip64 eocd record signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
199 ALOGW("Zip: %s: Bad offset for zip64 central directory. cd offset %" PRIu64 ", cd size %" PRIu64 in FindCentralDirectoryInfoForZip64()
254 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in FindCentralDirectoryInfo()
271 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in FindCentralDirectoryInfo()
[all …]
Dzip_cd_entry_map.cc72 ALOGW("Zip: Found duplicate entry %.*s", static_cast<int>(name.size()), name.data()); in AddToMap()
129 ALOGW("Zip: Found duplicate entry %.*s", static_cast<int>(name.size()), name.data()); in AddToMap()
/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/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()
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/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/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); \
Dfs.cpp80 ALOGW("Expected path %s with mode %o but found %o", in fs_prepare_path_impl()
99 ALOGW("Failed to close file after create %s: %s", path, strerror(errno)); in fs_prepare_path_impl()
/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

123