Home
last modified time | relevance | path

Searched refs:mTimestampNanos (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java41 private long mTimestampNanos; field in ScanResult
56 mTimestampNanos = timestampNanos; in ScanResult()
78 dest.writeLong(mTimestampNanos); in writeToParcel()
89 mTimestampNanos = in.readLong(); in readFromParcel()
123 return mTimestampNanos; in getTimestampNanos()
128 return Objects.hash(mDevice, mRssi, mScanRecord, mTimestampNanos); in hashCode()
142 && (mTimestampNanos == other.mTimestampNanos); in equals()
149 + mTimestampNanos + '}'; in toString()
/frameworks/base/core/java/android/view/
DChoreographer.java801 private long mTimestampNanos; field in Choreographer.FrameDisplayEventReceiver
847 mTimestampNanos = timestampNanos; in onVsync()
857 doFrame(mTimestampNanos, mFrame); in run()