Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpPacket.h55 uint16_t getContainerType() const;
DMtpPacket.cpp145 uint16_t MtpPacket::getContainerType() const { in getContainerType() function in android::MtpPacket
DMtpDevice.cpp736 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
899 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
DMtpServer.cpp346 int containertype = mRequest.getContainerType(); in handleRequest()
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_packet_fuzzer.cpp48 [&]() { mtpPacket.getContainerType(); }, in process()