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

  /frameworks/base/core/java/android/webkit/
WebViewCore.java 163 mEventHub = new EventHub();
199 mEventHub.transferMessages();
590 private final EventHub mEventHub;
    [all...]
  /frameworks/base/include/ui/
InputReader.h 227 sp<EventHubInterface> mEventHub;
233 virtual EventHubInterface* getEventHub() { return mEventHub.get(); }
  /frameworks/base/libs/ui/
InputReader.cpp 200 mEventHub(eventHub), mPolicy(policy), mDispatcher(dispatcher),
215 mEventHub->getEvent(& rawEvent);
247 String8 name = mEventHub->getDeviceName(deviceId);
248 uint32_t classes = mEventHub->getDeviceClasses(deviceId);
391 mEventHub->addExcludedDevice(excludedDeviceNames[i]);
578 mEventHub->dump(dump);
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 588 sp<EventHubInterface> mEventHub;
598 mEventHub(eventHub), mPolicy(policy), mDispatcher(dispatcher),
624 return mEventHub.get();
    [all...]

Completed in 446 milliseconds