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.cpp123 uint16_t MtpPacket::getContainerType() const { in getContainerType() function in android::MtpPacket
DMtpDevice.cpp710 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
873 if (mData.getContainerType() == MTP_CONTAINER_TYPE_RESPONSE) { in readData()
DMtpServer.cpp340 int containertype = mRequest.getContainerType(); in handleRequest()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java238 public ContainerType getContainerType(); in getContainerType() method
434 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.BuilderAdapter
620 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionAdapter
771 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()