Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1494 std::string wakeMechanism = "EPOLLWAKEUP"; in configureFd() local
1503 wakeMechanism = "<none>"; in configureFd()
1505 wakeMechanism = "EVIOCSSUSPENDBLOCK"; in configureFd()
1514 ALOGI("wakeMechanism=%s, usingClockIoctl=%s", wakeMechanism.c_str(), toString(usingClockIoctl)); in configureFd()