Home
last modified time | relevance | path

Searched refs:temp16 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DMtpServer.cpp896 uint16_t temp16; in doSendObjectInfo() local
923 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()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp589 uint16_t temp16 = 0; in unflatten() local
590 FlattenableUtils::read(buffer, size, temp16); in unflatten()
591 mIndex = temp16; in unflatten()