Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpTypes.h59 typedef std::vector<uint32_t> UInt32List; typedef
69 typedef UInt32List MtpObjectHandleList;
71 typedef UInt32List MtpStorageIDList;
DMtpDataPacket.h64 UInt32List* getAUInt32();
88 void putAUInt32(const UInt32List* list);
DMtpDataPacket.cpp202 UInt32List* MtpDataPacket::getAUInt32() { in getAUInt32()
206 UInt32List* result = new UInt32List; in getAUInt32()
395 void MtpDataPacket::putAUInt32(const UInt32List* list) { in putAUInt32()