Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDataPacket.cpp51 MtpPacket::putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id); in setTransactionID()
195 void MtpDataPacket::putUInt32(uint32_t value) { in putUInt32() function in android::MtpDataPacket
241 putUInt32(value[0]); in putUInt128()
242 putUInt32(value[1]); in putUInt128()
243 putUInt32(value[2]); in putUInt128()
244 putUInt32(value[3]); in putUInt128()
258 putUInt32(count); in putAInt8()
264 putUInt32(count); in putAUInt8()
270 putUInt32(count); in putAInt16()
276 putUInt32(count); in putAUInt16()
[all …]
DMtpServer.cpp433 mData.putUInt32(0); in doGetDeviceInfo()
436 mData.putUInt32(6); in doGetDeviceInfo()
504 mData.putUInt32(count); in doGetStorageIDs()
506 mData.putUInt32(mStorages[i]->getStorageID()); in doGetStorageIDs()
526 mData.putUInt32(1024*1024*1024); // Free Space in Objects in doGetStorageInfo()
684 mData.putUInt32(info.mStorageID); in doGetObjectInfo()
693 mData.putUInt32(size); in doGetObjectInfo()
696 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()
697 mData.putUInt32(info.mThumbPixWidth); in doGetObjectInfo()
698 mData.putUInt32(info.mThumbPixHeight); in doGetObjectInfo()
[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.cpp420 mData.putUInt32(info->mStorageID); in sendObjectInfo()
423 mData.putUInt32(info->mCompressedSize); in sendObjectInfo()
425 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
426 mData.putUInt32(info->mThumbPixWidth); in sendObjectInfo()
427 mData.putUInt32(info->mThumbPixHeight); in sendObjectInfo()
428 mData.putUInt32(info->mImagePixWidth); in sendObjectInfo()
429 mData.putUInt32(info->mImagePixHeight); in sendObjectInfo()
430 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
431 mData.putUInt32(info->mParent); in sendObjectInfo()
433 mData.putUInt32(info->mAssociationDesc); in sendObjectInfo()
[all …]
DMtpDataPacket.h71 void putUInt32(uint32_t value);
93 inline void putEmptyArray() { putUInt32(0); } in putEmptyArray()
DMtpRequestPacket.cpp52 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpResponsePacket.cpp39 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpEventPacket.cpp46 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpPacket.h67 void putUInt32(int offset, uint32_t value);
DMtpProperty.cpp192 packet.putUInt32(mGroupCode); in write()
489 packet.putUInt32(value.u.u32); in writeValue()
529 packet.putUInt32(length); in writeArrayValues()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp412 packet.putUInt32(longValue); in getObjectPropertyValue()
560 packet.putUInt32(longValue); in getDevicePropertyValue()
664 packet.putUInt32(count); in getObjectPropertyList()
678 packet.putUInt32(objectHandles[i]); in getObjectPropertyList()
700 packet.putUInt32(longValues[i]); in getObjectPropertyList()