Searched defs:InputDispatcher (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp17 #define LOG_TAG "InputDispatcher"
46 #include "InputDispatcher.h"
200 // --- InputDispatcher ---
202 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : function in class:android::InputDispatcher
216 InputDispatcher::~InputDispatcher() {
230 void InputDispatcher::dispatchOnce() {
255 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
408 bool InputDispatcher
[all...]
H A DInputDispatcher.h369 class InputDispatcher : public InputDispatcherInterface { class in namespace:android
371 virtual ~InputDispatcher();
374 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
590 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);

Completed in 86 milliseconds