Home | History | Annotate | Download | only in mtp

Lines Matching refs:MtpObjectHandle

356             MtpObjectFormat format, MtpObjectHandle parent) {
374 MtpObjectInfo* MtpDevice::getObjectInfo(MtpObjectHandle handle) {
394 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) {
409 MtpObjectHandle MtpDevice::sendObjectInfo(MtpObjectInfo* info) {
413 MtpObjectHandle parent = info->mParent;
457 return (MtpObjectHandle)-1;
486 bool MtpDevice::deleteObject(MtpObjectHandle handle) {
499 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) {
502 MtpObjectHandle parent = info->mParent;
510 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) {
513 MtpObjectHandle storageId = info->mStorageID;
575 bool MtpDevice::readObject(MtpObjectHandle handle,
668 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) {