Searched refs:InputDispatcherInterface (Results 1 – 4 of 4) sorted by relevance
78 virtual sp<InputDispatcherInterface> getDispatcher() = 0;95 virtual sp<InputDispatcherInterface> getDispatcher();110 sp<InputDispatcherInterface> mDispatcher;
91 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
289 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {291 InputDispatcherInterface() { } in InputDispatcherInterface() function292 virtual ~InputDispatcherInterface() { } in ~InputDispatcherInterface()411 class InputDispatcher : public InputDispatcherInterface {1294 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);1300 sp<InputDispatcherInterface> mDispatcher;
5231 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread()