HomeSort by relevance Sort by last modified time
    Searched refs:InputDispatcherInterface (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/input/
InputManager.h 73 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
89 const sp<InputDispatcherInterface>& dispatcher);
95 virtual sp<InputDispatcherInterface> getDispatcher();
101 sp<InputDispatcherInterface> mDispatcher;
InputManager.cpp 38 const sp<InputDispatcherInterface>& dispatcher) :
89 sp<InputDispatcherInterface> InputManager::getDispatcher() {
InputDispatcher.h 272 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
274 InputDispatcherInterface() { }
275 virtual ~InputDispatcherInterface() { }
366 class InputDispatcher : public InputDispatcherInterface {
    [all...]
InputDispatcher.cpp     [all...]

Completed in 45 milliseconds