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

/frameworks/base/services/input/
H A DInputDispatcher.cpp4342 // --- InputDispatcherThread ---
4344 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4348 InputDispatcherThread::~InputDispatcherThread() {
4351 bool InputDispatcherThread::threadLoop() {
H A DInputDispatcher.h1093 class InputDispatcherThread : public Thread { class in namespace:android
1095 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1096 ~InputDispatcherThread();

Completed in 1172 milliseconds