Searched refs:FakeInputReceiver (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 138 class FakeInputReceiver { class 165 explicit FakeInputReceiver(const sp<InputDispatcher>& dispatcher, const std::string name) in FakeInputReceiver() function in android::inputdispatcher::FakeInputReceiver 171 virtual ~FakeInputReceiver() {} in ~FakeInputReceiver() 179 class FakeWindowHandle : public WindowInfoHandle, public FakeInputReceiver { 186 : FakeInputReceiver(dispatcher, name), mFrame(Rect(0, 0, WIDTH, HEIGHT)) { in FakeWindowHandle()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 705 class FakeInputReceiver { class 707 explicit FakeInputReceiver(std::unique_ptr<InputChannel> clientChannel, const std::string name) in FakeInputReceiver() function in android::inputdispatcher::FakeInputReceiver 916 mInputReceiver = std::make_unique<FakeInputReceiver>(std::move(*channel), name); in FakeWindowHandle() 1137 std::unique_ptr<FakeInputReceiver> mInputReceiver; 2280 mInputReceiver = std::make_unique<FakeInputReceiver>(std::move(*channel), name); in FakeMonitorReceiver() 2332 std::unique_ptr<FakeInputReceiver> mInputReceiver;
|