Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp122 UinputHomeKey::UinputHomeKey() : UinputKeyboard({KEY_HOME}) {} in UinputHomeKey() function in android::UinputHomeKey
124 void UinputHomeKey::pressAndReleaseHomeKey() { in pressAndReleaseHomeKey()
DUinputDevice.h99 class UinputHomeKey : public UinputKeyboard {
108 UinputHomeKey();
DEventHub_test.cpp35 using android::UinputHomeKey;
67 std::unique_ptr<UinputHomeKey> mKeyboard;
73 mKeyboard = createUinputDevice<UinputHomeKey>(); in SetUp()
DInputReader_test.cpp2172 std::unique_ptr<UinputHomeKey> keyboard = createUinputDevice<UinputHomeKey>(); in TEST_F()
2197 std::unique_ptr<UinputHomeKey> keyboard = createUinputDevice<UinputHomeKey>(); in TEST_F()