Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpTypes.h59 typedef Vector<uint16_t> UInt16List; typedef
67 typedef UInt16List MtpObjectPropertyList;
68 typedef UInt16List MtpDevicePropertyList;
69 typedef UInt16List MtpObjectFormatList;
71 typedef UInt16List MtpObjectPropertyList;
DMtpDeviceInfo.h33 UInt16List* mOperations;
34 UInt16List* mEvents;
DMtpDataPacket.h61 UInt16List* getAUInt16();
84 void putAUInt16(const UInt16List* values);
DMtpDataPacket.cpp147 UInt16List* MtpDataPacket::getAUInt16() { in getAUInt16()
151 UInt16List* result = new UInt16List; in getAUInt16()
353 void MtpDataPacket::putAUInt16(const UInt16List* values) { in putAUInt16()