Searched refs:deviceFd (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/storage/ |
D | ExternalStorageService.java | 124 @NonNull ParcelFileDescriptor deviceFd, @NonNull File upperFileSystemPath, in onStartSession() argument 159 ParcelFileDescriptor deviceFd, String upperPath, String lowerPath, in startSession() argument 163 onStartSession(sessionId, flag, deviceFd, new File(upperPath), in startSession()
|
D | IExternalStorageService.aidl | 28 void startSession(@utf8InCpp String sessionId, int type, in ParcelFileDescriptor deviceFd, in startSession() argument
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | StorageSessionController.java | 82 public void onVolumeMount(ParcelFileDescriptor deviceFd, VolumeInfo vol) in onVolumeMount() argument 102 connection.startSession(sessionId, deviceFd, vol.getPath().getPath(), in onVolumeMount()
|