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

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp279 void MtpDataPacket::putInt64(int64_t value) { function in class:android::MtpDataPacket
322 putInt64(value);
323 putInt64(value < 0 ? -1 : 0);
388 putInt64(*values++);

Completed in 135 milliseconds