Home
last modified time | relevance | path

Searched refs:UInt64List (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
DMtpTypes.h60 typedef std::vector<uint64_t> UInt64List; typedef
DMtpDataPacket.cpp234 UInt64List* MtpDataPacket::getAUInt64() { in getAUInt64()
238 UInt64List* result = new UInt64List; in getAUInt64()
DMtpDataPacket.h66 UInt64List* getAUInt64();
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_data_packet_fuzzer.cpp80 UInt64List* result = mtpDataPacket.getAUInt64(); in process()