Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp57 static constexpr int32_t MONITOR_PID = 2001; variable
161 ASSERT_EQ(MONITOR_PID, pid); in assertNotifyMonitorUnresponsiveWasCalled()
166 ASSERT_EQ(MONITOR_PID, pid); in assertNotifyMonitorResponsiveWasCalled()
2279 dispatcher->createInputMonitor(displayId, isGestureMonitor, name, MONITOR_PID); in FakeMonitorReceiver()