Searched defs:temp16 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpServer.cpp906 uint16_t temp16; local
933 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER;
934 MtpObjectFormat format = temp16;
935 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // protection status
938 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb format
946 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER;

Completed in 763 milliseconds