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 58 UInt8List* getAUInt8();
MtpDataPacket.cpp 99 UInt8List* MtpDataPacket::getAUInt8() {
100 UInt8List* result = new UInt8List;

Completed in 52 milliseconds