Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp240 FakeWindowHandle::sOnEventReceivedCallback{};
338 if (sOnEventReceivedCallback != nullptr) { in consume()
339 sOnEventReceivedCallback(event, mInfo); in consume()
353 if (sOnEventReceivedCallback != nullptr) { in receive()
354 sOnEventReceivedCallback(event, mInfo); in receive()
DFakeWindows.h118 sOnEventReceivedCallback; variable
DInputDispatcher_test.cpp183 FakeWindowHandle::sOnEventReceivedCallback = [this](const auto& _1, const auto& _2) { in SetUp()
199 FakeWindowHandle::sOnEventReceivedCallback = nullptr; in TearDown()