Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DFileUtils.java502 long checkpoint = 0; in copyInternalSplice() local
508 checkpoint += t; in copyInternalSplice()
511 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSplice()
521 checkpoint = 0; in copyInternalSplice()
542 long checkpoint = 0; in copyInternalSpliceSocket() local
588 checkpoint += t; in copyInternalSpliceSocket()
593 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSpliceSocket()
603 checkpoint = 0; in copyInternalSpliceSocket()
628 long checkpoint = 0; in copyInternalSendfile() local
633 checkpoint += t; in copyInternalSendfile()
[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/proto_logging/stats/enums/federatedcompute/
Denums.proto40 // Client received eligibility eval plan & checkpoint URIs from the server,
41 // but hasn't downloaded them yet. Also logged when the plan/checkpoint
97 // Client received plan and checkpoint URIs from the server, but hasn't
98 // actually downloaded them yet. Also logged when the plan/checkpoint
/frameworks/base/core/tests/coretests/src/android/metrics/
DMetricsReaderTest.java111 mReader.checkpoint(); in testWriteCheckpoint()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowManagerPerfTestBase.java170 mMetricsReader.checkpoint(); in setCheckpoint()
/frameworks/base/core/java/android/metrics/
DMetricsReader.java112 public void checkpoint() { in checkpoint() method in MetricsReader
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto208 // A checkpoint indicating the ui returned and final response began
272 // A checkpoint indicating the query returned
358 // A checkpoint indicating the query returned
374 // A checkpoint indicating the ui returned and final response began
/frameworks/proto_logging/stats/
Datoms.proto6663 // Logged when the device doesn’t support checkpoint and cannot stage
/frameworks/base/core/api/
Dsystem-current.txt9638 method public void checkpoint();