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

/frameworks/base/services/input/
H A DInputDispatcher.cpp4456 // --- InputDispatcherThread ---
4458 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : function in class:android::InputDispatcherThread
4462 InputDispatcherThread::~InputDispatcherThread() {
4465 bool InputDispatcherThread::threadLoop() {
H A DInputDispatcher.h1110 class InputDispatcherThread : public Thread { class in namespace:android
1112 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1113 ~InputDispatcherThread();

Completed in 39 milliseconds