Home
last modified time | relevance | path

Searched defs:curTime (Results 1 – 25 of 175) sorted by relevance

1234567

/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
H A DConfigurationCallbacksTest.java226 final long curTime = SystemClock.elapsedRealtime(); in waitAndAssertRotationInCallbacks() local
237 final long curTime = SystemClock.elapsedRealtime(); in waitAndAssertBoundsChangeInCallbacks() local
251 final long curTime = SystemClock.elapsedRealtime(); in waitAndAssertDimensionsOffsetInCallbacks() local
263 final long curTime = SystemClock.elapsedRealtime(); in waitAndAssertDisplayBoundsChangeInCallbacks() local
273 final long curTime = SystemClock.elapsedRealtime(); in waitAndAssertDisplayOffsetInCallbacks() local
488 long curTime = SystemClock.elapsedRealtime(); in waitForLastCallbackTimeout() local
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/
DWindowsTimer.cpp21 LARGE_INTEGER curTime; in start() local
30 LARGE_INTEGER curTime; in stop() local
42 LARGE_INTEGER curTime; in getElapsedTime() local
/aosp_15_r20/external/deqp/execserver/
H A DxsExecutionServer.cpp248 uint64_t curTime = deGetMicroseconds(); in processSession() local
312 uint64_t curTime = deGetMicroseconds(); in initKeepAlives() local
324 uint64_t curTime = deGetMicroseconds(); in pollKeepAlives() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/
DCacheEntryDao.java50 DBCacheEntry getCacheEntry(String url, Instant curTime); in getCacheEntry()
63 void deleteStaleRows(long defaultMaxAgeSeconds, Instant curTime); in deleteStaleRows()
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpWatchDog.c75 uint64_t curTime = deGetMicroseconds(); in watchDogThreadFunc() local
131 uint64_t curTime = deGetMicroseconds(); in qpWatchDog_reset() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java113 long curTime = SystemClock.uptimeMillis(); in updateLog() local
139 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) { in shouldLogNow()
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/
DAudioRouteStats.java156 long curTime = SystemClock.elapsedRealtime(); in onRouteEnter() local
188 long curTime = SystemClock.elapsedRealtime(); in onRouteExit() local
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DFrameReleaseQueue.java99 long curTime = getCurSysTime() - firstReleaseTime; in printPlaybackTime() local
195 long curTime = getCurSysTime(); in run() local
/aosp_15_r20/device/google/contexthub/firmware/os/core/
Dtimer.c67 uint64_t curTime = timGetTime(); in timDelay() local
175 uint64_t curTime = useRtc ? rtcGetTime() : timGetTime(); in timTimerSetEx() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/viewmodel/v31/
DPermissionUsageViewModel.kt93 val curTime = System.currentTimeMillis() in <lambda>() constant
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/
H A DAnotherPacketSource.cpp614 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta() local
685 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta() local
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DThroughputFilter.java76 long curTime = SystemClock.elapsedRealtime(); in onProcess() local
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c408 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest() local
602 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep() local
/aosp_15_r20/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java84 long curTime = SystemClock.elapsedRealtime(); in process() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DSignalStrengthTest.java116 long curTime = SystemClock.elapsedRealtime(); in testSignalStrength() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/anno/com/android/adservices/service/common/cache/
DCacheEntryDao_Impl.java73 public DBCacheEntry getCacheEntry(final String url, final Instant curTime) { in getCacheEntry()
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/service/common/cache/
DCacheEntryDao_Impl.java73 public DBCacheEntry getCacheEntry(final String url, final Instant curTime) { in getCacheEntry()
/aosp_15_r20/external/vogar/src/vogar/
H A DClassFileIndex.java122 long curTime = new Date().getTime(); in createIndex() local
/aosp_15_r20/frameworks/native/services/sensorservice/
H A DSensorRegistrationInfo.h55 timespec curTime; in SensorRegistrationInfo() local
/aosp_15_r20/external/openthread/src/core/mac/
H A Dsub_mac_csl_receiver.cpp234 uint32_t curTime, elapsed, semiWindow; in GetCslWindowEdges() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBatteryStats.java3361 public abstract long getBatteryUptime(long curTime); in getBatteryUptime()
3368 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime()
3456 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime()
3465 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime()
3473 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime()
3481 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime()
3489 public abstract long computeUptime(long curTime, int which); in computeUptime()
3497 public abstract long computeRealtime(long curTime, int which); in computeRealtime()
3508 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining()
3663 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp725 UInt32 curTime = ::GetTickCount(); in UpdateStatInfo() local
1134 UInt32 curTime = ::GetTickCount(); in OnPauseButton() local
H A DPanelItemOpen.cpp1183 const DWORD curTime = GetTickCount() - startTime; in MyThreadFunction() local
1215 const DWORD curTime = GetTickCount() - startTime; in MyThreadFunction() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DMediaControllerTest.java237 final long curTime = System.currentTimeMillis(); in testOnTrackballEvent() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2298 long curTime = System.currentTimeMillis(); in displayInvocationsInfo() local
2460 long curTime = System.currentTimeMillis(); in displayCommandQueue() local
2468 long curTime, ExecutableCommandState cmdAndState, ArrayList<List<String>> displayRows) { in dumpCommand()

1234567