Searched defs:putInt64 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp277 void MtpDataPacket::putInt64(int64_t value) { function in class:android::MtpDataPacket
320 putInt64(value);
321 putInt64(value < 0 ? -1 : 0);
386 putInt64(*values++);

Completed in 2410 milliseconds