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.h1135 class InputDispatcherThread : public Thread { class in namespace:android
1137 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1138 ~InputDispatcherThread();
H A DInputDispatcher.cpp4521 // --- InputDispatcherThread ---
4523 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4527 InputDispatcherThread::~InputDispatcherThread() {
4530 bool InputDispatcherThread::threadLoop() {

Completed in 1079 milliseconds