Lines Matching refs:MtpObjectHandle
96 MtpObjectHandle parent);
97 MtpObjectInfo* getObjectInfo(MtpObjectHandle handle);
98 void* getThumbnail(MtpObjectHandle handle, int& outLength);
99 MtpObjectHandle sendObjectInfo(MtpObjectInfo* info);
100 bool sendObject(MtpObjectHandle handle, int size, int srcFD);
101 bool deleteObject(MtpObjectHandle handle);
102 MtpObjectHandle getParent(MtpObjectHandle handle);
103 MtpObjectHandle getStorageID(MtpObjectHandle handle);
111 bool getObjectPropValue(MtpObjectHandle handle, MtpProperty* property);
113 bool readObject(MtpObjectHandle handle, ReadObjectCallback callback,
115 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
117 bool readObject(MtpObjectHandle handle, int fd);
118 bool readPartialObject(MtpObjectHandle handle,
124 bool readPartialObject64(MtpObjectHandle handle,
146 bool readObjectInternal(MtpObjectHandle handle,