Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpTypes.h58 typedef std::vector<uint16_t> UInt16List; typedef
66 typedef UInt16List MtpObjectPropertyList;
67 typedef UInt16List MtpDevicePropertyList;
68 typedef UInt16List MtpObjectFormatList;
70 typedef UInt16List MtpObjectPropertyList;
DMtpDeviceInfo.h33 UInt16List* mOperations;
34 UInt16List* mEvents;
DMtpDataPacket.h62 UInt16List* getAUInt16();
85 void putAUInt16(const UInt16List* values);
DMtpDataPacket.cpp170 UInt16List* MtpDataPacket::getAUInt16() { in getAUInt16()
174 UInt16List* result = new UInt16List; in getAUInt16()
376 void MtpDataPacket::putAUInt16(const UInt16List* values) { in putAUInt16()