Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpTypes.h61 typedef std::vector<int8_t> Int8List; typedef
DMtpDataPacket.h59 Int8List* getAInt8();
DMtpDataPacket.cpp122 Int8List* MtpDataPacket::getAInt8() { in getAInt8()
126 Int8List* result = new Int8List; in getAInt8()