Home | History | Annotate | Download | only in mtp

Lines Matching defs:getUInt32

61 uint32_t MtpDataPacket::getUInt32() {
80 value[0] = getUInt32();
81 value[1] = getUInt32();
82 value[2] = getUInt32();
83 value[3] = getUInt32();
93 int count = getUInt32();
101 int count = getUInt32();
109 int count = getUInt32();
117 int count = getUInt32();
125 int count = getUInt32();
133 int count = getUInt32();
135 result->push(getUInt32());
141 int count = getUInt32();
149 int count = getUInt32();
385 uint32_t totalLength = MtpPacket::getUInt32(MTP_CONTAINER_LENGTH_OFFSET);