Home | History | Annotate | Download | only in mtp

Lines Matching defs:getUInt32

68 bool MtpDataPacket::getUInt32(uint32_t& value) {
91 return getUInt32(value[0]) && getUInt32(value[1]) && getUInt32(value[2]) && getUInt32(value[3]);
101 if (!getUInt32(count))
117 if (!getUInt32(count))
133 if (!getUInt32(count))
149 if (!getUInt32(count))
165 if (!getUInt32(count))
181 if (!getUInt32(count))
186 if (!getUInt32(value)) {
197 if (!getUInt32(count))
213 if (!getUInt32(count))
457 uint32_t totalLength = MtpPacket::getUInt32(MTP_CONTAINER_LENGTH_OFFSET);