Searched refs:FFS_MTP_EP0 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
H A DIMtpHandle.h21 constexpr char FFS_MTP_EP0[] = "/dev/usb-ffs/mtp/ep0"; variable
H A DMtpFfsHandle.cpp323 mControl.reset(TEMP_FAILURE_RETRY(open(FFS_MTP_EP0, O_RDWR)));
325 PLOG(ERROR) << FFS_MTP_EP0 << ": cannot open control endpoint";
337 PLOG(ERROR) << FFS_MTP_EP0 << "Switching to V1 descriptor format";
340 PLOG(ERROR) << FFS_MTP_EP0 << "Writing descriptors failed";
346 PLOG(ERROR) << FFS_MTP_EP0 << "Writing strings failed";
452 PLOG(ERROR) << FFS_MTP_EP0 << ": cannot open intr ep";
H A DMtpServer.cpp127 bool ffs_ok = access(FFS_MTP_EP0, W_OK) == 0;

Completed in 329 milliseconds