Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpTypes.h57 typedef std::vector<uint8_t> UInt8List; typedef
DMtpDataPacket.h60 UInt8List* getAUInt8();
DMtpDataPacket.cpp138 UInt8List* MtpDataPacket::getAUInt8() { in getAUInt8()
142 UInt8List* result = new UInt8List; in getAUInt8()