/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.md | 9 3. The `handleEvent` callback is executed. Events are read from fd. 17 ## 1. Consuming events in `handleEvent` callback ## 19 …handleEvent`. When the app's input socket becomes readable (e.g., it has unread events), the loope… 23 …vents inside `handleEvent`, the app calls `InputConsumer::consume(.., consumeBatches=false, frameT… 29 In the previous section, we learned that the app can read events inside the `handleEvent` callback.… 41 2. Events are read from the fd outside of the regular `handleEvent` case, during batched consumptio… 43 3. The function `handleEvent` will always execute as long as there are unread events in the fd
|
H A D | android_os_MessageQueue.cpp | 52 virtual int handleEvent(int fd, int events, void* data); 63 virtual int handleEvent(int fd, int events, void* data); 157 int NativeMessageQueue::handleEvent(int fd, int looperEvents, void* data) { in handleEvent() function in android::NativeMessageQueue 190 int NativeMessageQueue::WeakLooperCallback::handleEvent(int fd, int events, void* data) { in handleEvent() function in android::NativeMessageQueue::WeakLooperCallback 193 return callback->handleEvent(fd, events, data); in handleEvent()
|
H A D | android_view_InputEventSender.cpp | 79 int handleEvent(int receiveFd, int events, void* data) override; 180 int NativeInputEventSender::handleEvent(int receiveFd, int events, void* data) { in handleEvent() function in android::NativeInputEventSender
|
H A D | android_view_InputEventReceiver.cpp | 121 int handleEvent(int receiveFd, int events, void* data) override; 263 int NativeInputEventReceiver::handleEvent(int receiveFd, int events, void* data) { in handleEvent() function in android::NativeInputEventReceiver
|
H A D | android_hardware_SensorManager.cpp | 366 virtual int handleEvent(int fd, int events, void* data) { in handleEvent() function in __anonc4cf74820110::Receiver
|
/aosp14/system/core/libutils/include/utils/ |
H A D | Looper.h | 117 virtual int handleEvent(int fd, int events, void* data) = 0; 129 virtual int handleEvent(int fd, int events, void* data);
|
/aosp14/frameworks/base/libs/input/ |
H A D | PointerControllerContext.h | 131 int handleEvent(int fd, int events, void* data) override;
|
H A D | PointerControllerContext.cpp | 119 int PointerControllerContext::LooperCallback::handleEvent(int /* fd */, int events, in handleEvent() function in android::PointerControllerContext::LooperCallback
|
/aosp14/frameworks/base/tools/preload/ |
H A D | sorttable.js | 394 element["on" + type] = handleEvent; 411 function handleEvent(event) { function
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | NotSoSecureInput.cpp | 100 void handleEvent(const EventDev& evdev) override { in handleEvent() function in NotSoSecureInput
|
H A D | TrustyConfirmationUI.cpp | 302 secureInput->handleEvent(evDev); in promptUserConfirmation_()
|
/aosp14/system/core/libutils/ |
H A D | Looper.cpp | 63 int SimpleLooperCallback::handleEvent(int fd, int events, void* data) { in handleEvent() function in android::SimpleLooperCallback 367 int callbackResult = response.request.callback->handleEvent(fd, events, data); in pollInner()
|
H A D | Looper_test.cpp | 720 int handleEvent(int fd, int events, void* /*data*/) override { return mCallback(fd, events); } in handleEvent() function in android::LooperEventCallback
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 410 int handleEvent(int /* fd */, int events, void* /* data */) { in handleEvent() function in android::BootAnimation::DisplayEventCallback
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 5580 "function_name" : "android::SimpleLooperCallback::handleEvent",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 5584 "function_name" : "android::SimpleLooperCallback::handleEvent",
|