/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_cache_test.cpp | 148 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 D | StorageUserConnection.java | 143 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 D | StorageSessionController.java | 175 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 D | TranscodeHelper.java | 25 public void freeCache(long bytes); in freeCache() method
|
H A D | TranscodeHelperNoOp.java | 27 public void freeCache(long bytes) {} in freeCache() method in TranscodeHelperNoOp
|
H A D | TranscodeHelperImpl.java | 302 public void freeCache(long bytes) { in freeCache() method in TranscodeHelperImpl
|
H A D | MediaProvider.java | 439 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 D | IExternalStorageService.aidl | 33 void freeCache(@utf8InCpp String sessionId, in String volumeUuid, long bytes, in freeCache() method
|
H A D | ExternalStorageService.java | 222 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 D | StorageManagerInternal.java | 132 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 D | ExternalStorageServiceImpl.java | 130 getMediaProvider().freeCache(bytes); in onFreeCache()
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 85 void freeCache(@nullable @utf8InCpp String uuid, long targetFreeBytes, in freeCache() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 608 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 D | PackageManagerService.java | 9247 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 D | InstalldNativeService.h | 143 binder::Status freeCache(const std::optional<std::string>& uuid, int64_t targetFreeBytes,
|
H A D | InstalldNativeService.cpp | 1348 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 D | StorageManagerService.java | 4793 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 D | art-profile | 2889 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 D | hiddenapi-max-target-o.txt | 39716 Landroid/os/IInstalld$Stub$Proxy;->freeCache(Ljava/lang/String;JJI)V 39799 Landroid/os/IInstalld;->freeCache(Ljava/lang/String;JJI)V
|