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

  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 17 // InputDispatcher ------------------------------------------------------------
19 // InputDispatcher is used to listen for a mouse/keyboard event. When the
21 class InputDispatcher : public base::RefCounted<InputDispatcher> {
23 InputDispatcher(const base::Closure& task, WPARAM message_waiting_for);
34 friend class base::RefCounted<InputDispatcher>;
36 ~InputDispatcher();
47 DISALLOW_COPY_AND_ASSIGN(InputDispatcher);
57 InputDispatcher* current_dispatcher_ = NULL;
83 void InstallHook(InputDispatcher* dispatcher, bool key_hook)
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 17 #define LOG_TAG "InputDispatcher"
46 #include "InputDispatcher.h"
197 // --- InputDispatcher ---
199 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) :
212 InputDispatcher::~InputDispatcher() {
226 void InputDispatcher::dispatchOnce() {
251 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
403 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);
Android.mk 21 InputDispatcher.cpp \
InputDispatcher.h 363 class InputDispatcher : public InputDispatcherInterface {
365 virtual ~InputDispatcher();
368 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
583 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 17 #include "../InputDispatcher.h"
107 sp<InputDispatcher> mDispatcher;
111 mDispatcher = new InputDispatcher(mFakePolicy);

Completed in 97 milliseconds