Searched refs:ALOGE (Results 126 - 150 of 158) sorted by relevance

1234567

/system/libhwbinder/vts/performance/
H A DBenchmark.cpp63 ALOGE("Failed to register service %s.", gServiceName);
/system/netd/server/
H A DControllers.cpp183 ALOGE("failed to initialize RouteController (%s)", strerror(-ret));
H A DXfrmController.cpp224 ALOGE("netlink socket writev failed (%s)", strerror(errno));
231 ALOGE("netlink response contains error (%s)", strerror(errno));
241 ALOGE("netlink response contains error (%s)", strerror(-ret));
513 ALOGE("Failed to get socket info in %s", __FUNCTION__);
523 ALOGE("Couldn't build SA ID %s", __FUNCTION__);
528 ALOGE("Transform address family(%d) differs from socket address "
561 ALOGE("Error setting socket option for XFRM! (%s)", strerror(err));
696 ALOGE("Failed to fill transport SA Info");
718 ALOGE("SPI Allocation Failed with error %d", ret);
H A DNetlinkHandler.cpp97 ALOGE("Error destroying sockets: %s", strerror(ret));
100 ALOGE("Error opening NETLINK_SOCK_DIAG socket: %s", strerror(errno));
H A DInterfaceController.cpp87 ALOGE("Can't list %s: %s", dirname.c_str(), strerror(errno));
H A DNetdConstants.cpp53 ALOGE("exec() res=%d, status=%d for %s", res, status, args.c_str());
H A DCommandListener.cpp238 ALOGE("Error upping interface");
246 ALOGE("Error downing interface");
1078 ALOGE("failed to parse uid rule (%s)", arg);
1089 ALOGE("failed to parse firewall type (%s)", arg);
1104 ALOGE("failed to parse child firewall chain (%s)", arg);
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp62 ALOGE("Error initializing trusty session: %d", rc);
175 ALOGE("error (%d) calling gatekeeper TA", rc);
/system/media/alsa_utils/
H A Dalsa_device_proxy.c142 ALOGE(" proxy_open() pcm_is_ready() failed: %s", pcm_get_error(proxy->pcm));
217 ALOGE("available frames(%u) > buffer size(%zu)", avail, kernel_buffer_size);
/system/nfc/src/adaptation/
H A DCrcChecksum.cpp114 ALOGE("%s: checksum mismatch", __func__);
116 ALOGE("%s: invalid length", __func__);
/system/nfc/halimpl/pn54x/utils/
H A DphNxpConfig.cpp228 ALOGE("%s Cannot open config file %s\n", __func__, name);
230 ALOGE("%s Using default value for all settings\n", __func__);
649 ALOGE("%s Cannot open file %s\n", __func__, config_timestamp_path);
687 ALOGE("%s Cannot open file %s\n", __func__, config_timestamp_path);
724 ALOGE("%s Cannot open file %s\n", __func__, config_timestamp_path);
/system/security/keystore/
H A Dkey_store_service.cpp74 ALOGE("Failed to stat \"timestamp\" file, with error %d", errno);
80 ALOGE("Couldn't create \"timestamp\" file, with error %d", errno);
85 ALOGE("Couldn't close \"timestamp\" file, with error %d", errno);
104 ALOGE("failed to gather attestation_id");
273 ALOGE("Changing user %d's password while locked, clearing old encryption", userId);
340 ALOGE("unlock called on uninitialized keystore.");
343 ALOGE("unlock called on keystore in unknown state: %d", state);
703 ALOGE("Non-system uid %d cannot set FLAG_CRITICAL_TO_DEVICE_ENCRYPTION", uid);
750 ALOGE("Failed to generate key -> falling back to software keymaster");
863 ALOGE("No
[all...]
H A Doperation.cpp92 ALOGE("Entry for %p contains unmapped application token %p", token.get(), appToken.get());
H A Duser_state.cpp48 ALOGE("Could not create directory '%s'", mUserDir);
/system/core/libmemtrack/
H A Dmemtrack.cpp50 ALOGE("Couldn't load memtrack module");
/system/core/libpackagelistparser/
H A Dpackagelistparser.c36 ALOGE(fmt, ##__VA_ARGS__);\
/system/libhidl/transport/
H A DHidlBinderSupport.cpp93 ALOGE("Received unterminated hidl_string buffer.");
/system/media/audio_utils/
H A Dfifo.cpp84 ALOGE("%s frontOffset=%u rearOffset=%u mFrameCount=%u",
123 ALOGE("%s", __func__);
308 ALOGE("%s(count=%zu) > mObtained=%u", __func__, count, mObtained);
466 ALOGE("%s(count=%zu) > mObtained=%u", __func__, count, mObtained);
/system/libhwbinder/
H A DIPCThreadState.cpp451 ALOGE("binder thread pool (%zu threads) starved for %" PRId64 " ms",
500 ALOGE("getAndExecuteCommand(fd=%d) returned unexpected error %d, aborting",
660 ALOGE("%s(%d): Not supported\n", __func__, handle);
1068 ALOGE("Dropping binder reply, it was sent already.");
1076 ALOGE("Not sending reply in one-way transaction");
1104 ALOGE("transact() returned error after sending reply.");
H A DBpHwBinder.cpp54 ALOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
/system/core/libcutils/
H A Dsched_policy.cpp32 #define SLOGE ALOGE
/system/core/libmemunreachable/
H A DMemUnreachable.cpp401 ALOGE("%zu bytes in %zu allocation%s unreachable out of %zu bytes in %zu allocation%s",
520 ALOGE("%s", it->ToString(log_contents).c_str());
/system/core/libziparchive/
H A Dzip_writer.cc305 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
308 ALOGE("deflateInit2 failed (zerr=%d)", zerr);
/system/tools/aidl/tests/
H A Daidl_test_service.cpp301 ALOGE("Repeating file descriptor");
451 ALOGE("Failed to add binder FD to Looper");
/system/nfc/halimpl/bcm2079x/adaptation/
H A DHalAdaptation.cpp79 ALOGE("%s: ver=%s nfa=%s", __func__, nfca_version_string, nfa_version_string);

Completed in 7148 milliseconds

1234567