Home
last modified time | relevance | path

Searched refs:timeDifference (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubGetTimeTestExecutor.java106 long timeDifference = timestamp - mFirstTimestamp; in handleMessageFromNanoApp() local
108 timeDifference > 0); in handleMessageFromNanoApp()
110 + " nanoseconds, but got " + timeDifference, in handleMessageFromNanoApp()
111 ((timeDifference > (SLEEP_DURATION_NS - TOLERANCE_NS)) in handleMessageFromNanoApp()
112 && (timeDifference in handleMessageFromNanoApp()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraDisplay.cpp243 nsecs_t timeDifference = 0; in computePresentationTimeStamp() local
258 timeDifference = presentationTimeStamp - mVsyncTimeStamp; in computePresentationTimeStamp()
261 vsyncOffset = timeDifference % mAvgVsyncInterval; in computePresentationTimeStamp()
273 timeDifference, vsyncOffset, mAvgVsyncInterval, in computePresentationTimeStamp()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java1148 double timeDifference = mClock.getElapsedSinceBootMillis() in calculateLastSelectionWeight() local
1151 if (timeDifference >= millis) return 0.0; in calculateLastSelectionWeight()
1152 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DErrorPolicyManager.java979 long timeDifference = currentTime - mLastErrorTime; in canBringUpTunnel() local
980 if (timeDifference < retryTime) { in canBringUpTunnel()
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackManagerServiceImpl.java425 final long timeDifference = mRelativeBootTime - oldRelativeBootTime;
430 rollback.setTimestamp(rollback.getTimestamp().plusMillis(timeDifference));