Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_sources.cpp41 if (key == WakeupSources::TOUCHPAD_KEY) { in mapWakeupDeviceType()
71 sourceKeys.push_back(WakeupSources::TOUCHPAD_KEY); in getSourceKeys()
Dwakeup_sources.h66 static const constexpr char* TOUCHPAD_KEY = "touchpad"; variable