Searched refs:deviceFd (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/storage/ |
H A D | ExternalStorageService.java | 134 @NonNull ParcelFileDescriptor deviceFd, @NonNull File upperFileSystemPath, in onStartSession() argument 195 ParcelFileDescriptor deviceFd, String upperPath, String lowerPath, in startSession() argument 199 onStartSession(sessionId, flag, deviceFd, new File(upperPath), in startSession()
|
H A D | IExternalStorageService.aidl | 28 void startSession(@utf8InCpp String sessionId, int type, in ParcelFileDescriptor deviceFd, in startSession() argument
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/fuse/ |
H A D | ExternalStorageServiceImpl.java | 56 @NonNull ParcelFileDescriptor deviceFd, @NonNull File upperFileSystemPath, in onStartSession() argument 59 Objects.requireNonNull(deviceFd); in onStartSession() 73 FuseDaemon daemon = new FuseDaemon(mediaProvider, this, deviceFd, sessionId, in onStartSession()
|
H A D | FuseDaemon.java | 183 private native void native_start(long daemon, int deviceFd, String path); in native_start() argument
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.cpp | 632 for (auto deviceFd : removedDeviceFds) { in poll() local 633 auto deviceNode = mDeviceNodes[deviceFd]; in poll() 635 status_t ret = closeNodeByFd(deviceFd); in poll() 637 ALOGW("Could not close device with fd %d. errno=%d", deviceFd, ret); in poll()
|
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | StorageSessionController.java | 109 public void onVolumeMount(ParcelFileDescriptor deviceFd, VolumeInfo vol) in onVolumeMount() argument 129 connection.startSession(sessionId, deviceFd, vol.getPath().getPath(), in onVolumeMount()
|