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

/frameworks/base/services/input/
H A DInputDispatcher.cpp17 #define LOG_TAG "InputDispatcher"
46 #include "InputDispatcher.h"
192 // --- InputDispatcher ---
194 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : function in class:android::InputDispatcher
207 InputDispatcher::~InputDispatcher() {
221 void InputDispatcher::dispatchOnce() {
246 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
398 bool InputDispatcher
[all...]
H A DInputDispatcher.h363 class InputDispatcher : public InputDispatcherInterface { class in namespace:android
365 virtual ~InputDispatcher();
368 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
582 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);

Completed in 425 milliseconds