Lines Matching refs:ERROR
68 PLOG(ERROR) << "Could not get FFS bulk-in descriptor"; in getPacketSize()
92 PLOG(ERROR) << (ptp ? FFS_PTP_EP_IN : FFS_MTP_EP_IN) << ": cannot open bulk in ep"; in openEndpoints()
100 PLOG(ERROR) << (ptp ? FFS_PTP_EP_OUT : FFS_MTP_EP_OUT) << ": cannot open bulk out ep"; in openEndpoints()
108 PLOG(ERROR) << (ptp ? FFS_PTP_EP_INTR : FFS_MTP_EP_INTR) << ": cannot open intr ep"; in openEndpoints()
119 PLOG(ERROR) << "Failed to madvise"; in advise()
123 PLOG(ERROR) << "Failed to fadvise"; in advise()
205 LOG(ERROR) << "Mtp Event " << event->type << " (unknown)"; in handleEvent()
222 PLOG(ERROR) << "Mtp error ctrlreq read data"; in handleControlRequest()
255 LOG(ERROR) << "Unrecognized Mtp class request! " << code; in handleControlRequest()
258 LOG(ERROR) << "Unrecognized request type " << type; in handleControlRequest()
263 PLOG(ERROR) << "Mtp error ctrlreq write data"; in handleControlRequest()
286 PLOG(ERROR) << "unable to setup aio"; in start()
313 PLOG(ERROR) << "Mtp error during poll()"; in waitEvents()
327 PLOG(ERROR) << "Mtp unable to read eventfd"; in waitEvents()
338 PLOG(ERROR) << "Mtp error getting events"; in waitEvents()
345 … PLOG(ERROR) << "Mtp got error event at " << j << " and " << buf->actual << " total"; in waitEvents()
366 PLOG(ERROR) << "Mtp stall failed on bulk in"; in cancelTransaction()
368 PLOG(ERROR) << "Mtp stall failed on bulk out"; in cancelTransaction()
386 PLOG(ERROR) << "Mtp couldn't cancel request " << j; in cancelEvents()
401 PLOG(ERROR) << "Mtp couldn't cancel all requests, got " << evs; in cancelEvents()
407 PLOG(ERROR) << "Mtp Unable to read event fd"; in cancelEvents()
434 PLOG(ERROR) << "Mtp io_submit got " << ret << " expected " << buf->actual; in iobufSubmit()
480 PLOG(ERROR) << "Mtp error writing to disk"; in receiveFile()
534 LOG(ERROR) << "Mtp got unexpected short packet"; in receiveFile()
634 PLOG(ERROR) << "Mtp error reading from disk"; in sendFile()
681 PLOG(ERROR) << "Mtp error sending event thread!"; in doSendEvent()