Lines Matching refs:handle
104 MtpObjectInfo* getObjectInfo(MtpObjectHandle handle);
105 void* getThumbnail(MtpObjectHandle handle, int& outLength);
107 bool sendObject(MtpObjectHandle handle, uint32_t size, int srcFD);
108 bool deleteObject(MtpObjectHandle handle);
109 MtpObjectHandle getParent(MtpObjectHandle handle);
110 MtpStorageID getStorageID(MtpObjectHandle handle);
118 bool getObjectPropValue(MtpObjectHandle handle, MtpProperty* property);
120 bool readObject(MtpObjectHandle handle, ReadObjectCallback callback,
122 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
124 bool readObject(MtpObjectHandle handle, int fd);
125 bool readPartialObject(MtpObjectHandle handle,
131 bool readPartialObject64(MtpObjectHandle handle,
145 int reapEventRequest(int handle, uint32_t (*parameters)[3]);
149 void discardEventRequest(int handle);
153 bool readObjectInternal(MtpObjectHandle handle,