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

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp300 void MtpDataPacket::putInt64(int64_t value) { function in class:android::MtpDataPacket
343 putInt64(value);
344 putInt64(value < 0 ? -1 : 0);
409 putInt64(*values++);
/frameworks/base/core/java/android/os/
H A DHwBlob.java210 public native final void putInt64(long offset, long x); method in class:HwBlob

Completed in 68 milliseconds