Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 22 of 22) 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/netd/
DInterfaceController.cpp49ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown… in InterfaceController()
54ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "u… in InterfaceController()
62ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "u… in InterfaceController()
DDnsProxyListener.cpp95 ALOGW("Error writing DNS result to client"); in run()
118 ALOGW("%s", msg); in runCommand()
184 ALOGW("%s", msg); in runCommand()
200 ALOGW("%s", msg); in runCommand()
262 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.cpp412 ALOGW("Failed to retrieve HW addr for %s (%s)", argv[2], strerror(errno)); in runCommand()
/system/security/keystore/
Dkeystore_client.cpp54 ALOGW("truncated write to keystore"); in keystore_cmd()
65 ALOGW("Error from keystore: %d", code); in keystore_cmd()
82 ALOGW("truncated read from keystore for data"); in keystore_cmd()
90 ALOGW("truncated read from keystore for length"); in keystore_cmd()
Dkeystore.cpp604 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type); in get()
1212 ALOGW("device couldn't sign data"); in sign()
1452 ALOGW("getsockopt: %s", strerror(errno)); in main()
/system/security/keystore-engine/
Deng_keystore.cpp173 ALOGW("No valid signature returned"); in keystore_rsa_priv_enc()
231 ALOGW("Cannot convert pubkey"); in keystore_loadkey()
239 ALOGW("Could not set ex_data for loaded RSA key"); in keystore_loadkey()
/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.c491 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat); in create_echo_reference()
496ALOGW("create_echo_reference bad channel count rd %d, wr %d", rdChannelCount, wrChannelCount); 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()