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

/frameworks/av/media/mtp/
H A DMtpDevice.cpp715 const uint32_t fullLength = mData.getContainerLength(); local
716 if (fullLength < MTP_CONTAINER_HEADER_SIZE) {
717 ALOGE("fullLength is too short: %d", fullLength);
720 const uint32_t length = fullLength - MTP_CONTAINER_HEADER_SIZE;
722 ALOGE("readObject error length: %d", fullLength);
732 if (fullLength > MTP_CONTAINER_HEADER_SIZE && initialDataLength == 0) {

Completed in 64 milliseconds