Searched refs:notifyAppIoResumed (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | StorageSessionController.java | 425 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageSessionController 434 connection.notifyAppIoResumed(volumeUuid, uid, tid, reason); in notifyAppIoResumed()
|
H A D | StorageUserConnection.java | 263 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageUserConnection
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | IStorageManager.aidl | 202 void notifyAppIoResumed(in String volumeUuid, int uid, int tid, int reason) = 92; in notifyAppIoResumed() method
|
H A D | StorageManager.java | 2873 public void notifyAppIoResumed(@NonNull UUID volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageManager 2877 mStorageManager.notifyAppIoResumed(convert(volumeUuid), uid, tid, reason); in notifyAppIoResumed()
|
/aosp12/frameworks/base/core/api/ |
H A D | module-lib-current.txt | 290 method public void notifyAppIoResumed(@NonNull java.util.UUID, int, int, int);
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | TranscodeHelperImpl.java | 1213 mStorageManager.notifyAppIoResumed(uuid, uid, 0 /* tid */, in waitTranscodingResult()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 3476 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageManagerService 3480 mStorageSessionController.notifyAppIoResumed(volumeUuid, uid, tid, reason); in notifyAppIoResumed()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 3023 PLcom/android/server/StorageManagerService;->notifyAppIoResumed(Ljava/lang/String;III)V 39326 PLcom/android/server/storage/StorageSessionController;->notifyAppIoResumed(Ljava/lang/String;III)V 39383 PLcom/android/server/storage/StorageUserConnection;->notifyAppIoResumed(Ljava/lang/String;III)V
|