Searched refs:allocateBytes (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 2087 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()
|
D | IStorageManager.aidl | 188 void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) = 78; in allocateBytes() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 757 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in doWriteInternal()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3242 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { in allocateBytes() method in StorageManagerService
|
/frameworks/base/api/ |
D | system-current.txt | 5628 …method @WorkerThread public void allocateBytes(@NonNull java.util.UUID, long, @RequiresPermission … 5629 …method @WorkerThread public void allocateBytes(java.io.FileDescriptor, long, @RequiresPermission i…
|
D | current.txt | 35563 …method @WorkerThread public void allocateBytes(@NonNull java.util.UUID, long) throws java.io.IOExc… 35564 …method @WorkerThread public void allocateBytes(java.io.FileDescriptor, long) throws java.io.IOExce…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 12568 HSPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/io/FileDescriptor;JI)V 12569 HSPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/util/UUID;JI)V
|
D | hiddenapi-greylist-max-o.txt | 56342 Landroid/os/storage/IStorageManager$Stub$Proxy;->allocateBytes(Ljava/lang/String;JILjava/lang/Strin… 56462 Landroid/os/storage/IStorageManager;->allocateBytes(Ljava/lang/String;JILjava/lang/String;)V
|
/frameworks/base/services/ |
D | art-profile | 1761 PLcom/android/server/StorageManagerService;->allocateBytes(Ljava/lang/String;JILjava/lang/String;)V
|