Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp427 } else if (const auto notifySwitchArgs = std::get_if<NotifySwitchArgs>(&arg)) { in postProcess() local
428 notifySwitchArgs->policyFlags |= POLICY_FLAG_WAKE; in postProcess()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2834 } else if (const auto notifySwitchArgs = std::get_if<NotifySwitchArgs>(&arg)) { in TEST_F() local
2835 ASSERT_EQ(POLICY_FLAG_WAKE, notifySwitchArgs->policyFlags); in TEST_F()