Lines Matching refs:LOG_ERROR
114 LOG_ERROR("%s unable to acquire wake lock: %d", __func__, status); in wakelock_acquire()
126 LOG_ERROR("%s lock not acquired, invalid fd", __func__); in wakelock_acquire_native()
131 LOG_ERROR("%s not acquiring lock: can't release lock", __func__); in wakelock_acquire_native()
138 LOG_ERROR("%s wake lock not acquired: %s", __func__, strerror(errno)); in wakelock_acquire_native()
169 LOG_ERROR("%s lock not released, invalid fd", __func__); in wakelock_release_native()
175 LOG_ERROR("%s can't release wake lock: %s", __func__, strerror(errno)); in wakelock_release_native()
177 LOG_ERROR("%s lock release only wrote %zd, assuming released", __func__, in wakelock_release_native()
196 LOG_ERROR("%s can't open wake lock %s: %s", __func__, in wakelock_initialize_native()
205 LOG_ERROR("%s can't open wake unlock %s: %s", __func__, in wakelock_initialize_native()
213 LOG_ERROR("%s releasing wake lock as part of cleanup", __func__); in wakelock_cleanup()
230 LOG_ERROR("%s unable to get current time: %s", __func__, strerror(errno)); in now_ms()