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()
269 void MtpDataPacket::putUInt32(uint32_t value) { in putUInt32() function in android::MtpDataPacket
315 putUInt32(value[0]); in putUInt128()
316 putUInt32(value[1]); in putUInt128()
317 putUInt32(value[2]); in putUInt128()
318 putUInt32(value[3]); in putUInt128()
332 putUInt32(count); in putAInt8()
338 putUInt32(count); in putAUInt8()
344 putUInt32(count); in putAInt16()
350 putUInt32(count); in putAUInt16()
[all …]
DMtpDevice.cpp435 mData.putUInt32(info->mStorageID); in sendObjectInfo()
438 mData.putUInt32(info->mCompressedSize); in sendObjectInfo()
440 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
441 mData.putUInt32(info->mThumbPixWidth); in sendObjectInfo()
442 mData.putUInt32(info->mThumbPixHeight); in sendObjectInfo()
443 mData.putUInt32(info->mImagePixWidth); in sendObjectInfo()
444 mData.putUInt32(info->mImagePixHeight); in sendObjectInfo()
445 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
446 mData.putUInt32(info->mParent); in sendObjectInfo()
448 mData.putUInt32(info->mAssociationDesc); in sendObjectInfo()
[all …]
DMtpServer.cpp449 mData.putUInt32(0); in doGetDeviceInfo()
452 mData.putUInt32(6); in doGetDeviceInfo()
523 mData.putUInt32(count); in doGetStorageIDs()
525 mData.putUInt32(mStorages[i]->getStorageID()); in doGetStorageIDs()
548 mData.putUInt32(1024*1024*1024); // Free Space in Objects in doGetStorageInfo()
732 mData.putUInt32(info.mStorageID); in doGetObjectInfo()
741 mData.putUInt32(size); in doGetObjectInfo()
744 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()
745 mData.putUInt32(info.mThumbPixWidth); in doGetObjectInfo()
746 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()
DMtpDataPacket.h72 void putUInt32(uint32_t value);
94 inline void putEmptyArray() { putUInt32(0); } in putEmptyArray()
DMtpResponsePacket.cpp39 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpEventPacket.cpp46 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpRequestPacket.cpp64 putUInt32(MTP_CONTAINER_LENGTH_OFFSET, mPacketSize); in write()
DMtpPacket.h67 void putUInt32(int offset, uint32_t value);
DMtpProperty.cpp206 packet.putUInt32(mGroupCode); in write()
504 packet.putUInt32(value.u.u32); in writeValue()
554 packet.putUInt32(length); in writeArrayValues()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp420 packet.putUInt32(longValue); in getObjectPropertyValue()
602 packet.putUInt32(longValue); in getDevicePropertyValue()
680 packet.putUInt32(count); in getObjectPropertyList()
694 packet.putUInt32(objectHandles[i]); in getObjectPropertyList()
716 packet.putUInt32(longValues[i]); in getObjectPropertyList()