Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h78 bool isWakeEvent(int32_t sensor);
Dsensors.cpp116 if (mHubConnection->isWakeEvent(data[i].sensor)) { in poll()
Dhubconnection.cpp522 bool HubConnection::isWakeEvent(int32_t sensor) in isWakeEvent() function in android::HubConnection
538 if (isWakeEvent(sensor)) { in protectIfWakeEvent()