Searched refs:freeCache (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_cache_test.cpp | 149 service->freeCache(testUuid, kTbInBytes, 0, in TEST_F() 166 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F() 172 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F() 200 service->freeCache(testUuid, kTbInBytes, 0, in TEST_F() 222 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F() 267 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F() 288 service->freeCache(testUuid, free() + kKbInBytes, 0, in TEST_F() 309 service->freeCache(testUuid, kTbInBytes, 0, in TEST_F()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 69 void freeCache(@nullable @utf8InCpp String uuid, long targetFreeBytes, in freeCache() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 408 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache() method in Installer 412 mInstalld.freeCache(uuid, targetFreeBytes, cacheReservedBytes, flags); in freeCache()
|
D | PackageManagerService.java | 4626 mInstaller.freeCache(volumeUuid, bytes, reservedBytes, in freeStorage() 4653 mInstaller.freeCache(volumeUuid, bytes, reservedBytes, in freeStorage() 4671 mInstaller.freeCache(volumeUuid, bytes, 0, 0); in freeStorage() 16485 mInstaller.freeCache(null, sizeBytes + lowThreshold, 0, 0); in handleStartCopy()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 104 binder::Status freeCache(const std::unique_ptr<std::string>& uuid, int64_t targetFreeBytes,
|
D | InstalldNativeService.cpp | 924 binder::Status InstalldNativeService::freeCache(const std::unique_ptr<std::string>& uuid, in freeCache() function in android::installd::InstalldNativeService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 28717 HSPLandroid/os/IInstalld;->freeCache(Ljava/lang/String;JJI)V
|