Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java88 private long mTimestampNanos; field in ScanResult
113 mTimestampNanos = timestampNanos; in ScanResult()
148 mTimestampNanos = timestampNanos; in ScanResult()
170 dest.writeLong(mTimestampNanos); in writeToParcel()
187 mTimestampNanos = in.readLong(); in readFromParcel()
232 return mTimestampNanos; in getTimestampNanos()
313 return Objects.hash(mDevice, mRssi, mScanRecord, mTimestampNanos, in hashCode()
330 && (mTimestampNanos == other.mTimestampNanos) in equals()
343 + ", timestampNanos=" + mTimestampNanos + ", eventType=" + mEventType in toString()
H A DPeriodicAdvertisingReport.java53 private long mTimestampNanos; field in PeriodicAdvertisingReport
142 return mTimestampNanos; in getTimestampNanos()
147 return Objects.hash(mSyncHandle, mTxPower, mRssi, mDataStatus, mData, mTimestampNanos); in hashCode()
164 && (mTimestampNanos == other.mTimestampNanos); in equals()
171 + ", data=" + Objects.toString(mData) + ", timestampNanos=" + mTimestampNanos + '}'; in toString()
/aosp12/frameworks/base/core/java/android/view/
H A DChoreographer.java969 private long mTimestampNanos; field in Choreographer.FrameDisplayEventReceiver
1008 mTimestampNanos = timestampNanos; in onVsync()
1022 doFrame(mTimestampNanos, mFrame, mLastVsyncEventData); in run()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12406 Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTimestampNanos:J
12479 Landroid/bluetooth/le/ScanResult;->mTimestampNanos:J
62946 Landroid/view/Choreographer$FrameDisplayEventReceiver;->mTimestampNanos:J