Home
last modified time | relevance | path

Searched refs:putUInt32 (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/mtp/
DMtpDataPacket.cpp72 MtpPacket::putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id); in setTransactionID()
290 void MtpDataPacket::putUInt32(uint32_t value) { in putUInt32() function in android::MtpDataPacket
336 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 …]
DMtpPacket.cpp108 void MtpPacket::putUInt32(int offset, uint32_t value) { in putUInt32() function in android::MtpPacket
132 putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id); in setTransactionID()
151 putUInt32(offset, value); in setParameter()
DMtpDevice.cpp477 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 …]
DMtpServer.cpp470 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 …]
DMtpDataPacket.h73 void putUInt32(uint32_t value);
95 inline void putEmptyArray() { putUInt32(0); } in putEmptyArray()
DMtpResponsePacket.cpp40 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpRequestPacket.cpp66 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpEventPacket.cpp42 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpPacket.h71 void putUInt32(int offset, uint32_t value);
DMtpProperty.cpp210 packet.putUInt32(mGroupCode); in write()
519 packet.putUInt32(value.u.u32); in writeValue()
569 packet.putUInt32(length); in writeArrayValues()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp435 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()