Home
last modified time | relevance | path

Searched refs:allocateBytes (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManager.java2087 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() method in StorageManager
2089 allocateBytes(storageUuid, bytes, 0); in allocateBytes()
2096 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() method in StorageManager
2099 mStorageManager.allocateBytes(convert(storageUuid), bytes, flags, in allocateBytes()
2138 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes() method in StorageManager
2139 allocateBytes(fd, bytes, 0); in allocateBytes()
2146 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes() method in StorageManager
2156 allocateBytes(uuid, needBytes, flags); in allocateBytes()
DIStorageManager.aidl188 void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) = 78; in allocateBytes() method
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java720 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in doWriteInternal()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3262 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { in allocateBytes() method in StorageManagerService
/frameworks/base/api/
Dsystem-current.txt6374 …method @WorkerThread public void allocateBytes(@NonNull java.util.UUID, long, @RequiresPermission …
6375 …method @WorkerThread public void allocateBytes(java.io.FileDescriptor, long, @RequiresPermission i…
Dcurrent.txt36006 …method @WorkerThread public void allocateBytes(@NonNull java.util.UUID, long) throws java.io.IOExc…
36007 …method @WorkerThread public void allocateBytes(java.io.FileDescriptor, long) throws java.io.IOExce…
/frameworks/base/non-updatable-api/
Dsystem-current.txt6272 …method @WorkerThread public void allocateBytes(@NonNull java.util.UUID, long, @RequiresPermission …
6273 …method @WorkerThread public void allocateBytes(java.io.FileDescriptor, long, @RequiresPermission i…
Dcurrent.txt35862 …method @WorkerThread public void allocateBytes(@NonNull java.util.UUID, long) throws java.io.IOExc…
35863 …method @WorkerThread public void allocateBytes(java.io.FileDescriptor, long) throws java.io.IOExce…
/frameworks/base/config/
Dboot-image-profile.txt12568 HSPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/io/FileDescriptor;JI)V
12569 HSPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/util/UUID;JI)V
Dhiddenapi-greylist-max-o.txt52539 Landroid/os/storage/IStorageManager$Stub$Proxy;->allocateBytes(Ljava/lang/String;JILjava/lang/Strin…
52657 Landroid/os/storage/IStorageManager;->allocateBytes(Ljava/lang/String;JILjava/lang/String;)V
/frameworks/base/services/
Dart-profile1761 PLcom/android/server/StorageManagerService;->allocateBytes(Ljava/lang/String;JILjava/lang/String;)V