Home
last modified time | relevance | path

Searched refs:freeCache (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp148 service->freeCache(testUuid, kTbInBytes, 0, in TEST_F()
165 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F()
171 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F()
199 service->freeCache(testUuid, kTbInBytes, 0, in TEST_F()
221 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F()
266 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F()
287 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F()
308 service->freeCache(testUuid, kTbInBytes, 0, in TEST_F()
/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
147 mActiveConnection.freeCache(sessionId, volumeUuid, bytes); in freeCache()
425 public void freeCache(String sessionId, String volumeUuid, long bytes) in freeCache() method
429 service.freeCache(sessionId, volumeUuid, bytes, callback)); in freeCache()
H A DStorageSessionController.java175 public void freeCache(String volumeUuid, long bytes) in freeCache() method in StorageSessionController
183 connection.freeCache(volumeUuid, bytes); in freeCache()
/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
440 mTranscodeHelper.freeCache(bytes); in freeCache()
/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/core/java/android/os/storage/
H A DStorageManagerInternal.java132 public abstract void freeCache(@Nullable String volumeUuid, long bytes); in freeCache() method in StorageManagerInternal
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/fuse/
H A DExternalStorageServiceImpl.java130 getMediaProvider().freeCache(bytes); in onFreeCache()
/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
612 mInstalld.freeCache(uuid, targetFreeBytes, cacheReservedBytes, flags); in freeCache()
H A DPackageManagerService.java9247 mInstaller.freeCache(volumeUuid, bytes, reservedBytes, in freeStorage()
9274 mInstaller.freeCache(volumeUuid, bytes, reservedBytes, in freeStorage()
9296 smInternal.freeCache(volumeUuid, freeBytesRequired); in freeStorage()
9305 mInstaller.freeCache(volumeUuid, bytes, 0, 0); in freeStorage()
18041 mInstaller.freeCache(null, sizeBytes + lowThreshold, 0, 0); in overrideInstallLocation()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h143 binder::Status freeCache(const std::optional<std::string>& uuid, int64_t targetFreeBytes,
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
4795 mStorageSessionController.freeCache(volumeUuid, freeBytes); in freeCache()
/aosp12/frameworks/base/services/
H A Dart-profile2889 PLcom/android/server/StorageManagerService$StorageManagerInternalImpl;->freeCache(Ljava/lang/String…
29633 PLcom/android/server/pm/Installer;->freeCache(Ljava/lang/String;JJI)V
39317 PLcom/android/server/storage/StorageSessionController;->freeCache(Ljava/lang/String;J)V
39359 PLcom/android/server/storage/StorageUserConnection$ActiveConnection;->freeCache(Ljava/lang/String;L…
39361 PLcom/android/server/storage/StorageUserConnection$ActiveConnection;->lambda$freeCache$5(Ljava/lang…
39379 HPLcom/android/server/storage/StorageUserConnection;->freeCache(Ljava/lang/String;J)V
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39716 Landroid/os/IInstalld$Stub$Proxy;->freeCache(Ljava/lang/String;JJI)V
39799 Landroid/os/IInstalld;->freeCache(Ljava/lang/String;JJI)V