Searched refs:getContainerType (Results 1 – 4 of 4) sorted by relevance
52 uint16_t getContainerType() const;
123 uint16_t MtpPacket::getContainerType() const { in getContainerType() function in android::MtpPacket
703 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()858 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
329 int containertype = mRequest.getContainerType(); in handleRequest()