Home
last modified time | relevance | path

Searched refs:onFileDescriptorEvents (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DLmkdConnection.java157 public int onFileDescriptorEvents(FileDescriptor fd, int events) { in connect() method
/aosp12/frameworks/base/core/java/android/os/
H A DMessageQueue.java293 int newWatchedEvents = listener.onFileDescriptorEvents( in dispatchEvents()
1028 @Events int onFileDescriptorEvents(@NonNull FileDescriptor fd, @Events int events); in onFileDescriptorEvents() method
H A DParcelFileDescriptor.java310 public int onFileDescriptorEvents(FileDescriptor fd, int events) { in fromFd()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
H A DIpReachabilityMonitorTest.kt137 listener.onFileDescriptorEvents(fd, OnFileDescriptorEventListener.EVENT_INPUT)
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java184 public int onFileDescriptorEvents(FileDescriptor fd, int events) { in onReceive()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/services/
H A Dart-profile8166 HPLcom/android/server/am/LmkdConnection$1;->onFileDescriptorEvents(Ljava/io/FileDescriptor;I)I
8408 HPLcom/android/server/am/PhantomProcessList$$ExternalSyntheticLambda0;->onFileDescriptorEvents(Ljav…
8510 HPLcom/android/server/am/ProcessList$$ExternalSyntheticLambda0;->onFileDescriptorEvents(Ljava/io/Fi…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31414 method public int onFileDescriptorEvents(@NonNull java.io.FileDescriptor, int);