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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4553 // --- InputDispatcherThread ---
4555 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4559 InputDispatcherThread::~InputDispatcherThread() {
4562 bool InputDispatcherThread::threadLoop() {
H A DInputDispatcher.h1142 class InputDispatcherThread : public Thread { class in namespace:android
1144 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1145 ~InputDispatcherThread();

Completed in 146 milliseconds