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

/frameworks/base/services/input/
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.h1102 class InputDispatcherThread : public Thread { class in namespace:android
1104 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1105 ~InputDispatcherThread();
H A DInputDispatcher.cpp4412 // --- InputDispatcherThread ---
4414 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4418 InputDispatcherThread::~InputDispatcherThread() {
4421 bool InputDispatcherThread::threadLoop() {

Completed in 412 milliseconds