Searched refs:cacheReservedBytes (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 86 long cacheReservedBytes, int flags); in freeCache() argument
|
/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() argument 612 mInstalld.freeCache(uuid, targetFreeBytes, cacheReservedBytes, flags); in freeCache()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.h | 144 int64_t cacheReservedBytes, int32_t flags);
|
H A D | InstalldNativeService.cpp | 1349 int64_t targetFreeBytes, int64_t cacheReservedBytes, int32_t flags) { in freeCache() argument 1453 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()
|