Searched refs:InputDispatcherInterface (Results 1 – 4 of 4) sorted by relevance
73 virtual sp<InputDispatcherInterface> getDispatcher() = 0;89 const sp<InputDispatcherInterface>& dispatcher);95 virtual sp<InputDispatcherInterface> getDispatcher();101 sp<InputDispatcherInterface> mDispatcher;
38 const sp<InputDispatcherInterface>& dispatcher) : in InputManager()89 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
275 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {277 InputDispatcherInterface() { } in InputDispatcherInterface() function278 virtual ~InputDispatcherInterface() { } in ~InputDispatcherInterface()369 class InputDispatcher : public InputDispatcherInterface {1144 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);1150 sp<InputDispatcherInterface> mDispatcher;
4554 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread()