Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDataPacket.h63 Int32List* getAInt32();
DMtpDataPacket.cpp186 Int32List* MtpDataPacket::getAInt32() { in getAInt32() function in android::MtpDataPacket
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_data_packet_fuzzer.cpp60 Int32List* result = mtpDataPacket.getAInt32(); in process()