Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.h73 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
89 const sp<InputDispatcherInterface>& dispatcher);
95 virtual sp<InputDispatcherInterface> getDispatcher();
101 sp<InputDispatcherInterface> mDispatcher;
DInputManager.cpp38 const sp<InputDispatcherInterface>& dispatcher) : in InputManager()
89 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
DInputDispatcher.h275 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
277 InputDispatcherInterface() { } in InputDispatcherInterface() function
278 virtual ~InputDispatcherInterface() { } in ~InputDispatcherInterface()
369 class InputDispatcher : public InputDispatcherInterface {
1144 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1150 sp<InputDispatcherInterface> mDispatcher;
DInputDispatcher.cpp4554 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread()