Home
last modified time | relevance | path

Searched refs:UInt32List (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
DMtpTypes.h60 typedef Vector<uint32_t> UInt32List; typedef
70 typedef UInt32List MtpObjectHandleList;
72 typedef UInt32List MtpStorageIDList;
DMtpDataPacket.h64 UInt32List* getAUInt32();
88 void putAUInt32(const UInt32List* list);
DMtpDataPacket.cpp201 UInt32List* MtpDataPacket::getAUInt32() { in getAUInt32()
205 UInt32List* result = new UInt32List; in getAUInt32()
394 void MtpDataPacket::putAUInt32(const UInt32List* list) { in putAUInt32()