Home
last modified time | relevance | path

Searched refs:handleEvent (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.md9 3. The `handleEvent` callback is executed. Events are read from fd.
17 ## 1. Consuming events in `handleEvent` callback ##
19handleEvent`. 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 Dandroid_os_MessageQueue.cpp52 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 Dandroid_view_InputEventSender.cpp79 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 Dandroid_view_InputEventReceiver.cpp121 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 Dandroid_hardware_SensorManager.cpp366 virtual int handleEvent(int fd, int events, void* data) { in handleEvent() function in __anonc4cf74820110::Receiver
/aosp14/system/core/libutils/include/utils/
H A DLooper.h117 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 DPointerControllerContext.h131 int handleEvent(int fd, int events, void* data) override;
H A DPointerControllerContext.cpp119 int PointerControllerContext::LooperCallback::handleEvent(int /* fd */, int events, in handleEvent() function in android::PointerControllerContext::LooperCallback
/aosp14/frameworks/base/tools/preload/
H A Dsorttable.js394 element["on" + type] = handleEvent;
411 function handleEvent(event) { function
/aosp14/system/core/trusty/confirmationui/
H A DNotSoSecureInput.cpp100 void handleEvent(const EventDev& evdev) override { in handleEvent() function in NotSoSecureInput
H A DTrustyConfirmationUI.cpp302 secureInput->handleEvent(evDev); in promptUserConfirmation_()
/aosp14/system/core/libutils/
H A DLooper.cpp63 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 DLooper_test.cpp720 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 DBootAnimation.cpp410 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 Dlibutils.so.lsdump5580 "function_name" : "android::SimpleLooperCallback::handleEvent",
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/
H A Dlibutils.so.lsdump5584 "function_name" : "android::SimpleLooperCallback::handleEvent",