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.h274 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
276 InputDispatcherInterface() { } in InputDispatcherInterface() function
277 virtual ~InputDispatcherInterface() { } in ~InputDispatcherInterface()
368 class InputDispatcher : public InputDispatcherInterface {
1143 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1149 sp<InputDispatcherInterface> mDispatcher;
DInputDispatcher.cpp4616 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread()