Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp154 service->freeCache(testUuid, kTbInBytes, in TEST_F()
176 service->freeCache(testUuid, kTbInBytes, FLAG_FREE_CACHE_V2); in TEST_F()
182 service->freeCache(testUuid, kTbInBytes, FLAG_FREE_CACHE_V2); in TEST_F()
203 service->freeCache(testUuid, kMbInBytes, FLAG_FREE_CACHE_V2 in TEST_F()
210 service->freeCache(testUuid, kMbInBytes, FLAG_FREE_CACHE_V2 in TEST_F()
227 service->freeCache(testUuid, free() + kKbInBytes, in TEST_F()
233 service->freeCache(testUuid, free() + kKbInBytes, in TEST_F()
261 service->freeCache(testUuid, kTbInBytes, in TEST_F()
283 service->freeCache(testUuid, free() + kKbInBytes, in TEST_F()
328 service->freeCache(testUuid, free() + kKbInBytes, in TEST_F()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DFreeStorageHelper.java111 mPm.mInstaller.freeCache(volumeUuid, bytes, Installer.FLAG_FREE_CACHE_V2); in freeStorage()
143 mPm.mInstaller.freeCache(volumeUuid, bytes, in freeStorage()
169 smInternal.freeCache(volumeUuid, freeBytesRequired); in freeStorage()
176 mPm.mInstaller.freeCache(volumeUuid, bytes, 0); in freeStorage()
195 mPm.mInstaller.freeCache(null, sizeBytes + lowThreshold, 0); in freeCacheForInstallation()
DInstaller.java642 public void freeCache(String uuid, long targetFreeBytes, int flags) throws InstallerException { in freeCache() method in Installer
645 mInstalld.freeCache(uuid, targetFreeBytes, flags); in freeCache()
DPackageManagerService.java2910 mInstaller.freeCache(volumeUuid, Long.MAX_VALUE, Installer.FLAG_FREE_CACHE_V2
/frameworks/base/core/java/android/service/storage/
DIExternalStorageService.aidl33 void freeCache(@utf8InCpp String sessionId, in String volumeUuid, long bytes, in freeCache() method
DExternalStorageService.java222 public void freeCache(String sessionId, String volumeUuid, long bytes, in freeCache() method in ExternalStorageService.ExternalStorageServiceWrapper
/frameworks/base/services/core/java/com/android/server/storage/
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()
DStorageSessionController.java177 public void freeCache(String volumeUuid, long bytes) in freeCache() method in StorageSessionController
185 connection.freeCache(volumeUuid, bytes); in freeCache()
/frameworks/base/core/java/android/os/storage/
DStorageManagerInternal.java137 public abstract void freeCache(@Nullable String volumeUuid, long bytes); in freeCache() method in StorageManagerInternal
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl90 void freeCache(@nullable @utf8InCpp String uuid, long targetFreeBytes, int flags); in freeCache() method
/frameworks/native/cmds/installd/
DInstalldNativeService.h169 binder::Status freeCache(const std::optional<std::string>& uuid, int64_t targetFreeBytes,
DInstalldNativeService.cpp2089 binder::Status InstalldNativeService::freeCache(const std::optional<std::string>& uuid, in freeCache() function in android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4963 public void freeCache(String volumeUuid, long freeBytes) { in freeCache() method in StorageManagerService.StorageManagerInternalImpl
4965 mStorageSessionController.freeCache(volumeUuid, freeBytes); in freeCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35750 Landroid/os/IInstalld$Stub$Proxy;->freeCache(Ljava/lang/String;JJI)V
35833 Landroid/os/IInstalld;->freeCache(Ljava/lang/String;JJI)V