Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDataPacket.h65 Int64List* getAInt64();
DMtpDataPacket.cpp218 Int64List* MtpDataPacket::getAInt64() { in getAInt64() function in android::MtpDataPacket
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_data_packet_fuzzer.cpp64 Int64List* result = mtpDataPacket.getAInt64(); in process()