Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp429 } else if (const auto notifyKeyArgs = std::get_if<NotifyKeyArgs>(&arg)) { in postProcess() local
430 notifyKeyArgs->policyFlags |= POLICY_FLAG_WAKE; in postProcess()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2836 } else if (const auto notifyKeyArgs = std::get_if<NotifyKeyArgs>(&arg)) { in TEST_F() local
2837 ASSERT_EQ(POLICY_FLAG_WAKE, notifyKeyArgs->policyFlags); in TEST_F()