Home | History | Annotate | Download | only in mtp

Lines Matching refs:getUInt32

62     mStorageID = packet.getUInt32();
65 mCompressedSize = packet.getUInt32();
67 mThumbCompressedSize = packet.getUInt32();
68 mThumbPixWidth = packet.getUInt32();
69 mThumbPixHeight = packet.getUInt32();
70 mImagePixWidth = packet.getUInt32();
71 mImagePixHeight = packet.getUInt32();
72 mImagePixDepth = packet.getUInt32();
73 mParent = packet.getUInt32();
75 mAssociationDesc = packet.getUInt32();
76 mSequenceNumber = packet.getUInt32();