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

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp257 void MtpDataPacket::putInt32(int32_t value) { function in class:android::MtpDataPacket
306 putInt32(value[0]);
307 putInt32(value[1]);
308 putInt32(value[2]);
309 putInt32(value[3]);
363 putInt32(*values++);

Completed in 42 milliseconds