Lines Matching refs:mData
366 if (info->read(mData)) in getDeviceInfo()
384 return mData.getAUInt32(); in getStorageIDs()
401 if (info->read(mData)) in getStorageInfo()
423 return mData.getAUInt32(); in getObjectHandles()
442 if (info->read(mData)) in getObjectInfo()
458 return mData.getData(&outLength); in getThumbnail()
476 mData.reset(); in sendObjectInfo()
477 mData.putUInt32(info->mStorageID); in sendObjectInfo()
478 mData.putUInt16(info->mFormat); in sendObjectInfo()
479 mData.putUInt16(info->mProtectionStatus); in sendObjectInfo()
480 mData.putUInt32(info->mCompressedSize); in sendObjectInfo()
481 mData.putUInt16(info->mThumbFormat); in sendObjectInfo()
482 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
483 mData.putUInt32(info->mThumbPixWidth); in sendObjectInfo()
484 mData.putUInt32(info->mThumbPixHeight); in sendObjectInfo()
485 mData.putUInt32(info->mImagePixWidth); in sendObjectInfo()
486 mData.putUInt32(info->mImagePixHeight); in sendObjectInfo()
487 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
488 mData.putUInt32(info->mParent); in sendObjectInfo()
489 mData.putUInt16(info->mAssociationType); in sendObjectInfo()
490 mData.putUInt32(info->mAssociationDesc); in sendObjectInfo()
491 mData.putUInt32(info->mSequenceNumber); in sendObjectInfo()
492 mData.putString(info->mName); in sendObjectInfo()
498 mData.putString(created); in sendObjectInfo()
499 mData.putString(modified); in sendObjectInfo()
501 mData.putString(info->mKeywords); in sendObjectInfo()
503 mData.putEmptyString(); in sendObjectInfo()
530 mData.setOperationCode(mRequest.getOperationCode()); in sendObject()
531 mData.setTransactionID(mRequest.getTransactionID()); in sendObject()
532 const int64_t writeResult = mData.write(mRequestOut, mPacketDivisionMode, srcFD, size); in sendObject()
585 return mData.getAUInt16(); in getObjectPropsSupported()
603 if (property->read(mData)) in getDevicePropDesc()
624 if (property->read(mData)) in getObjectPropDesc()
647 property->setCurrentValue(mData); in getObjectPropValue()
703 if (!mData.readDataHeader(mRequestIn1)) { in readData()
710 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
711 mResponse.copyFrom(mData); in readData()
715 const uint32_t fullLength = mData.getContainerLength(); in readData()
731 void* const initialData = mData.getData(&initialDataLength); in readData()
763 const int read = mData.readDataWait(mDevice); in readData()
780 if (mData.readDataAsync(req) != 0) { in readData()
861 mData.setOperationCode(mRequest.getOperationCode()); in sendData()
862 mData.setTransactionID(mRequest.getTransactionID()); in sendData()
863 int ret = mData.write(mRequestOut, mPacketDivisionMode); in sendData()
864 mData.dump(); in sendData()
869 mData.reset(); in readData()
870 int ret = mData.read(mRequestIn1); in readData()
873 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
877 mResponse.copyFrom(mData); in readData()
881 mData.dump(); in readData()