Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DSendKeyAction.java86 mLastSendKeyTime = getCurrentTime(); in start()
98 private long getCurrentTime() { in getCurrentTime() method in SendKeyAction
118 mLastSendKeyTime = getCurrentTime(); in processKeyEvent()
128 if (getCurrentTime() - mLastSendKeyTime >= IRT_MS) { in processKeyEvent()
130 mLastSendKeyTime = getCurrentTime(); in processKeyEvent()
192 mLastSendKeyTime = getCurrentTime(); in handleTimerEvent()
/frameworks/ml/nn/common/
DExecutionBurstController.cpp295 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local
296 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
298 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
DExecutionBurstServer.cpp374 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local
375 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
377 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTestUtils.java90 SystemClock.setCurrentTimeMillis(shadowLooper.getScheduler().getCurrentTime()); in runToEndOfTasks()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java380 private long getCurrentTime() { in getCurrentTime() method in AppStandbyControllerTests