Home
last modified time | relevance | path

Searched refs:InputDispatcherInterface (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DInputManager.h78 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
95 virtual sp<InputDispatcherInterface> getDispatcher();
110 sp<InputDispatcherInterface> mDispatcher;
DInputManager.cpp91 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
DInputDispatcher.h289 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
291 InputDispatcherInterface() { } in InputDispatcherInterface() function
292 virtual ~InputDispatcherInterface() { } in ~InputDispatcherInterface()
411 class InputDispatcher : public InputDispatcherInterface {
1294 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1300 sp<InputDispatcherInterface> mDispatcher;
DInputDispatcher.cpp5231 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread()