Lines Matching refs:MtpObjectHandle
67 MtpObjectHandle mLastSendObjectInfoObjectHandle;
103 MtpObjectHandle parent);
104 MtpObjectInfo* getObjectInfo(MtpObjectHandle handle);
105 void* getThumbnail(MtpObjectHandle handle, int& outLength);
106 MtpObjectHandle sendObjectInfo(MtpObjectInfo* info);
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,
153 bool readObjectInternal(MtpObjectHandle handle,