Searched refs:temp16 (Results 1 – 2 of 2) sorted by relevance
905 uint16_t temp16; in doSendObjectInfo() local932 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; in doSendObjectInfo()933 MtpObjectFormat format = temp16; in doSendObjectInfo()934 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // protection status in doSendObjectInfo()937 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb format in doSendObjectInfo()945 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; in doSendObjectInfo()
589 uint16_t temp16 = 0; in unflatten() local590 FlattenableUtils::read(buffer, size, temp16); in unflatten()591 mIndex = temp16; in unflatten()