HomeSort by relevance Sort by last modified time
    Searched refs:UInt8List (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/mtp/
MtpTypes.h 58 typedef Vector<uint8_t> UInt8List;
MtpDataPacket.h 59 UInt8List* getAUInt8();
MtpDataPacket.cpp 117 UInt8List* MtpDataPacket::getAUInt8() {
121 UInt8List* result = new UInt8List;

Completed in 40 milliseconds