Searched refs:mTimestampNanos (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | ScanResult.java | 88 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 D | PeriodicAdvertisingReport.java | 53 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 D | Choreographer.java | 969 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 D | hiddenapi-max-target-o.txt | 12406 Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTimestampNanos:J 12479 Landroid/bluetooth/le/ScanResult;->mTimestampNanos:J 62946 Landroid/view/Choreographer$FrameDisplayEventReceiver;->mTimestampNanos:J
|