Home
last modified time | relevance | path

Searched defs:getInt64 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
DMtpDataPacket.h54 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); } in getInt64() function
/frameworks/base/core/java/android/os/
DHwBlob.java76 public native final long getInt64(long offset); in getInt64() method in HwBlob
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h997 bool getInt64(const char *key, int64_t *value) const { in getInt64() function