HomeSort by relevance Sort by last modified time
    Searched refs:InputDispatcher (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 17 #define LOG_TAG "InputDispatcher"
46 #include "InputDispatcher.h"
239 // --- InputDispatcher ---
241 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) :
255 InputDispatcher::~InputDispatcher() {
269 void InputDispatcher::dispatchOnce() {
294 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
447 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry)
    [all...]
InputManager.cpp 31 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);
InputDispatcher.h 368 class InputDispatcher : public InputDispatcherInterface {
370 virtual ~InputDispatcher();
373 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
589 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 17 #include "../InputDispatcher.h"
105 sp<InputDispatcher> mDispatcher;
109 mDispatcher = new InputDispatcher(mFakePolicy);

Completed in 110 milliseconds