Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/storage/
H A DExternalStorageService.java134 @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 DIExternalStorageService.aidl28 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 DExternalStorageServiceImpl.java56 @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 DFuseDaemon.java183 private native void native_start(long daemon, int deviceFd, String path); in native_start() argument
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp632 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 DStorageSessionController.java109 public void onVolumeMount(ParcelFileDescriptor deviceFd, VolumeInfo vol) in onVolumeMount() argument
129 connection.startSession(sessionId, deviceFd, vol.getPath().getPath(), in onVolumeMount()