Home | History | Annotate | Download | only in mtp

Lines Matching defs:getUInt32

90 bool MtpDataPacket::getUInt32(uint32_t& value) {
113 return getUInt32(value[0]) && getUInt32(value[1]) && getUInt32(value[2]) && getUInt32(value[3]);
123 if (!getUInt32(count))
139 if (!getUInt32(count))
155 if (!getUInt32(count))
171 if (!getUInt32(count))
187 if (!getUInt32(count))
203 if (!getUInt32(count))
208 if (!getUInt32(value)) {
219 if (!getUInt32(count))
235 if (!getUInt32(count))
479 uint32_t totalLength = MtpPacket::getUInt32(MTP_CONTAINER_LENGTH_OFFSET);