Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
DFileUtils.java481 long checkpoint = 0; in copyInternalSplice() local
487 checkpoint += t; in copyInternalSplice()
490 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSplice()
500 checkpoint = 0; in copyInternalSplice()
522 long checkpoint = 0; in copyInternalSendfile() local
527 checkpoint += t; in copyInternalSendfile()
530 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSendfile()
540 checkpoint = 0; in copyInternalSendfile()
581 long checkpoint = 0; in copyInternalUserspace() local
589 checkpoint += t; in copyInternalUserspace()
[all …]
/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
DWiFiLoadTest.java50 while (mPowerMetricsCollector.checkpoint()) { in test()
DSystemServiceCallLoadTest.java53 while (mPowerMetricsCollector.checkpoint()) { in test()
DPowerMetricsCollector.java211 public boolean checkpoint() {
/frameworks/base/core/tests/coretests/src/android/metrics/
DMetricsReaderTest.java111 mReader.checkpoint(); in testWriteCheckpoint()
/frameworks/base/core/java/android/metrics/
DMetricsReader.java112 public void checkpoint() { in checkpoint() method in MetricsReader
/frameworks/base/core/api/
Dsystem-current.txt7330 method public void checkpoint();