Searched refs:InputDispatcherThread (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputManager.cpp50 mDispatcherThread = new InputDispatcherThread(mDispatcher);
H A DInputManager.h45 * 2. The InputDispatcherThread (called "InputDispatcher") thread waits for new events on the
48 * By design, the InputReaderThread class and InputDispatcherThread class do not share any
50 * into the InputDispatcherThread and never the reverse. Both classes may interact with the
102 sp<InputDispatcherThread> mDispatcherThread;
H A DInputDispatcher.h1124 class InputDispatcherThread : public Thread { class in namespace:android
1126 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1127 ~InputDispatcherThread();
H A DInputDispatcher.cpp4508 // --- InputDispatcherThread ---
4510 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4514 InputDispatcherThread::~InputDispatcherThread() {
4517 bool InputDispatcherThread::threadLoop() {

Completed in 557 milliseconds