Searched refs:UinputHomeKey (Results 1 – 4 of 4) sorted by relevance
122 UinputHomeKey::UinputHomeKey() : UinputKeyboard({KEY_HOME}) {} in UinputHomeKey() function in android::UinputHomeKey124 void UinputHomeKey::pressAndReleaseHomeKey() { in pressAndReleaseHomeKey()
99 class UinputHomeKey : public UinputKeyboard {108 UinputHomeKey();
35 using android::UinputHomeKey;67 std::unique_ptr<UinputHomeKey> mKeyboard;73 mKeyboard = createUinputDevice<UinputHomeKey>(); in SetUp()
2172 std::unique_ptr<UinputHomeKey> keyboard = createUinputDevice<UinputHomeKey>(); in TEST_F()2197 std::unique_ptr<UinputHomeKey> keyboard = createUinputDevice<UinputHomeKey>(); in TEST_F()