Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDataPacket.h61 Int16List* getAInt16();
DMtpDataPacket.cpp154 Int16List* MtpDataPacket::getAInt16() { in getAInt16() function in android::MtpDataPacket
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_data_packet_fuzzer.cpp56 Int16List* result = mtpDataPacket.getAInt16(); in process()