Searched refs:InputDispatcher (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp17 #define LOG_TAG "InputDispatcher"
46 #include "InputDispatcher.h"
194 // --- InputDispatcher ---
196 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : function in class:android::InputDispatcher
209 InputDispatcher::~InputDispatcher() {
223 void InputDispatcher::dispatchOnce() {
248 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
400 bool InputDispatcher
[all...]
H A DInputManager.cpp31 mDispatcher = new InputDispatcher(dispatcherPolicy);
54 status_t result = mDispatcherThread->run("InputDispatcher", PRIORITY_URGENT_DISPLAY);
56 ALOGE("Could not start InputDispatcher thread due to error %d.", result);
79 ALOGW("Could not stop InputDispatcher thread due to error %d.", result);
H A DAndroid.mk22 InputDispatcher.cpp \
H A DInputDispatcher.h366 class InputDispatcher : public InputDispatcherInterface { class in namespace:android
368 virtual ~InputDispatcher();
371 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
585 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp17 #include "../InputDispatcher.h"
108 sp<InputDispatcher> mDispatcher;
112 mDispatcher = new InputDispatcher(mFakePolicy);

Completed in 90 milliseconds