Lines Matching refs:ALOGE

67   ALOGE("    wd =%2d; ", i->wd);  in displayInotifyEvent()
68 if (i->cookie > 0) ALOGE("cookie =%4d; ", i->cookie); in displayInotifyEvent()
70 ALOGE("mask = "); in displayInotifyEvent()
71 if (i->mask & IN_ACCESS) ALOGE("IN_ACCESS "); in displayInotifyEvent()
72 if (i->mask & IN_ATTRIB) ALOGE("IN_ATTRIB "); in displayInotifyEvent()
73 if (i->mask & IN_CLOSE_NOWRITE) ALOGE("IN_CLOSE_NOWRITE "); in displayInotifyEvent()
74 if (i->mask & IN_CLOSE_WRITE) ALOGE("IN_CLOSE_WRITE "); in displayInotifyEvent()
75 if (i->mask & IN_CREATE) ALOGE("IN_CREATE "); in displayInotifyEvent()
76 if (i->mask & IN_DELETE) ALOGE("IN_DELETE "); in displayInotifyEvent()
77 if (i->mask & IN_DELETE_SELF) ALOGE("IN_DELETE_SELF "); in displayInotifyEvent()
78 if (i->mask & IN_IGNORED) ALOGE("IN_IGNORED "); in displayInotifyEvent()
79 if (i->mask & IN_ISDIR) ALOGE("IN_ISDIR "); in displayInotifyEvent()
80 if (i->mask & IN_MODIFY) ALOGE("IN_MODIFY "); in displayInotifyEvent()
81 if (i->mask & IN_MOVE_SELF) ALOGE("IN_MOVE_SELF "); in displayInotifyEvent()
82 if (i->mask & IN_MOVED_FROM) ALOGE("IN_MOVED_FROM "); in displayInotifyEvent()
83 if (i->mask & IN_MOVED_TO) ALOGE("IN_MOVED_TO "); in displayInotifyEvent()
84 if (i->mask & IN_OPEN) ALOGE("IN_OPEN "); in displayInotifyEvent()
85 if (i->mask & IN_Q_OVERFLOW) ALOGE("IN_Q_OVERFLOW "); in displayInotifyEvent()
86 if (i->mask & IN_UNMOUNT) ALOGE("IN_UNMOUNT "); in displayInotifyEvent()
87 ALOGE("\n"); in displayInotifyEvent()
89 if (i->len > 0) ALOGE(" name = %s\n", i->name); in displayInotifyEvent()
117 ALOGE("epoll wait did not return descriptor number"); in monitorFfs()
173 if (access(OS_DESC_PATH, R_OK) != 0) ALOGE("configfs setup not done yet"); in UsbGadget()
192 ALOGE("Unable remove file %s errno:%d", filepath, errno); in unlinkFunctions()
209 if (ret) ALOGE("epoll_ctl error %d", errno); in addEpollFd()
221 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", in getCurrentUsbFunctions()
268 ALOGE("Cannot create symlink %s -> %s errno:%d", link, functionPath, errno); in linkFunction()
315 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
324 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
335 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
346 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
352 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
357 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
369 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
375 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
380 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
385 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
390 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
395 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
400 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
405 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
411 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
415 ALOGE("Combination not supported"); in validateAndSetVidPid()
428 ALOGE("inotify init failed"); in setupFunctions()
525 ALOGE("mEventFd failed to create %d", errno); in setupFunctions()
531 ALOGE("mEpollFd failed to create %d", errno); in setupFunctions()
562 ALOGE("setCurrentUsbFunctionsCb error %s", ret.description().c_str()); in setupFunctions()
590 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", in setCurrentUsbFunctions()
614 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", in setCurrentUsbFunctions()