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

  /frameworks/native/services/inputflinger/
InputManager.h 82 const sp<EventHubInterface>& eventHub,
InputManager.cpp 28 const sp<EventHubInterface>& eventHub,
EventHub.h 160 class EventHubInterface : public virtual RefBase {
162 EventHubInterface() { }
163 virtual ~EventHubInterface() { }
262 class EventHub : public EventHubInterface
InputReader.h 397 virtual EventHubInterface* getEventHub() = 0;
414 InputReader(const sp<EventHubInterface>& eventHub,
463 virtual EventHubInterface* getEventHub();
473 sp<EventHubInterface> mEventHub;
585 inline EventHubInterface* getEventHub() { return mContext->getEventHub(); }
    [all...]
InputReader.cpp 234 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
325 if (type < EventHubInterface::FIRST_SYNTHETIC_EVENT) {
328 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
340 case EventHubInterface::DEVICE_ADDED:
343 case EventHubInterface::DEVICE_REMOVED:
346 case EventHubInterface::FINISHED_DEVICE_SCAN:
835 EventHubInterface* InputReader::ContextImpl::getEventHub() {
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 308 class FakeEventHub : public EventHubInterface {
353 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0);
360 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0);
364 enqueueEvent(ARBITRARY_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0);
718 sp<EventHubInterface> mEventHub;
726 FakeInputReaderContext(const sp<EventHubInterface>& eventHub,
754 virtual EventHubInterface* getEventHub() {
928 InstrumentedInputReader(const sp<EventHubInterface>& eventHub,
    [all...]

Completed in 114 milliseconds