Home
last modified time | relevance | path

Searched refs:deviceFd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/storage/
DExternalStorageService.java124 @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()
DIExternalStorageService.aidl28 void startSession(@utf8InCpp String sessionId, int type, in ParcelFileDescriptor deviceFd, in startSession() argument
/frameworks/base/services/core/java/com/android/server/storage/
DStorageSessionController.java82 public void onVolumeMount(ParcelFileDescriptor deviceFd, VolumeInfo vol) in onVolumeMount() argument
102 connection.startSession(sessionId, deviceFd, vol.getPath().getPath(), in onVolumeMount()