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

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

Completed in 212 milliseconds