Lines Matching refs:PLOG

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()
222 PLOG(ERROR) << "Mtp error ctrlreq read data"; in handleControlRequest()
263 PLOG(ERROR) << "Mtp error ctrlreq write data"; in handleControlRequest()
286 PLOG(ERROR) << "unable to setup aio"; in start()
317 PLOG(ERROR) << "Mtp error during poll()"; in waitEvents()
331 PLOG(ERROR) << "Mtp unable to read eventfd"; in waitEvents()
342 PLOG(ERROR) << "Mtp error getting events"; in waitEvents()
349PLOG(ERROR) << "Mtp got error event at " << j << " and " << buf->actual << " total"; in waitEvents()
370 PLOG(ERROR) << "Mtp stall failed on bulk in"; in cancelTransaction()
372 PLOG(ERROR) << "Mtp stall failed on bulk out"; in cancelTransaction()
390 PLOG(ERROR) << "Mtp couldn't cancel request " << j; in cancelEvents()
405 PLOG(ERROR) << "Mtp couldn't cancel all requests, got " << evs; in cancelEvents()
411 PLOG(ERROR) << "Mtp Unable to read event fd"; in cancelEvents()
438 PLOG(ERROR) << "Mtp io_submit got " << ret << " expected " << buf->actual; in iobufSubmit()
484 PLOG(ERROR) << "Mtp error writing to disk"; in receiveFile()
641 PLOG(ERROR) << "Mtp error reading from disk"; in sendFile()
693 PLOG(ERROR) << "Mtp error sending event thread!"; in doSendEvent()