Searched defs:InputDispatcherThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4508 // --- InputDispatcherThread ---
4510 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4514 InputDispatcherThread::~InputDispatcherThread() {
4517 bool InputDispatcherThread::threadLoop() {
H A DInputDispatcher.h1124 class InputDispatcherThread : public Thread { class in namespace:android
1126 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1127 ~InputDispatcherThread();

Completed in 145 milliseconds