Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDataPacket.h59 Int8List* getAInt8();
DMtpDataPacket.cpp122 Int8List* MtpDataPacket::getAInt8() { in getAInt8() function in android::MtpDataPacket
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_data_packet_fuzzer.cpp51 Int8List* result = mtpDataPacket.getAInt8(); in process()