Home
last modified time | relevance | path

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

/system/security/softkeymaster/
Dkeymaster_openssl.cpp215 ALOGW("Unsupported key type %d", key_type); in openssl_generate_keypair()
218 ALOGW("key_params == null"); in openssl_generate_keypair()
274 ALOGW("input key == NULL"); in openssl_import_keypair()
277 ALOGW("output key blob or length == NULL"); in openssl_import_keypair()
307 ALOGW("output public key buffer == NULL"); in openssl_get_keypair_public()
352 ALOGW("input data to sign == NULL"); in openssl_sign_data()
355 ALOGW("output signature buffer == NULL"); in openssl_sign_data()
365 ALOGW("Cannot handle non-RSA keys yet"); in openssl_sign_data()
371 ALOGW("Cannot handle digest type %d", sign_params->digest_type); in openssl_sign_data()
374 ALOGW("Cannot handle padding type %d", sign_params->padding_type); in openssl_sign_data()
[all …]
/system/core/libcutils/
Ddlmalloc_stubs.c28 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all"); in dlmalloc_inspect_all()
33 ALOGW("Called host unimplemented stub: dlmalloc_trim"); in dlmalloc_trim()
Dmq.c225 ALOGW("close() error: %s", strerror(errno)); in closeWithWarning()
436 ALOGW("%s() interrupted.", functionName); in peerProxyHandleError()
441 ALOGW("Error returned by %s().", functionName); in peerProxyHandleError()
586 ALOGW("Couldn't allocate memory for incoming data. Size: %u", in peerProxyExpectBytes()
673 ALOGW("Non-master process %d tried to send us a connection.", in masterProxyExpectConnection()
689 ALOGW("Peer proxy creation failed: %s", strerror(errno)); in masterProxyExpectConnection()
749 ALOGW("recvmsg() interrupted."); in masterProxyAcceptConnection()
780 ALOGW("Received connection for unknown peer."); in masterProxyAcceptConnection()
787 ALOGW("Error adding fd to selector for %d.", in masterProxyAcceptConnection()
814 ALOGW("socketpair() error: %s", strerror(errno)); in masterConnectPeers()
[all …]
Dloghack.h33 #define ALOGW(...) ALOG("W", __VA_ARGS__) macro
Dproperties.c102 ALOGW("UNIX domain socket create failed (errno=%d)\n", errno); in connectToServer()
/system/security/keystore-engine/
Deng_keystore.cpp178 ALOGW("There was an error during signing: could not connect"); in keystore_rsa_priv_enc()
182 ALOGW("Error during signing from keystore: %d", ret); in keystore_rsa_priv_enc()
186 ALOGW("No valid signature returned"); in keystore_rsa_priv_enc()
224 ALOGW("There was an error during rsa_mod_exp: could not connect"); in keystore_rsa_priv_dec()
227 ALOGW("Error during sign from keystore: %d", ret); in keystore_rsa_priv_dec()
230 ALOGW("No valid signature returned"); in keystore_rsa_priv_dec()
316 ALOGW("could not contact keystore"); in keystore_loadkey()
320 ALOGW("keystore reports error: %d", ret); in keystore_loadkey()
329 ALOGW("Cannot convert pubkey"); in keystore_loadkey()
337 ALOGW("Could not set ex_data for loaded RSA key"); in keystore_loadkey()
/system/security/keystore/
Dkeystore.cpp326 ALOGW("write failed: %s", strerror(errno)); in writeFully()
486 ALOGW("Could not read random data for: %s", filename); in writeBlob()
521 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno)); in writeBlob()
529 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength); in writeBlob()
534 ALOGW("could not rename blob to %s: %s", filename, strerror(errno)); in writeBlob()
753 ALOGW("couldn't open user directory: %s", strerror(errno)); in reset()
999 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type); in get()
1078 ALOGW("can't create filepath for key %s", filename); in getKeyForName()
1355 ALOGW("couldn't open user directory for rename"); in upgradeKeystore()
1359 ALOGW("couldn't rename blob: %s: %s", file->d_name, strerror(errno)); in upgradeKeystore()
[all …]
/system/netd/
DInterfaceController.cpp61ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown… in InterfaceController()
66ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "u… in InterfaceController()
74ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "u… in InterfaceController()
DDnsProxyListener.cpp149 ALOGW("Error writing DNS result to client"); in run()
172 ALOGW("%s", msg); in runCommand()
248 ALOGW("%s", msg); in runCommand()
341 ALOGW("GetHostByNameHandler: Error writing DNS result to client\n"); in run()
364 ALOGW("%s", msg); in runCommand()
388 ALOGW("%s", msg); in runCommand()
469 ALOGW("GetHostByAddrHandler: Error writing DNS result to client\n"); in run()
Dmain.cpp156 ALOGW("WARNING: SIGPIPE not blocked\n"); in blockSigpipe()
DNetlinkHandler.cpp51 ALOGW("No subsystem found in netlink event"); in onEvent()
DMDnsSdListener.cpp397 ALOGW("%s", msg); in runCommand()
DCommandListener.cpp325 ALOGW("Failed to retrieve HW addr for %s (%s)", argv[2], strerror(errno)); in runCommand()
/system/core/libsuspend/
Dautosuspend_earlysuspend.c207 ALOGW("Error opening %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf); in autosuspend_earlysuspend_init()
214 ALOGW("Error writing 'on' to %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf); in autosuspend_earlysuspend_init()
/system/core/libnetutils/
Dpacket.c35 #define ALOGW printf macro
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check); in receive_packet()
234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp); in receive_packet()
Difc_utils.c50 #define ALOGW printf macro
/system/bluetooth/bluedroid/
Dbluetooth.c59 ALOGW("open(%s) failed: %s (%d)\n", path, strerror(errno), errno); in init_rfkill()
187 ALOGW("Bluetoothd already started, unexpectedly!"); in bt_enable()
/system/core/include/cutils/
Dlog.h128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/media/audio_utils/
Decho_reference.c494 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat); in create_echo_reference()
499 ALOGW("create_echo_reference bad channel count rd %d, wr %d", rdChannelCount, in create_echo_reference()
Dresampler.c220 ALOGW("ReSampler: Cannot create speex resampler: %s", speex_resampler_strerror(error)); in create_resampler()
/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp1327 ALOGW("%s:\n", name); in disassemble()
1351 ALOGW("%s:\n", mLabelsInverseMapping.valueAt(label)); in disassemble()
1355 ALOGW("; %s\n", mComments.valueAt(comment)); in disassemble()
1361 ALOGW("%08x: %08x %s", uint32_t(mipsPC), uint32_t(*mipsPC), di_buf); in disassemble()