HomeSort by relevance Sort by last modified time
    Searched refs:putInt128 (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/mtp/
MtpDataPacket.h 74 void putInt128(const int128_t& value);
76 void putInt128(int64_t value);
MtpDataPacket.cpp 233 void MtpDataPacket::putInt128(const int128_t& value) {
247 void MtpDataPacket::putInt128(int64_t value) {
MtpProperty.cpp 501 packet.putInt128(value.u.i128);
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 421 packet.putInt128(longValue);
424 packet.putInt128(longValue);
569 packet.putInt128(longValue);
572 packet.putInt128(longValue);
709 packet.putInt128(longValues[i]);
    [all...]

Completed in 67 milliseconds