Lines Matching defs:handle
428 MtpObjectInfo* MtpDevice::getObjectInfo(MtpObjectHandle handle) { in getObjectInfo()
450 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { in getThumbnail()
519 bool MtpDevice::sendObject(MtpObjectHandle handle, uint32_t size, int srcFD) { in sendObject()
539 bool MtpDevice::deleteObject(MtpObjectHandle handle) { in deleteObject()
552 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) { in getParent()
563 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) { in getStorageID()
658 bool MtpDevice::getObjectPropValue(MtpObjectHandle handle, MtpProperty* property) { in getObjectPropValue()
677 bool MtpDevice::readObject(MtpObjectHandle handle, in readObject()
685 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { in readObject()
704 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) { in readObject()
709 bool MtpDevice::readObjectInternal(MtpObjectHandle handle, in readObjectInternal()
829 bool MtpDevice::readPartialObject(MtpObjectHandle handle, in readPartialObject()
851 bool MtpDevice::readPartialObject64(MtpObjectHandle handle, in readPartialObject64()
953 int MtpDevice::reapEventRequest(int handle, uint32_t (*parameters)[3]) { in reapEventRequest()
968 void MtpDevice::discardEventRequest(int handle) { in discardEventRequest()