Searched refs:temp16 (Results 1 – 2 of 2) sorted by relevance
896 uint16_t temp16; in doSendObjectInfo() local923 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; in doSendObjectInfo()924 MtpObjectFormat format = temp16; in doSendObjectInfo()925 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // protection status in doSendObjectInfo()928 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb format in doSendObjectInfo()936 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()