Lines Matching refs:mData
180 int ret = mData.read(fd);
190 mData.dump();
192 mData.reset();
196 if (!dataIn && mData.hasData()) {
197 mData.setOperationCode(operation);
198 mData.setTransactionID(transaction);
200 mData.dump();
201 ret = mData.write(fd);
431 mData.putUInt16(MTP_STANDARD_VERSION);
433 mData.putUInt32(0);
436 mData.putUInt32(6);
438 mData.putUInt16(MTP_STANDARD_VERSION);
446 mData.putString(string); // MTP Extensions
447 mData.putUInt16(0); //Functional Mode
448 mData.putAUInt16(kSupportedOperationCodes,
450 mData.putAUInt16(kSupportedEventCodes,
452 mData.putAUInt16(deviceProperties); // Device Properties Supported
453 mData.putAUInt16(captureFormats); // Capture Formats
454 mData.putAUInt16(playbackFormats); // Playback Formats
458 mData.putString(string); // Manufacturer
462 mData.putString(string); // Model
464 mData.putString(string); // Device Version
468 mData.putString(string); // Serial Number
504 mData.putUInt32(count);
506 mData.putUInt32(mStorages[i]->getStorageID());
521 mData.putUInt16(storage->getType());
522 mData.putUInt16(storage->getFileSystemType());
523 mData.putUInt16(storage->getAccessCapability());
524 mData.putUInt64(storage->getMaxCapacity());
525 mData.putUInt64(storage->getFreeSpace());
526 mData.putUInt32(1024*1024*1024); // Free Space in Objects
528 mData.putString(string);
529 mData.putEmptyString(); // Volume Identifier
539 mData.putAUInt16(properties);
556 mData.putAUInt32(handles);
591 mData.putAUInt32(handles);
594 mData.putEmptyArray();
606 MtpObjectHandleList* references = mData.getAUInt32();
620 return mDatabase->getObjectPropertyValue(handle, property, mData);
631 return mDatabase->setObjectPropertyValue(handle, property, mData);
639 return mDatabase->getDevicePropertyValue(property, mData);
647 return mDatabase->setDevicePropertyValue(property, mData);
672 return mDatabase->getObjectPropertyList(handle, format, property, groupCode, depth, mData);
684 mData.putUInt32(info.mStorageID);
685 mData.putUInt16(info.mFormat);
686 mData.putUInt16(info.mProtectionStatus);
693 mData.putUInt32(size);
695 mData.putUInt16(info.mThumbFormat);
696 mData.putUInt32(info.mThumbCompressedSize);
697 mData.putUInt32(info.mThumbPixWidth);
698 mData.putUInt32(info.mThumbPixHeight);
699 mData.putUInt32(info.mImagePixWidth);
700 mData.putUInt32(info.mImagePixHeight);
701 mData.putUInt32(info.mImagePixDepth);
702 mData.putUInt32(info.mParent);
703 mData.putUInt16(info.mAssociationType);
704 mData.putUInt32(info.mAssociationDesc);
705 mData.putUInt32(info.mSequenceNumber);
706 mData.putString(info.mName);
708 mData.putString(date); // date created
710 mData.putString(date); // date modified
711 mData.putEmptyString(); // keywords
757 mData.setOperationCode(mRequest.getOperationCode());
758 mData.setTransactionID(mRequest.getTransactionID());
759 mData.writeData(mFD, thumb, thumbSize);
840 mData.getUInt32(); // storage ID
841 MtpObjectFormat format = mData.getUInt16();
842 mData.getUInt16(); // protection status
843 mSendObjectFileSize = mData.getUInt32();
844 mData.getUInt16(); // thumb format
845 mData.getUInt32(); // thumb compressed size
846 mData.getUInt32(); // thumb pix width
847 mData.getUInt32(); // thumb pix height
848 mData.getUInt32(); // image pix width
849 mData.getUInt32(); // image pix height
850 mData.getUInt32(); // image bit depth
851 mData.getUInt32(); // parent
852 uint16_t associationType = mData.getUInt16();
853 uint32_t associationDesc = mData.getUInt32(); // association desc
854 mData.getUInt32(); // sequence number
856 mData.getString(name); // file name
857 mData.getString(created); // date created
858 mData.getString(modified); // date modified
927 ret = mData.read(mFD);
947 ret = write(mfr.fd, mData.getData(), initialData);
975 mData.reset();
1075 property->write(mData);
1086 property->write(mData);
1116 int ret = mData.read(mFD);
1122 ret = pwrite(edit->mFD, mData.getData(), initialData, offset);
1146 mData.reset();