Lines Matching refs:ALOGE
68 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
69 if (i->cookie > 0) ALOGE("cookie =%4d; ", i->cookie); in displayInotifyEvent()
71 ALOGE("mask = "); in displayInotifyEvent()
72 if (i->mask & IN_ACCESS) ALOGE("IN_ACCESS "); in displayInotifyEvent()
73 if (i->mask & IN_ATTRIB) ALOGE("IN_ATTRIB "); in displayInotifyEvent()
74 if (i->mask & IN_CLOSE_NOWRITE) ALOGE("IN_CLOSE_NOWRITE "); in displayInotifyEvent()
75 if (i->mask & IN_CLOSE_WRITE) ALOGE("IN_CLOSE_WRITE "); in displayInotifyEvent()
76 if (i->mask & IN_CREATE) ALOGE("IN_CREATE "); in displayInotifyEvent()
77 if (i->mask & IN_DELETE) ALOGE("IN_DELETE "); in displayInotifyEvent()
78 if (i->mask & IN_DELETE_SELF) ALOGE("IN_DELETE_SELF "); in displayInotifyEvent()
79 if (i->mask & IN_IGNORED) ALOGE("IN_IGNORED "); in displayInotifyEvent()
80 if (i->mask & IN_ISDIR) ALOGE("IN_ISDIR "); in displayInotifyEvent()
81 if (i->mask & IN_MODIFY) ALOGE("IN_MODIFY "); in displayInotifyEvent()
82 if (i->mask & IN_MOVE_SELF) ALOGE("IN_MOVE_SELF "); in displayInotifyEvent()
83 if (i->mask & IN_MOVED_FROM) ALOGE("IN_MOVED_FROM "); in displayInotifyEvent()
84 if (i->mask & IN_MOVED_TO) ALOGE("IN_MOVED_TO "); in displayInotifyEvent()
85 if (i->mask & IN_OPEN) ALOGE("IN_OPEN "); in displayInotifyEvent()
86 if (i->mask & IN_Q_OVERFLOW) ALOGE("IN_Q_OVERFLOW "); in displayInotifyEvent()
87 if (i->mask & IN_UNMOUNT) ALOGE("IN_UNMOUNT "); in displayInotifyEvent()
88 ALOGE("\n"); in displayInotifyEvent()
90 if (i->len > 0) ALOGE(" name = %s\n", i->name); in displayInotifyEvent()
125 ALOGE("epoll wait did not return descriptor number"); in monitorFfs()
189 if (access(OS_DESC_PATH, R_OK) != 0) ALOGE("configfs setup not done yet"); in UsbGadget()
208 ALOGE("Unable remove file %s errno:%d", filepath, errno); in unlinkFunctions()
225 if (ret) ALOGE("epoll_ctl error %d", errno); in addEpollFd()
237 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", in getCurrentUsbFunctions()
266 ALOGE("Error writing errno=%d", errno); in tearDownGadget()
268 ALOGE("Short write length=%zd", ret); in tearDownGadget()
293 ALOGE("Cannot create symlink %s -> %s errno:%d", link, functionPath, errno); in linkFunction()
340 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
349 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
360 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
371 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
377 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
382 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
394 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()
410 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
415 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
420 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
425 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
430 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
436 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
440 ALOGE("Combination not supported"); in validateAndSetVidPid()
453 ALOGE("inotify init failed"); in setupFunctions()
550 ALOGE("mEventFd failed to create %d", errno); in setupFunctions()
556 ALOGE("mEpollFd failed to create %d", errno); in setupFunctions()
587 ALOGE("setCurrentUsbFunctionsCb error %s", ret.description().c_str()); in setupFunctions()
617 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", in setCurrentUsbFunctions()
641 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", in setCurrentUsbFunctions()