Home
last modified time | relevance | path

Searched refs:putInt32 (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/mtp/
DMtpDataPacket.cpp280 void MtpDataPacket::putInt32(int32_t value) { in putInt32() function in android::MtpDataPacket
329 putInt32(value[0]); in putInt128()
330 putInt32(value[1]); in putInt128()
331 putInt32(value[2]); in putInt128()
332 putInt32(value[3]); in putInt128()
386 putInt32(*values++); in putAInt32()
DMtpDataPacket.h72 void putInt32(int32_t value);
DMtpProperty.cpp525 packet.putInt32(value.u.i32); in writeValue()
/frameworks/base/core/java/android/os/
DHwBlob.java211 public native final void putInt32(long offset, int x); in putInt32() method in HwBlob
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp485 packet.putInt32(longValue); in getObjectPropertyValue()
657 packet.putInt32(longValue); in getDevicePropertyValue()
796 packet.putInt32(longValues[i]); in getObjectPropertyList()
/frameworks/base/core/api/
Dsystem-current.txt8221 method public final void putInt32(long, int);