Home
last modified time | relevance | path

Searched refs:mEventFactory (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp36 PreallocatedInputEventFactory mEventFactory; member in android::InputPublisherAndConsumerTest
100 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event); in PublishAndConsumeKeyEvent()
199 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event); in PublishAndConsumeMotionEvent()
293 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event); in PublishAndConsumeFocusEvent()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp120 result = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, in consumeEvent()
144 PreallocatedInputEventFactory mEventFactory; member in android::inputdispatcher::FakeInputReceiver
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp629 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, in receiveEvent()
740 PreallocatedInputEventFactory mEventFactory; member in android::inputdispatcher::FakeInputReceiver