Searched refs:putUInt32 (Results 1 – 11 of 11) sorted by relevance
72 MtpPacket::putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id); in setTransactionID()290 void MtpDataPacket::putUInt32(uint32_t value) { in putUInt32() function in android::MtpDataPacket336 putUInt32(value[0]); in putUInt128()337 putUInt32(value[1]); in putUInt128()338 putUInt32(value[2]); in putUInt128()339 putUInt32(value[3]); in putUInt128()353 putUInt32(count); in putAInt8()359 putUInt32(count); in putAUInt8()365 putUInt32(count); in putAInt16()371 putUInt32(count); in putAUInt16()[all …]
108 void MtpPacket::putUInt32(int offset, uint32_t value) { in putUInt32() function in android::MtpPacket132 putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id); in setTransactionID()151 putUInt32(offset, value); in setParameter()
477 mData.putUInt32(info->mStorageID); in sendObjectInfo()480 mData.putUInt32(info->mCompressedSize); 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()490 mData.putUInt32(info->mAssociationDesc); in sendObjectInfo()[all …]
470 mData.putUInt32(0); in doGetDeviceInfo()473 mData.putUInt32(6); in doGetDeviceInfo()532 mData.putUInt32(count); in doGetStorageIDs()534 mData.putUInt32(mStorages[i]->getStorageID()); in doGetStorageIDs()557 mData.putUInt32(1024*1024*1024); // Free Space in Objects in doGetStorageInfo()743 mData.putUInt32(info.mStorageID); in doGetObjectInfo()752 mData.putUInt32(size); in doGetObjectInfo()755 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()756 mData.putUInt32(info.mThumbPixWidth); in doGetObjectInfo()757 mData.putUInt32(info.mThumbPixHeight); in doGetObjectInfo()[all …]
73 void putUInt32(uint32_t value);95 inline void putEmptyArray() { putUInt32(0); } in putEmptyArray()
40 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
66 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
42 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
71 void putUInt32(int offset, uint32_t value);
210 packet.putUInt32(mGroupCode); in write()519 packet.putUInt32(value.u.u32); in writeValue()569 packet.putUInt32(length); in writeArrayValues()
435 packet.putUInt32(longValue); in getObjectPropertyValue()607 packet.putUInt32(longValue); in getDevicePropertyValue()692 packet.putUInt32(count); in getObjectPropertyList()706 packet.putUInt32(objectHandles[i]); in getObjectPropertyList()746 packet.putUInt32(longValues[i]); in getObjectPropertyList()