Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp25 FakeInputReceiver::FakeInputReceiver(std::unique_ptr<InputChannel> clientChannel, in FakeInputReceiver() function in android::FakeInputReceiver
29 std::unique_ptr<InputEvent> FakeInputReceiver::consume(std::chrono::milliseconds timeout, in consume()
39 std::pair<std::optional<uint32_t>, std::unique_ptr<InputEvent>> FakeInputReceiver::receiveEvent( in receiveEvent()
72 void FakeInputReceiver::finishEvent(uint32_t consumeSeq, bool handled) { in finishEvent()
77 void FakeInputReceiver::sendTimeline(int32_t inputEventId, in sendTimeline()
83 void FakeInputReceiver::consumeEvent(InputEventType expectedEventType, int32_t expectedAction, in consumeEvent()
129 std::unique_ptr<MotionEvent> FakeInputReceiver::consumeMotion() { in consumeMotion()
144 void FakeInputReceiver::consumeMotionEvent(const ::testing::Matcher<MotionEvent>& matcher) { in consumeMotionEvent()
150 void FakeInputReceiver::consumeFocusEvent(bool hasFocus, bool inTouchMode) { in consumeFocusEvent()
162 void FakeInputReceiver::consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent()
[all …]
DFakeWindows.h63 class FakeInputReceiver {
65 explicit FakeInputReceiver(std::unique_ptr<InputChannel> clientChannel, const std::string name);
398 std::shared_ptr<FakeInputReceiver> mInputReceiver;
DInputDispatcher_test.cpp497 FakeInputReceiver mInputReceiver;