Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_sources.cpp53 if (key == WakeupSources::TOUCHSCREEN_KEY) { in mapWakeupDeviceType()
70 sourceKeys.push_back(WakeupSources::TOUCHSCREEN_KEY); in getSourceKeys()
Dwakeup_sources.h65 static const constexpr char* TOUCHSCREEN_KEY = "touchscreen"; variable