Home
last modified time | relevance | path

Searched refs:getContainerType (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
DMtpPacket.h52 uint16_t getContainerType() const;
DMtpPacket.cpp123 uint16_t MtpPacket::getContainerType() const { in getContainerType() function in android::MtpPacket
DMtpDevice.cpp703 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
858 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
DMtpServer.cpp329 int containertype = mRequest.getContainerType(); in handleRequest()