Searched refs:ALOGE (Results 1 - 25 of 158) sorted by relevance

1234567

/system/nfc/halimpl/bcm2079x/adaptation/
H A DMutex.cpp44 ALOGE("Mutex::Mutex: fail init; error=0x%X", res);
60 ALOGE("Mutex::~Mutex: fail destroy; error=0x%X", res);
76 ALOGE("Mutex::lock: fail lock; error=0x%X", res);
92 ALOGE("Mutex::unlock: fail unlock; error=0x%X", res);
108 ALOGE("Mutex::tryLock: error=0x%X", res);
H A DCondVar.cpp46 ALOGE("CondVar::CondVar: fail init; error=0x%X", res);
62 ALOGE("CondVar::~CondVar: fail destroy; error=0x%X", res);
78 ALOGE("CondVar::wait: fail wait; error=0x%X", res);
97 ALOGE("CondVar::wait: fail get time; errno=0x%X", errno);
111 ALOGE("CondVar::wait: fail timed wait; error=0x%X", waitResult);
128 ALOGE("CondVar::notifyOne: fail signal; error=0x%X", res);
/system/libhidl/transport/
H A DHidlTransportSupport.cpp34 ALOGE("Can't set scheduler policy on remote service.");
39 ALOGE("Invalid scheduler policy %d", policy);
44 ALOGE("Invalid priority for SCHED_NORMAL: %d", priority);
47 ALOGE("Invalid priority for real-time policy: %d", priority);
/system/core/trusty/nvram/
H A Dtrusty_nvram_implementation.cpp63 ALOGE("Failed to connect to Trusty NVRAM app: %s\n", strerror(-rc));
79 ALOGE("Failed to encode NVRAM request.\n");
86 ALOGE("Failed to send NVRAM request: %s\n", strerror(-rc));
90 ALOGE("Failed to send full request buffer: %zd\n", rc);
96 ALOGE("Failed to read NVRAM response: %s\n", strerror(-rc));
101 ALOGE("NVRAM response exceeds response buffer size.\n");
106 ALOGE("Failed to decode NVRAM response.\n");
/system/core/libdiskconfig/
H A Ddiskconfig.c47 ALOGE("Invalid disk length specified.");
66 ALOGE("Invalid length specified: %s", str);
72 ALOGE("Size modifier illegal when len is -1");
82 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen);
110 ALOGE("Partition type required: %s", pinfo->name);
120 ALOGE("Unsupported partition type found: %s", tmp);
148 ALOGE("Could not malloc disk_info");
154 ALOGE("Could not malloc part_lst");
162 ALOGE("Could not read config file %s", fn);
167 ALOGE("Coul
[all...]
H A Ddump_diskconfig.c32 ALOGE("usage: %s <conf file>", argv[0]);
H A Ddiskutils.c46 ALOGE("Could not open %s for reading (errno=%d).", src, errno);
52 ALOGE("Could not open '%s' for read/write (errno=%d).", dst, errno);
57 ALOGE("Could not seek to offset %lld in %s.", (long long)offset, dst);
67 ALOGE("Error (%d) while reading from '%s'", errno, src);
88 ALOGE("Error (%d) while writing to '%s'", errno, dst);
98 ALOGE("Exited read/write loop without setting flag! WTF?!");
H A Dconfig_mbr.c64 ALOGE("Error converting kb -> lba. 32bit overflow, expect weirdness");
77 ALOGE("Maximum number of primary partition exceeded.");
82 ALOGE("Unable to allocate memory for partition entry.");
148 ALOGE("Unable to allocate memory for EBR.");
165 ALOGE("Only the last partition can be specified to fill the disk "
215 ALOGE("Unable to allocate memory for MBR signature.");
255 ALOGE("Cannot create primary extended partition.");
281 ALOGE("Cannot create partition %d (%s).", cnt, pinfo->name);
292 ALOGE("Cannot create blank partition %d.", cnt);
301 ALOGE("Canno
[all...]
/system/core/debuggerd/
H A Dsignal_sender.cpp59 ALOGE("debuggerd: unexpected progname %s", progname);
70 ALOGE("debuggerd: attempted to start signal sender multiple times");
76 ALOGE("debuggerd: failed to create socketpair for signal sender: %s", strerror(errno));
83 ALOGE("debuggerd: failed to initialize signal sender: fork failed: %s", strerror(errno));
94 ALOGE("debuggerd: signal sender failed to read from socket");
97 ALOGE("debuggerd: signal sender read unexpected number of bytes: %d", rc);
114 ALOGE("debuggerd: signal sender failed to write: %s", strerror(errno));
137 ALOGE("debuggerd: failed to kill signal sender: %s", strerror(errno));
153 ALOGE("debuggerd: attempted to send signal before signal sender was started");
160 ALOGE("debugger
[all...]
/system/core/libbacktrace/
H A DBacktraceLog.h29 ALOGE("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
/system/core/trusty/storage/proxy/
H A Dipc.c47 ALOGE("failed (%d) to connect to storage server\n", rc);
49 ALOGE("max number of reconnect retries (%d) has been reached\n",
76 ALOGE("failed to read request: %s\n", strerror(errno));
82 ALOGE("message is too short (%zu bytes received)\n", rc);
88 ALOGE("inconsistent message size [cmd=%d] (%u != %u)\n",
107 ALOGE("error sending response 0x%x: %s\n",
/system/core/libcutils/
H A Dfs.c50 ALOGE("Failed to lstat(%s): %s", path, strerror(errno));
58 ALOGE("Not a %s: %s", (prepare_as_dir ? "directory" : "regular file"), path);
70 ALOGE("Expected path %s with owner %d:%d but found %d:%d",
86 ALOGE("Failed to %s(%s): %s",
98 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno));
102 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno));
124 ALOGE("Failed to read %s: %s", path, strerror(errno));
130 ALOGE("Failed to read %s: %s", path, strerror(errno));
134 ALOGE("Failed to parse %s: %s", path, strerror(errno));
149 ALOGE("Pat
[all...]
/system/netd/server/
H A Dmain.cpp79 ALOGE("Unable to create NetlinkManager");
90 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno));
99 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
105 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno));
111 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno));
118 ALOGE("Unable to start NetdNativeService: %d", ret);
128 ALOGE("Unable to start CommandListener (%s)", strerror(errno));
152 ALOGE("Unable to create pid file (%s)", strerror(errno));
158 ALOGE("failed to set mode 0%o on %s (%s)", PID_FILE_MODE, PID_FILE_PATH, strerror(errno));
165 ALOGE("Unabl
[all...]
H A DNetlinkManager.cpp83 ALOGE("Unable to create netlink socket: %s", strerror(errno));
88 ALOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
100 ALOGE("Unable to bind netlink socket: %s", strerror(errno));
107 ALOGE("Failed NFULNL_CFG_CMD_PF_UNBIND: %s", strerror(errno));
111 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno));
115 ALOGE("Failed NFULNL_CFG_CMD_BIND: %s", strerror(errno));
122 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno));
154 ALOGE("Unable to open strict socket");
165 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
176 ALOGE("Unabl
[all...]
H A DClatdController.cpp58 ALOGE("clatd pid=%d already started on %s", pid, interface);
66 ALOGE("interface %s not assigned to any netId", interface);
89 ALOGE("fork failed (%s)", strerror(errno));
106 ALOGE("execv failed (%s)", strerror(errno));
109 ALOGE("Should never get here!");
123 ALOGE("clatd already stopped");
H A DPppController.cpp57 ALOGE("Multiple PPPD instances not currently supported");
69 ALOGE("Invalid tty '%s' specified", tty);
75 ALOGE("fork failed (%s)", strerror(errno));
97 ALOGE("execl failed (%s)", strerror(errno));
102 ALOGE("Should never get here!");
113 ALOGE("PPPD already stopped");
140 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno));
H A DIptablesRestoreController.cpp62 ALOGE("outputReady poll failed: %s", strerror(errno));
84 ALOGE("iptables child process %d unexpectedly disappeared", pid);
90 ALOGE("Error killing iptables child process %d: %s", pid, strerror(err));
95 ALOGE("Error waiting for iptables child process %d: %s", pid, strerror(errno));
138 ALOGE("pipe2() failed: %s", strerror(errno));
162 ALOGE("dup2() failed: %s", strerror(errno));
173 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno));
184 ALOGE("fork() failed: %s", strerror(errno));
235 ALOGE("Unable to send command: %s", strerror(errno));
240 ALOGE("Unabl
[all...]
/system/core/libmemunreachable/
H A DLeakPipe.cpp47 ALOGE("failed to send fd: %s", strerror(errno));
51 ALOGE("eof when sending fd");
74 ALOGE("failed to receive fd: %s", strerror(errno));
78 ALOGE("eof when receiving fd");
84 ALOGE("missing fd while receiving fd");
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper_ipc.c48 ALOGE("not connected\n");
61 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd,
68 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n",
74 ALOGE("invalid response size (%d)\n", (int) rc);
81 ALOGE("invalid command (%d)\n", msg->cmd);
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_ipc.c49 ALOGE("not connected\n");
62 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd,
69 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n",
75 ALOGE("invalid response size (%d)\n", (int) rc);
82 ALOGE("invalid command (%d)", msg->cmd);
/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c61 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);
66 ALOGE("Empty wakeup count\n");
74 ALOGE("Error waiting on semaphore: %s\n", buf);
83 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);
100 ALOGE("Error releasing semaphore: %s\n", buf);
117 ALOGE("Error changing semaphore: %s\n", buf);
136 ALOGE("Error changing semaphore: %s\n", buf);
147 ALOGE("Duplicate wakeup callback applied, keeping original");
166 ALOGE("Error opening %s: %s\n", SYS_POWER_STATE, buf);
173 ALOGE("Erro
[all...]
/system/media/audio_utils/spdif/
H A DDTSFrameScanner.cpp97 ALOGE("DTSFrameScanner: ERROR - CPF not zero!");
101 ALOGE("DTSFrameScanner: ERROR - nblks = %u", nblks);
105 ALOGE("DTSFrameScanner: ERROR - fsize = %u", fsize);
111 ALOGE("DTSFrameScanner: ERROR - invalid sampleRate[%u] = %d", sfreq, sampleRate);
/system/media/radio/src/
H A DRadioMetadataWrapper.cpp17 ALOGE("Failed to allocate metadata buffer");
/system/hwservicemanager/
H A Dservice.cpp65 ALOGE("Failed to register hwservicemanager with itself.");
71 ALOGE("Failed to register ITokenManager with hwservicemanager.");
80 ALOGE("Failed to aquire binder FD. Aborting...");
90 ALOGE("Failed to add hwbinder FD to Looper. Aborting...");
105 ALOGE("BINDER_SET_INHERIT_FIFO_PRIO failed with error %d\n", rc);
110 ALOGE("Failed to set \"hwservicemanager.ready\" (error %d). "\
/system/core/gatekeeperd/
H A DIUserManager.cpp39 ALOGE("%s: failed (%d)\n", __func__, rc);
45 ALOGE("%s: got exception (%d)\n", __func__, exception);

Completed in 1342 milliseconds

1234567