Home
last modified time | relevance | path

Searched defs:startCheckpoint (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl195 void startCheckpoint(int numTries) = 85; in startCheckpoint() method
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl119 void startCheckpoint(int retry); in startCheckpoint() method
/aosp12/system/vold/
H A DVoldNativeService.cpp833 binder::Status VoldNativeService::startCheckpoint(int32_t retry) { in startCheckpoint() function in android::vold::VoldNativeService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3129 public void startCheckpoint(int numTries) throws RemoteException { in startCheckpoint() method in StorageManagerService