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

/frameworks/av/media/mtp/
H A DMtpDeviceInfo.h33 UInt16List* mOperations;
34 UInt16List* mEvents;
H A DMtpTypes.h59 typedef Vector<uint16_t> UInt16List; typedef in namespace:android
67 typedef UInt16List MtpObjectPropertyList;
68 typedef UInt16List MtpDevicePropertyList;
69 typedef UInt16List MtpObjectFormatList;
71 typedef UInt16List MtpObjectPropertyList;
H A DMtpDataPacket.h60 UInt16List* getAUInt16();
83 void putAUInt16(const UInt16List* values);
H A DMtpDataPacket.cpp115 UInt16List* MtpDataPacket::getAUInt16() {
116 UInt16List* result = new UInt16List;
281 void MtpDataPacket::putAUInt16(const UInt16List* values) {

Completed in 183 milliseconds