Home
last modified time | relevance | path

Searched defs:freeCache (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/storage/
H A DIExternalStorageService.aidl33 void freeCache(@utf8InCpp String sessionId, in String volumeUuid, long bytes, in freeCache() method
H A DExternalStorageService.java222 public void freeCache(String sessionId, String volumeUuid, long bytes, in freeCache() method in ExternalStorageService.ExternalStorageServiceWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageUserConnection.java143 public void freeCache(String volumeUuid, long bytes) in freeCache() method in StorageUserConnection
425 public void freeCache(String sessionId, String volumeUuid, long bytes) in freeCache() method
H A DStorageSessionController.java175 public void freeCache(String volumeUuid, long bytes) in freeCache() method in StorageSessionController
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelper.java25 public void freeCache(long bytes); in freeCache() method
H A DTranscodeHelperNoOp.java27 public void freeCache(long bytes) {} in freeCache() method in TranscodeHelperNoOp
H A DTranscodeHelperImpl.java302 public void freeCache(long bytes) { in freeCache() method in TranscodeHelperImpl
H A DMediaProvider.java439 public void freeCache(long bytes) { in freeCache() method in MediaProvider
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManagerInternal.java132 public abstract void freeCache(@Nullable String volumeUuid, long bytes); in freeCache() method in StorageManagerInternal
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl85 void freeCache(@nullable @utf8InCpp String uuid, long targetFreeBytes, in freeCache() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java608 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1348 binder::Status InstalldNativeService::freeCache(const std::optional<std::string>& uuid, in freeCache() function in android::installd::InstalldNativeService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4793 public void freeCache(String volumeUuid, long freeBytes) { in freeCache() method in StorageManagerService.StorageManagerInternalImpl