Searched defs:putInt32 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp185 void MtpDataPacket::putInt32(int32_t value) { function in class:android::MtpDataPacket
234 putInt32(value[0]);
235 putInt32(value[1]);
236 putInt32(value[2]);
237 putInt32(value[3]);
291 putInt32(*values++);

Completed in 142 milliseconds