/frameworks/base/services/core/java/com/android/server/am/ |
D | LmkdConnection.java | 20 import static android.os.MessageQueue.OnFileDescriptorEventListener.EVENT_INPUT; 155 EVENT_INPUT | EVENT_ERROR, in connect() 171 if ((events & EVENT_INPUT) != 0) { in fileDescriptorEventHandler() 193 return (EVENT_INPUT | EVENT_ERROR); in fileDescriptorEventHandler()
|
D | PhantomProcessList.java | 20 import static android.os.MessageQueue.OnFileDescriptorEventListener.EVENT_INPUT; 346 proc.mPidFd, EVENT_INPUT | EVENT_ERROR, in getOrCreatePhantomProcessIfNeededLocked() 371 if ((events & EVENT_INPUT) != 0) { in onPhantomProcessFdEvent()
|
D | ProcessList.java | 26 import static android.os.MessageQueue.OnFileDescriptorEventListener.EVENT_INPUT; 886 EVENT_INPUT, this::handleZygoteMessages); in init() local 4952 if ((events & EVENT_INPUT) != 0) { in handleZygoteMessages() 4968 return EVENT_INPUT; in handleZygoteMessages()
|
/frameworks/native/cmds/servicemanager/ |
D | main.cpp | 50 Looper::EVENT_INPUT, in setupTo() 89 Looper::EVENT_INPUT, in setupTo()
|
/frameworks/libs/net/common/device/com/android/net/module/util/ |
D | FdEventsReader.java | 20 import static android.os.MessageQueue.OnFileDescriptorEventListener.EVENT_INPUT; 72 private static final int FD_EVENTS = EVENT_INPUT | EVENT_ERROR;
|
/frameworks/native/services/displayservice/ |
D | DisplayEventReceiver.cpp | 52 Looper::EVENT_INPUT, in AttachedEvent() 87 if (!(events & Looper::EVENT_INPUT)) { in handleEvent()
|
/frameworks/native/libs/gui/ |
D | DisplayEventDispatcher.cpp | 51 int rc = mLooper->addFd(mReceiver.getFd(), 0, Looper::EVENT_INPUT, this, NULL); in initialize() 109 if (!(events & Looper::EVENT_INPUT)) { in handleEvent()
|
/frameworks/base/libs/input/ |
D | PointerControllerContext.cpp | 132 if (!(events & Looper::EVENT_INPUT)) { in handleEvent() 158 Looper::EVENT_INPUT, mContext.mCallback, nullptr); in initializeDisplayEventReceiver()
|
/frameworks/base/core/jni/ |
D | android_os_MessageQueue.cpp | 129 looperEvents |= Looper::EVENT_INPUT; in setFileDescriptorEvents() 143 if (looperEvents & Looper::EVENT_INPUT) { in handleEvent()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestContext.cpp | 68 mLooper->addFd(mDisplayEventReceiver.getFd(), EVENT_ID, Looper::EVENT_INPUT, nullptr, nullptr); in TestContext()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 223 mLooper->addFd(AChoreographer_getFd(mChoreographer), 0, Looper::EVENT_INPUT, in initializeChoreographer() 375 if (!(events & Looper::EVENT_INPUT)) { in choreographerCallback()
|
/frameworks/base/core/java/android/os/ |
D | ParcelFileDescriptor.java | 308 OnFileDescriptorEventListener.EVENT_INPUT, new OnFileDescriptorEventListener() { in fromFd() 312 if ((events & OnFileDescriptorEventListener.EVENT_INPUT) != 0) { in fromFd() 324 return EVENT_INPUT; in fromFd()
|
D | MessageQueue.java | 976 public static final int EVENT_INPUT = 1 << 0; field 1010 EVENT_INPUT,
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | MessageQueue.cpp | 93 tube.getFd(), 0, Looper::EVENT_INPUT, in setInjector()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BootReceiver.java | 202 return OnFileDescriptorEventListener.EVENT_INPUT; in onReceive() 210 return OnFileDescriptorEventListener.EVENT_INPUT; in onReceive() 215 tracefd, OnFileDescriptorEventListener.EVENT_INPUT, traceCallback); in onReceive()
|
/frameworks/native/libs/gui/tests/ |
D | RegionSampling_test.cpp | 110 looper->addFd(vsync_notify_fd, 0, Looper::EVENT_INPUT, in __anon9af7658a0302()
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 582 impl->handleEvent(-1, Looper::EVENT_INPUT, data); in AChoreographer_handlePendingEvents()
|
/frameworks/native/libs/binder/ndk/tests/ |
D | libbinder_ndk_unit_test.cpp | 181 looper->addFd(fd, Looper::POLL_CALLBACK, Looper::EVENT_INPUT, new Handler(), nullptr /*data*/); in manualPollingService()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 323 if (!(events & Looper::EVENT_INPUT)) { in handleEvent() 497 mLooper->addFd(mDisplayEventReceiver->getFd(), 0, Looper::EVENT_INPUT, in readyToRun()
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 3052 pendingReadsFd, android::Looper::POLL_CALLBACK, android::Looper::EVENT_INPUT, in registerForPendingReads()
|
/frameworks/base/core/api/ |
D | current.txt | 31355 field public static final int EVENT_INPUT = 1; // 0x1
|